MIstery in PFILE...

Hello,
I'm going crazy...
I have a Oracle 10.2g and W2k03.
1) I installed a binary code (program) and all OK.
2) In 2th time I build the DB with Wizard (DB Configuration Assistant) and all OK.
3) I moved the contol files,DB file, created another REDO group...and all OK
4) I decided to change mode from NOARCHIVE to ARCHIVE mode and here are the problems.
Reading the documentation (on-line and too in the books) I found this steps :
1) Connect SQLPlus like SYSDBA
2) Shutdown DB
3) Backup the DB
4) Edit PFILE and change Log_archive parameter
5) Startup mount
6) Alter database archivelog;
7) alter database open;
8) shutdown
9) Backup DB
10) startup
Well...all OK till before 4) ....
Yes because I haven 't a "LOG_ARCHIVE.." parameter in my PFILE but only DB_RECOVERY parameter and too in my INIT file...so can I append by hand to the end of the PFILE ?? Why near some parameter I see a "star" ??
In this kind of situation I have "Yes" the Archived Redo Log but in this directory "C:\oracle\product\10.2.0\flash_recovery_area\myDB\ARCHIVELOG" and instead I would like other directory like "E:\oracle\product\10.2.0\myDB\ARCHIVELOG". How can I do it ? After... Can I move in the new directory,the archived files that now are in the "flash_recovery_area" ??
Tx all for help to me
Diego
See my PFILE below (edited with wordpad) :
myDB.__db_cache_size=457179136
myDB.__java_pool_size=4194304
myDB.__large_pool_size=4194304
myDB.__shared_pool_size=138412032
myDB.__streams_pool_size=0
*.audit_file_dest='C:\oracle\product\10.2.0/admin/myDB/adump'
*.background_dump_dest='C:\oracle\product\10.2.0/admin/myDB/bdump'
*.compatible='10.2.0.1.0'
*.control_files='C:\oracle\product\10.2.0/oradata/myDB/\control01.ctl','G:\oracle\product\10.2.0/oradata/myDB/\control02.ctl','C:\oracle\product\10.2.0/oradata/myDB/\control03.ctl'
*.core_dump_dest='C:\oracle\product\10.2.0/admin/myDB/cdump'
*.db_block_size=8192
*.db_domain=''
*.db_file_multiblock_read_count=16
*.db_name='myDB'
*.db_recovery_file_dest='C:\oracle\product\10.2.0/flash_recovery_area'
*.db_recovery_file_dest_size=2147483648
*.dispatchers='(PROTOCOL=TCP) (SERVICE=myDBXDB)'
*.job_queue_processes=10
*.nls_language='ITALIAN'
*.nls_territory='ITALY'
*.open_cursors=300
*.pga_aggregate_target=203423744
*.processes=150
*.remote_login_passwordfile='EXCLUSIVE'
*.sga_target=612368384
*.undo_management='AUTO'
*.undo_tablespace='UNDOTBS1'
*.user_dump_dest='C:\oracle\product\10.2.0/admin/myDB/udump'

The problem is the directory of Archived Files...I want change it but I don't know how to do. In the documentation is explained in the 10 steps that I wote upper.
If I use the "show parameter PFILE" I have this output :
SQL> show parameter PFILE
NAME TYPE VALUE
spfile string
I use the PFILE as I described up.
How can I change the directory ?
Note that in my PFILE I haven't LOG_ARCHIVE.... parameter
Tx

