Re: SGA



On Nov 30, 3:22 am, noumian <n.nou...@xxxxxxxxx> wrote:
here is my init.ora.10272007144620
db_block_size=8192
db_file_multiblock_read_count=16
open_cursors=300
db_domain=lanit
db_name=sim
background_dump_dest=C:\oracle\product\10.2.0/admin/sim/bdump
core_dump_dest=C:\oracle\product\10.2.0/admin/sim/cdump
user_dump_dest=C:\oracle\product\10.2.0/admin/sim/udump
control_files=("C:\oracle\product\10.2.0\oradata\sim\control01.ctl",
"C:\oracle\product\10.2.0\oradata\sim\control02.ctl", "C:\oracle
\product\10.2.0\oradata\sim\control03.ctl")
db_recovery_file_dest=C:\oracle\product\10.2.0/flash_recovery_area
db_recovery_file_dest_size=2147483648
job_queue_processes=10
compatible=10.2.0.1.0
nls_language="RUSSIAN"
nls_territory="RUSSIA"
processes=150
sga_target=219152384
audit_file_dest=C:\oracle\product\10.2.0/admin/sim/adump
audit_trail=DB
remote_login_passwordfile=EXCLUSIVE
dispatchers="(protocol=TCP)"
shared_servers=100
pga_aggregate_target=72351744
undo_management=AUTO
undo_tablespace=UNDOTBS1

i dont know if iam starting witg pfile or spfile
how to choose it?
i have done the 'create spfile from pfile'
where is the location of my spfile?

am still trying to start and i am still having :
ORA-00824: cannot set sga_target due to exixting internal settings,
see alert log for more information

If the SPFILE exists, and is in the correct location, Oracle will
attempt to start using the SPFILE. If the SPFILE is not found, Oracle
will attempt to start using the PFILE, if it is found in the expected
location. You will likely find that the expected location is C:\oracle
\product\10.2.0\db_1\database on your server. Do not edit the SPFILE
using Notepad or Wordpad, as this will corrupt the file. Ideally, any
time you make a change to the SPFILE, wait a couple days to make
certain that there are no problems, and then make the same change in
the PFILE. If you encounter a problem, just rename the SPFILE and
start the database instance using the PFILE, and then create a new
SPFILE from the PFILE.

Regarding the request for tips or hints, or a pre-optimized PFILE...
there is a reason why Oracle does not ship with a pre-optimized PFILE
- the parameters need to be adjusted in response to performance
problems identified with _your_ specific database and access
patterns. The Oracle 10g Performance Tuning Guide (free - in the
Oracle documentation set) describes various hints and tips for the
parameters. One person's silver bullet performance tip is another
person's bullet to the head - change the parameters in response to
performance problems identified with your specific database and access
patterns.

Charles Hooper
IT Mananger/Oracle DBA
K&M Machine-Fabricating, Inc.
.



Relevant Pages

  • Re: (S)PFiles in genaral [Oracle 9i] (Newbie)
    ... > Some databases seem to have a text pfile including the parameters ... > and some only have a binary spfile. ... That allows you to 'alter database' and 'alter ... > I did a BACKUP of a spfile with a playground database as described in the Backup ...
    (comp.databases.oracle.server)
  • Re: Help! Tue SGA_MAX too large! Database cannot start!
    ... instance doesn't have to be started for create pfile from spfile ... (at least on newer oracle versions). ... SQL>!echo $ORACLE_SID ...
    (comp.databases.oracle.server)
  • Re: How to reduce memory consumption?
    ... Name the pfile as initSID.ora (where SID is the ... database name) and place it in the same folder as the ... If you make a bad parameter choice when updating the spfile, ... Oracle will automatically use the pfile. ...
    (comp.databases.oracle.server)
  • Re: Cant find spfile
    ... cannot find an init.ora, pfile or spfile. ... Is that a suggestion or that I should be looking for a pfile? ... 2- Even if you have lost the SYS password you can connect to Oracle ...
    (comp.databases.oracle.server)
  • Re: oracle9.2.0.3 audit help!!!!!!!
    ... I tried to configure audit such way: ... audit for some users, restarting database, and making ... If you have an spfile (which you can verify by typing ... You can create a pfile from your spfile by typing ...
    (comp.databases.oracle.server)