Similar Messages

  • Modifications to PFILE for recovery on backup system

    This is a continuation from another thread, but I'm taking things one step at a time.
    I'm starting with a complete RMAN backup and trying to bring the database up on a different machine. Both run Oracle 10gr2 Standard. One is a single-node RAC on Windows 2003, other is standalone on Windows 2008. I'm trying to follow the RMAN recovery steps and now it tells me to edit my PFILE. I have changed all the locations as per the directions, but it is giving me errors with the RAC stuff. Can someone point me at which lines to comment/change/remove? I've tagged the ones I think I need to change but would appreciate some guidance...
    ts1.__db_cache_size=343932928   <--
    ts1.__java_pool_size=209715200   <--
    ts1.__large_pool_size=8388608   <--
    ts1.__shared_pool_size=209715200   <--
    ts1.__streams_pool_size=8388608   <--
    *._optimizer_connect_by_cost_based=false
    *.audit_file_dest='D:\Oracle\product\10.2.0\admin\TSBAK\ADUMP'
    *.background_dump_dest='D:\Oracle\product\10.2.0\admin\TSBAK\BDUMP'
    *.cluster_database=TRUE   <--
    *.cluster_database_instances=1
    *.compatible='10.2.0.1.0'
    *.control_files='+DATA/tsbak/controlfile/current.260.591973329'
    *.core_dump_dest='D:\Oracle\product\10.2.0\admin\TSBAK\CDUMP'
    *.db_block_size=8192
    *.db_create_file_dest='+DATA'
    *.db_file_multiblock_read_count=16
    *.db_files=1024# INITIAL
    *.db_name='TS'   <--
    *.global_names=FALSE
    clustdb1.instance_name='TS1'   <--
    *.instance_number=1
    clustdb1.instance_number=1   <--
    *.java_pool_size=209715200
    *.job_queue_processes=10
    *.large_pool_size=8388608
    clustdb1.local_listener='LISTENER_TSBAK'   <--
    *.local_listener='TSBAK'
    *.log_archive_dest_1='LOCATION=+DATA/TSBAK/'
    *.log_archive_format='ARC%S_%R.%T'
    *.log_buffer=8192# INITIAL
    *.log_checkpoint_interval=10000
    *.max_dump_file_size='10240'# limit trace file size to 10 K each
    *.nls_timestamp_format='YYYY-MM-DD HH24:MI.SS.FF'
    *.open_cursors=300
    *.open_links=4
    *.parallel_max_servers=5
    *.pga_aggregate_target=203423744
    *.processes=250# INITIAL
    *.remote_listener='LISTENERS_TSBAK'
    *.remote_login_passwordfile='EXCLUSIVE'
    clustdb1.remote_login_passwordfile='exclusive'   <--
    *.sga_max_size=1317011456
    *.sga_target=788529152
    *.shared_pool_size=209715200
    *.smtp_out_server='mail.mt.net:25'
    *.thread=1
    clustdb1.thread=1   <--
    *.undo_management='AUTO'# For automatic undo management
    *.undo_tablespace='UNDOTBS1'
    clustdb1.undo_tablespace='UNDOTBS1'   <--
    *.user_dump_dest='D:\Oracle\product\10.2.0\admin\TSBAK\UDUMP'

    OKay. I was finally able to get things mounted. Here is the modified initialization file:
    *.__db_cache_size=343932928
    *.__java_pool_size=209715200
    *.__large_pool_size=8388608
    *.__shared_pool_size=209715200
    *.__streams_pool_size=8388608
    *._optimizer_connect_by_cost_based=false
    *.audit_file_dest='D:\Oracle\product\10.2.0\admin\TSBAK\ADUMP'
    *.background_dump_dest='D:\Oracle\product\10.2.0\admin\TSBAK\BDUMP'
    *.cluster_database=FALSE
    *.cluster_database_instances=1
    *.compatible='10.2.0.1.0'
    *.control_files='+DATA/tsbak/controlfile/current.260.591973329'
    *.core_dump_dest='D:\Oracle\product\10.2.0\admin\TSBAK\CDUMP'
    *.db_block_size=8192
    *.db_create_file_dest='+DATA'
    *.db_file_multiblock_read_count=16
    *.db_files=1024# INITIAL
    *.db_name='TS'
    *.global_names=FALSE
    ##clustdb1.instance_name='TS1'
    *.instance_number=1
    ##clustdb1.instance_number=1
    *.java_pool_size=209715200
    *.job_queue_processes=10
    *.large_pool_size=8388608
    ##clustdb1.local_listener='LISTENER_TSBAK'
    *.local_listener='LISTENER_TSBAK'
    *.log_archive_dest_1='LOCATION=D:\Oracle\product\10.2.0\TSBAK\database\archive'
    *.log_archive_format='ARC%S_%R.%T'
    *.log_buffer=8192# INITIAL
    *.log_checkpoint_interval=10000
    *.max_dump_file_size='10240'# limit trace file size to 10 K each
    *.nls_timestamp_format='YYYY-MM-DD HH24:MI.SS.FF'
    *.open_cursors=300
    *.open_links=4
    *.parallel_max_servers=5
    *.pga_aggregate_target=203423744
    *.processes=250# INITIAL
    *.remote_listener='LISTENER_TSBAK'
    *.remote_login_passwordfile='EXCLUSIVE'
    ##clustdb1.remote_login_passwordfile='exclusive'
    *.sga_max_size=1317011456
    *.sga_target=788529152
    *.shared_pool_size=209715200
    *.smtp_out_server='mail.mt.net:25'
    *.thread=1
    ##clustdb1.thread=1
    *.undo_management='AUTO'# For automatic undo management
    *.undo_tablespace='UNDOTBS1'
    ##clustdb1.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='D:\Oracle\product\10.2.0\admin\TSBAK\UDUMP'My advice for anyone else that has to do this:
    1) manually create ALL the directories where the new files are going to go.
    2) copy and paste the directories into the new initialization file.
    3) make sure to keep a copy of the old one just in case.
    4) syntax can be a booger. Check out the LOCATION= in the log_archive_dest_1 parameter...

  • Error while creating spfile from pfile

    i am creating spfile from pfile and i am facing some issue regarding this i am getting error as ORA-01127: database name 'bbcomdev''' exceeds size limit of 8 characters as my db name is 8 characters only..
    Please help.

    Anand.. wrote:
    If the pfile if we mention the below, instance startup fails
    *.db_name=''bbcomdev''Why do you have two pairs of single-quote marks?
    >
    >
    SQL> startup nomount pfile='D:\oracle\product\11.2.0.2\dbhome_1\database\INITbbcomdev.ORA'
    ORA-01127: database name 'bbcomdev''' exceeds size limit of 8 characters
    Anand                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • ORA-00444 & ORA-07446 while startup nomount with pfile(DB installation)

    Hi
    I am trying to create a single instance 10g database in a rac machine (SOLARIS) I had setuped the pfile and create DB scripts too. When I try startup nomount with pfile its throwing below error.
    $
    $ sqlplus
    SQL*Plus: Release 10.2.0.4.0 - Production on Mon Jan 7 21:45:19 2013
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Enter user-name: /as sysdba
    Connected to an idle instance.
    SQL> startup nomount pfile='/oracle/app/oracle/product/10.2.0/db/dbs/initdrc.ora';
    ORA-00444: background process "LMD0" failed while starting
    ORA-07446: sdnfy: bad value '' for parameter .
    SQL>
    Please find the init file contents.
    *.audit_file_dest='/oracle/app/oracle/admin/drc/adump'
    *.background_dump_dest='/oracle/app/admin/drc/bdump'
    *.compatible='10.2.0.4.0'
    *.control_files='+DATA/DRC/control01.ctl','+DATA/DRC/control02.ctl','+DATA/DRC/control03.ctl'
    *.core_dump_dest='/oracle/app/oracle/admin/drc/cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='drc'
    *.sga_target=1184M
    *.sga_max_size=1184M
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=drcXDB)'
    *.job_queue_processes=10
    *.open_cursors=300
    *.pga_aggregate_target=411041792
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='/oracle/app/oracle/admin/drc/udump'
    Already another rac database is running successfully on this machine through ASM. We are trying to use the same ASM instance for this single instance database. When I tried using dbca it was not reading the current ASM instance. Instead it was trying to create new instance. Thats y I was forced to create new DB manually.
    Kindly help in resolving this issue.
    Thanks
    SHIYAS M

    965652 wrote:
    Hi
    I am trying to create a single instance 10g database in a rac machine (SOLARIS) I had setuped the pfile and create DB scripts too. When I try startup nomount with pfile its throwing below error.
    $
    $ sqlplus
    SQL*Plus: Release 10.2.0.4.0 - Production on Mon Jan 7 21:45:19 2013
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Enter user-name: /as sysdba
    Connected to an idle instance.
    SQL> startup nomount pfile='/oracle/app/oracle/product/10.2.0/db/dbs/initdrc.ora';
    ORA-00444: background process "LMD0" failed while starting
    ORA-07446: sdnfy: bad value '' for parameter .
    SQL>
    07446, 00000, "sdnfy: bad value '%s' for parameter %s."
    // *Cause:  The directory specified as the value for the stated parameter could
    //          not be used.
    // *Action: Make sure the directory you have specified is a valid
    //          directory/file specification.post results from OS command below
    ls -l /oracle/app/oracle/product/10.2.0/db/dbs/initdrc.ora

  • Reg: Creation of PFILE

    Hi
    I'm a fresh DBA.I'm new to this field and learning Things.Unknowingly i deleted the pfile and made a shutdown to my database..... When i'm trying to start the Database i'm unable to start it. is there any way to create a new pfile..........Please find me the way...
    Advance Thanks
    S.Ram

    Hi,
    What is your Oracle version ? Have you create a spfile before delete pfile ? If the response is no, you need to recreate a pfile manually.
    => It a good way to have a backup of all database files, including pfile (or spfile).
    Nicolas.
    Duplicate case with thread in other forum :
    Re: Reg: Creation of PFILE after DB Shutdown
    Message was edited by:
    N. Gasparotto

  • Reg: Creation of PFILE after DB Shutdown

    Hi
    Actually i deleted the pfile accidentally and shutdown my database..... is there any way to create a new pfile..........Please find me the way...

    Duplicate case with thread in other forum :
    Reg: Creation of PFILE
    Choose a forum and fix it.
    What is your Oracle version ? Have you create a spfile before delete pfile ? If the response is no, you need to recreate a pfile manually.
    => It a good way to have a backup of all database files, including pfile (or spfile).
    Nicolas.

  • Startup command not picking correct pfile

    Hi Guys,
    I am facing a problem. Whenever I try to start oracle on my Linux machine I get the foillowing error:
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/home/oracle/oracle/product/10.2.0/db_1/dbs/initARIES.ora'
    Actually the pfile mentioned is not the correct one. I do not know where it is taking the path from. I had to start using the following command:
    startup pfile=/home/oracle/oracle/product/10.2.0/db_1/admin/aries/pfile/init.ora.110200612140
    Please provide me some way that I need not to mention the full path of pfile everytime.
    Thanks

    You can also create the initARIES.ora file in the dbs directory (the database is searching there by default) and use the IFILE parameter to point to the file you actually want to use.
    It seems the file you currently using is the one created during installation. Doesn't you have an SPFILE??? Using an SPFILE has some advantages (faster startup, change parameter using alter statement). You can create one via create SPFILE xxx from PFILE. If you place it in the dbs directory oracle should find it automatically. Again no need to pfile in the startup command.

  • Question on pfile in RAC environment

    DB version:10GR2,11GR2
    OS Version: Solaris, AIX, Linux
    Lets say i have a 2 node RAC environment.
    DB name is : jerry
    I have a datagroup called DATA7
    Node1's pfile would only contain a single like as shown below
    $ cat initjerry1.ora
    SPFILE='+DATA7/jerry/spfilejerry.ora'Likewise, for Node2
    $ cat initjerry2.ora
    SPFILE='+DATA7/jerry/spfilejerry.ora'Am i right?

    yes, this works. But I don't think this pfile is even needed because afair srvctl will know to use the spfile on ASM. I remember that I had some trouble with one install a while ago because there was also an spfile on each server. This would not get touched by automatic startup and shutdown but when I started the instance manually with sqlplus (and without arguments) this spfile would be used and it caused a lot of confusion for me.
    Bjoern

  • Oracle error while creating pfile

    SQL> startup nomount pfile='D:\ORACLE\product\11.1.0\db_1\database\initbbcomstage.ora';
    ORA-27102: out of memory
    OSD-00026: additional error information
    O/S-Error: (OS 1455) The paging file is too small for this operation to complete.

    845470 wrote:
    SQL> startup nomount pfile='D:\ORACLE\product\11.1.0\db_1\database\initbbcomstage.ora';
    ORA-27102: out of memory
    OSD-00026: additional error information
    O/S-Error: (OS 1455) The paging file is too small for this operation to complete.Are you using MEMORY_TARGET or SGA TARGET?
    What is your Host memory and how much you configured for Oracle Instance?
    Reduce memory(SGA/Memory) & retry

  • ASM pfile lost in Oracle RAC 11gr2

    Hello Gurus,
    I am new to Oracle RAC 11gr2 and facing some issues. our spfile/pfile for asm instance is lost and I am not able to startup the asm instance.
    Environment is as below:
    RAC 2 nodes
    Oracle RAC 11gr2
    Enterprise Linux Server release 5.5 (Carthage)
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/db_1/dbs/init+ASM1.ora'
    Is there any way to recover the spfile/pfile ?
    Also getting following error while try to connect " sqlplus / as sysasm"
    $ sqlplus / as sysasm
    SQL*Plus: Release 11.2.0.1.0 Production on Sun Mar 27 11:26:02 2011
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    Enter user-name:
    Thanks and Regards,

    Hi,
    Do we need to Set variable ORACLE_HOME properly (Grid Home) while starting RDBMS instance?
    e.g ORACLE_HOME=/u01/app/11.2.0/grid*I recommend you set ORACLE_HOME properly for each Oracle Installation when you use SQLPLUS.
    i.e: cat /etc/oratab
    orcl:/u01/app/oracle/product/11.2.0/db_1
    db10g:/u01/app/oracle/product/10.2.0/db_1
    +ASM1:/u01/app/11.2.0/gridAlso you can startup/shutdown our database with SQLPLUS using ORACLE NET*, but it must be configured properly.
    My recommendation <s>is always</s> use SRVCTL and CRSCTL to manage to your environment. Track all the process of initialization processes through the logs using ADRCI utility (only 11.1 or later).
    When use SRVCTL or CRSCTL to manage I recomend you use (GRID HOME).
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-16038: log 3 sequence# 1067 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 3 thread 2: '+FRA/yyy/onlinelog/group_3.259.738489481'
    SQL>I give to you three options:
    1° - Add more asmdisk on Diskgroup +FRA
    2° - Make backup of all archivelog using RMAN and option delete input (i.e backup archivelog delete all input;)
    3° - If this database is for TEST ONLY and you not need backup or recovery of then you can delete all archivelog using RMAN (i.e delete archivelog all;)
    I recommend you create routine of backups of the database and archivelog to prevent this area becomes exhausted.
    If you need the database in archivelog but it is only to test then create routine to delete archivelogs periodically.
    If you dont need the database in archivelog, then just disable it.
    Regards,
    Levi Pereira

  • How to know whether the database is using SPFILE or PFILE

    How can i know whether the database is using SPFILE or PFILE.
    There are both initSID.ora and spfileSID.ora in default location.
    The registry entry for ORA_SID_PFILE is C:\oracle\ora90\database\initSID.ora
    Also, if it is using SPFILE than how can i modify the non dynamic parameters when the database is in the close state.
    Manu

    If you do not specify a path of a pfile , when you actually startup a database , then it will be use your pfile , if you specify a path explicitly fot a pfile , then it'll use your pfile.
    Also, if it is using SPFILE than how can i modify the non dynamic parameters when the database is in the close state.sql > create spfile from pfile ;
    the spfile will syncronise with pfile .
    Hare krishna
    Alok

  • Sqlplus in Shell Script with startup pfile

    I have the following entry in my Korn shell script:
    ${ORACLE_HOME}/bin/sqlplus -s /nolog << EOSQL >> ${PR_LOG}
    connect / as sysdba
    whenever sqlerror exit sql.sqlcode;
    startup pfile "/u01/app/oracle/admin/${ORA_SID}/pfile/spfile${ORA_SID}.ora";
    EOSQL
    When I execute the script I get the following errors:
    LRM-00123: invalid character 0 found in the input file
    ORA-01078: failure in processing system parameters
    I've isolated the problem to the 4th line. When I change it to simply "startup", everything works. I did try changing the quotes to ` and ', but those didn't work. I even explicitly listed the ORA_SID, and I'm still getting the same error messages.
    Any ideas how I can resolve my problem with the 4th line? All help is appreciated.

    and yes I want to start the database with the spfile.
    If I just use "startup", everything is fine; and I can start the database with the spfile, because I have a symbolic link under $ORACLE_HOME/dbs to point to my actual spfile location - /u01/app/oracle/admin/salsa/pfile/So... what's the problem ? Just use "startup", if I'm not wrong you'd use the same spfile.
    To use that syntax you should create a file with a line like this
    spfile=<path of spfile>
    and start as
    startup pfile='<path of that file>'

  • RMAN is picking up old pfile

    I am in the early stages of recovering a backup onto another host. I've recovered the spfile to pfile from autobackup and have been editing it. I've exited RMAN, but when I start it with:
    rman TAGET / NOCATALOG
    , it is finding an old copy of my pfile from somewhere, which has an invalid audit_file_dest in it. So RMAN errors out. I can't find the file it is using to start, so I can't fix audit_file_dest. Any idea where it might be ? The pfile I am editing is in $ORACLE_HOME/dbs/initDB.ora, and that has the correct audit_file_dest . Oracle 10.2.0.4, Linux.
    Can I force rman to use a specific pfile ?

    I just can't get RMAN to start
    [oracle@TEST-FP-DB dbs]$ export ORACLE_SID=mtprod1
    [oracle@TEST-FP-DB dbs]$ rman target / nocatalog
    Recovery Manager: Release 10.2.0.4.0 - Production on Tue Mar 15 10:52:38 2011
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-09925: Unable to create audit trail file
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 9925
    [oracle@TEST-FP-DB dbs]$ grep audit $ORACLE_HOME/dbs/initmtprod1.ora
    *.audit_file_dest='/app/oracle/admin/mtprod1/XXadump'
    [oracle@TEST-FP-DB dbs]$ cat /app/oracle/admin/mtprod1/bdump/alert_mtprod1.log
    Could not open audit file: /app/oracle/admin/mtprod1/adump'/ora_7056.aud
    Retry Iteration No: 1   OS Error: 2
    Retry Iteration No: 2   OS Error: 2
    Retry Iteration No: 3   OS Error: 2
    Retry Iteration No: 4   OS Error: 2
    Retry Iteration No: 5   OS Error: 2
    Tue Mar 15 10:52:43 2011
    OS Audit file could not be created; failing after 5 retries
    [oracle@TEST-FP-DB dbs]$ date
    Tue Mar 15 10:53:15 WST 2011
    [oracle@TEST-FP-DB dbs]$ rman target /
    Recovery Manager: Release 10.2.0.4.0 - Production on Tue Mar 15 10:55:28 2011
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-09925: Unable to create audit trail file
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 9925You can see my test, I have XXadump in teh current pfile. RMAN is picking up an old mistake in the pfile, where I had a trailing quote only on the audit_file_dest

  • Obsolete parameters in pfile

    Hi,
    We have Oracle 10.2.0.3 database on AIX platform.For long ,our database has been running on pfile.We wanted our database to run on spfile and in that process,when we tried to "create spfile from pfile " we are getting the following errors.
    SQL> create spfile from pfile;
    create spfile from pfile
    ERROR at line 1:
    ORA-01078: failure in processing system parameters
    ORA-32003: error occured processing parameter 'distributed_transactions'
    LRM-00101: unknown parameter name 'distributed_transactions'
    and similarly, for some other database,
    SQL> create spfile from pfile;
    create spfile from pfile
    ERROR at line 1:
    ORA-01078: failure in processing system parameters
    ORA-32003: error occured processing parameter 'job_queue_interval'
    LRM-00101: unknown parameter name 'job_queue_interval'
    As 'distributed_transactions' and 'job_queue_interval' are obsolete parameters ,can I remove these parameter settings from pfile and go ahead creating the spfile or will it have some impact??
    Could you please help us in resolving this issue....

    Hi;
    Your question is cover at:
    obsolete parameters
    Re: Removal of Obsolete parameters
    Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding*
    Regard
    Helios

  • Verify steps is correct - about spfile & pfile

    hi guys,
    let say i need to modify log_archive_format to a valid value and my database cannot startup. The step i need to take is
    SQL> conn sys as sysdba
    Enter password:
    Connected.
    SQL>
    SQL>
    SQL> create pfile from spfile;
    File created.
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup pfile;
    SP2-0714: invalid combination of STARTUP options
    SQL> startup pfile
    SP2-0714: invalid combination of STARTUP options
    SQL> startup pfile='C:\oraclexe\app\oracle\product\11.2.0\server\database\initXE.ora';
    ORACLE instance started.
    Total System Global Area  535662592 bytes
    Fixed Size                  1384760 bytes
    Variable Size             243273416 bytes
    Database Buffers          285212672 bytes
    Redo Buffers                5791744 bytes
    Database mounted.
    Database opened.
    SQL>
    SQL>
    SQL> show user
    USER is "SYS"
    SQL>
    SQL>
    SQL> show parameter spfile;
    NAME                                 TYPE        VALUE
    spfile                               string
    File created.
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  535662592 bytes
    Fixed Size                  1384760 bytes
    Variable Size             243273416 bytes
    Database Buffers          285212672 bytes
    Redo Buffers                5791744 bytes
    Database mounted.
    Database opened.
    SQL>
    SQL>
    SQL> show parameter spfile;
    NAME                                 TYPE        VALUE
    spfile                               string      C:\ORACLEXE\APP\ORACLE\PRODUCT
                                                     \11.2.0\SERVER\DATABASE\SPFILE
                                                     XE.ORA
    SQL>the step to restart the database again after the database was startup using the pfile was to allow the database to use spfile back. Is that correct?
    And not too sure why the below won't work until i specify the full path.
    >
    SQL> startup pfile;
    SP2-0714: invalid combination of STARTUP options
    SQL> startup pfile
    SP2-0714: invalid combination of STARTUP options
    SQL> startup pfile='C:\oraclexe\app\oracle\product\11.2.0\server\database\initXE.ora';
    ORACLE instance started.

    Andy Klock wrote:
    You have me stumped. It didn't look like you did anything at all. Typically if you get into a state when the spfile has values that don't allow you to startup the instance, you create a pfile from the spfile, which you did. Then you correct the pfile. (vi initXE.ora) which I don't see. Then you execute create spfile from pfile='&corrected_pfile', then startup the instance with the fixed spfile.
    As for the pfile parameter, you have to specify the file. That's the way it's always been. If you don't specify anything (i.e. startup) it will first default to the spfile (9i and above) then to the initORACLESID.ora, otherwise it doesn't know where to look.
    Good luck.oops....i accidently copied the wrong demo.. .
    it should be :
    SQL> conn sys as sysdba
    Enter password:
    Connected.
    SQL>
    SQL>
    SQL> create pfile from spfile;
    File created.
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    -- MODIFY THE pFILE, THEN
    SQL> startup pfile;
    SP2-0714: invalid combination of STARTUP options
    SQL> startup pfile
    SP2-0714: invalid combination of STARTUP options
    SQL> startup pfile='C:\oraclexe\app\oracle\product\11.2.0\server\database\initXE.ora';
    ORACLE instance started.
    Total System Global Area  535662592 bytes
    Fixed Size                  1384760 bytes
    Variable Size             243273416 bytes
    Database Buffers          285212672 bytes
    Redo Buffers                5791744 bytes
    Database mounted.
    Database opened.
    SQL>
    SQL>
    SQL> show user
    USER is "SYS"
    SQL>
    SQL>
    SQL> show parameter spfile;
    NAME                                 TYPE        VALUE
    spfile                               string
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  535662592 bytes
    Fixed Size                  1384760 bytes
    Variable Size             243273416 bytes
    Database Buffers          285212672 bytes
    Redo Buffers                5791744 bytes
    Database mounted.
    Database opened.
    SQL>
    SQL>
    SQL> show parameter spfile;
    NAME                                 TYPE        VALUE
    spfile                               string      C:\ORACLEXE\APP\ORACLE\PRODUCT
                                                     \11.2.0\SERVER\DATABASE\SPFILE
                                                     XE.ORA
    SQL>

Maybe you are looking for

  • I have a strane error message when syncing with itunes + i cannot access it

    Hi all, this is only place i thought of that might know these problems: 1. I cannot access itunes store from itunes - it just says loading... and doesn't load anything 2. I have an error: " ITunes cannot sync photos to the iPhone because the folder "

  • Where can I find arrows to insert into a video in PE 12?

    I would like to know where I can find a variety of arrows, how to find them and then how to insert them.  Example; I do not know where and how to find Clip Art in case arrows might be located there.  I have searched the archives, but failed to find a

  • Workflow - Assign serial tasks

    Hi, Perhaps I'm overthinking this or I just have got my brain in a knot, but I'm so confused.  What I want to do using Designer is set up a workflow that does this (at its most basic): InfoPath form is submitted 1) Send a task to person A (listed on

  • URGENT!!! Bios Bug found for P500 series BIOS v2.90. TAIS really needs to fix this!!

    Affected unit: P500-ST6844 PSPGSU-0Q2012 I have had sleep issues with my laptop since I first purchased it back in 2010. I have made a previous post about it here: http://forums.toshiba.com/t5/Batteries-and-Power/L​aptop-turns-off-instead-of-going-to

  • How to restore original messaging client

    I have installed Nokia Messaging on my 5800XM and found out that it absolutely useless. Before I have succesefully used "Messaging" to access my email via IMAP. However it is not possible anymore to set up IMAP account. If I try to set up a mailbox t