ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance

hi
how to fix this error??
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.OS := OEL 5.6
DB:= 11R2 single instance
kind regards

no one wrote:
hi
how to fix this error??
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.OS := OEL 5.6
DB:= 11R2 single instance
kind regardsThis parameter is deprecated in Oracle 10g
This parameter determines if the background process ARCH is started. It can be set to either true or false.
Of course, it makes no sense, if this parameter is set to true if the database is running in noarchive log mode. If ARCH is started with the database being in noarchive log mode, messages like media recovery disabled will be written into the alert.log file.

Similar Messages

  • Obsolete and/or deprecated parameter(s) specified  for plsql_compiler_flags

    Hi All,
    After upgrading the from 10.2.0.1 to 10.2.0.4 on linux. I am getting ORA-32004: obsolete and/or deprecated parameter(s) specified error for plsql_compiler_flags.
    in alert log says
    Deprecated system parameters with specified values:
    plsql_compiler_flags
    End of deprecated system parameter listing
    Could you please help me how to fix this problem.
    Thanks

    Thank you Pavan and oradba.
    even after changing to
    ALTER SYSTEM SET plsql_compiler_flags = 'NATIVE' SCOPE=SPFILE;
    ALTER SYSTEM SET plsql_code_type = "NATIVE" SCOPE=SPFILE;
    still I am getting same error. Could you please help me to fix this problem.
    Thanks

  • What reason ORA-32004: obsolete and/or deprecated parameter(s) specified  ?

    Hi
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    Whenever i changed my test database from noarchive log mode to archive log mode, after i changed ,i startup database the above error occured.
    following steps i do it,
    SQL> archive log list;
    Database log mode           No Archive Mode
    Automatic archival           Disable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence     0
    Next log sequence           0
    Current log sequence           0
    Change your database No Archive mode to Archive mode
    Your Database must in mount stage
    SQL>shutdown immediate
    SQL>startup mount
    SQL> archive log list;
    Database log mode           No Archive Mode
    Automatic archival           Disable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence     0
    Next log sequence           0
    Current log sequence           0
    SQL> alter database archivelog;
    Database altered.
    SQL> archive log list;
    Database log mode           Archive Mode
    Automatic archival           Disable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence     0
    Next log sequence           0
    Current log sequence           0
    SQL>alter database open;
    SQL>archive log list
    Database log mode           Archive Mode
    Automatic archival           Disable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence      0
    Next log sequence           0
    Current log sequence           0
    Automatic archival – Disable (the database archive mode but automatic
    archival disable
    So datas not archive.you must enable the automatic archival)
    SQL>archive log start; (session level only enabled not instance level)
    SQL> archive log list;
    Database log mode           Archive Mode
    Automatic archival           Enable
    Archive destination:           c:\oracle\ora90\rdbms
    Oldest on-line log sequence     0
    Next log sequence           0
    Current log sequence           0
    If you want set instance level you change in parameter file
    SQL>show parameter log_archive_start
    Name                    Type           Value
    log_archive_start boolean      FALSE
    SQL>alter system set log_archive_start=true scope=spfile
    System altered.
    SQL>shut immediate
    SQL>startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    Database open.
    sql>
    But i resolved the problem
    I want know the reason why the above error occured
    database version : 10g
    os : xp ( my laptop) Not office database
    Regards
    S.Azar
    DBA

    >
    SQL>alter system set log_archive_start=true scope=spfile
    System altered.
    SQL>shut immediate
    SQL>startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    >
    Precisely that parameter LOG_ARCHIVE_START is obsolete in 10g. You also don't need to enable the archiving with
    archive log start
    Simply changing into archive mode also brings up archiver processes since 10g :-)
    Kind regards
    Uwe
    http://uhesse.wordpress.com

  • ORA-32004: obsolete and/or deprecated parameter(s) specifiedORACLE instance

    Hi friends,
    i am trying to install BIW 3.0b (win-2000, oracle 9.2.0.1.0 (patch 9.1.0.4.1)& j2sdk 1_4_1)
    while installing database instance i am getting this problem.
    INFO 2007-09-26 15:57:09
    Copying file C:/SAPinst ORACLE KERNEL/keydb.xml to: C:/SAPinst ORACLE KERNEL/keydb.1.xml.
    INFO 2007-09-26 15:57:09
    Creating file C:\SAPinst ORACLE KERNEL\keydb.1.xml.
    INFO 2007-09-26 15:58:14
    Processing of host operation t_HostInfo_SHARED succeeded.
    INFO 2007-09-26 15:58:35
    The 'saploc' share exists at directory 'E:\usr\sap'. Choosing drive E: as SAP System drive.
    INFO 2007-09-26 16:00:26
    Copying file C:/dump/export1/DB/ORA/DBSIZE.XML to: DBSIZE.XML.
    INFO 2007-09-26 16:00:26
    Creating file C:\SAPinst ORACLE KERNEL\DBSIZE.XML.
    INFO 2007-09-26 16:00:26
    Copying file system node C:\dump\export1/DB/ORA/DBSIZE.XML with type NODE to DBSIZE.XML succeeded.
    INFO 2007-09-26 16:00:26
    Processing of all file system node operations of table tORA_filecopy succeeded.
    INFO 2007-09-26 16:00:26
    Copying file C:/SAPinst ORACLE KERNEL/DBSIZE.XML to: C:/SAPinst ORACLE KERNEL/DBSIZE.1.XML.
    INFO 2007-09-26 16:00:26
    Creating file C:\SAPinst ORACLE KERNEL\DBSIZE.1.XML.
    INFO 2007-09-26 16:00:26
    Copying file C:/dump/export1/DB/DDLORA.TPL to: DDLORA.TPL.
    INFO 2007-09-26 16:00:26
    Creating file C:\SAPinst ORACLE KERNEL\DDLORA.TPL.
    INFO 2007-09-26 16:00:26
    Copying file system node C:\dump\export1/DB/DDLORA.TPL with type NODE to DDLORA.TPL succeeded.
    INFO 2007-09-26 16:00:26
    Processing of all file system node operations of table tORA_filecopy succeeded.
    INFO 2007-09-26 16:00:33
    Moving file C:/SAPinst ORACLE KERNEL/DDLORA.TPL to: orig_ddl_ora_tmp.tpl.
    INFO 2007-09-26 16:00:33
    Moving file C:/SAPinst ORACLE KERNEL/changed_ddl_ora_tmp.tpl to: DDLORA.TPL.
    INFO 2007-09-26 16:00:33
    Removing file C:/SAPinst ORACLE KERNEL/orig_ddl_ora_tmp.tpl.
    INFO 2007-09-26 16:02:00
    Package table created
    PHASE 2007-09-26 16:02:10
    SAP Business WareHouse
    PHASE 2007-09-26 16:02:10
    SAP Web Application Server
    PHASE 2007-09-26 16:02:10
    Request common parameters of SAP System
    PHASE 2007-09-26 16:02:10
    Create operating system accounts
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1004 ACCOUNTNAME=biwdev\SAP_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1005 ACCOUNTNAME=biwdev\SAP_BWD_LocalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Local Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1006 ACCOUNTNAME=biwdev\SAP_BWD_GlobalAdmin ACCOUNTTYPE=GROUP DESCRIPTION=SAP Global Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1007 ACCOUNTNAME=ORA_BWD_DBA ACCOUNTTYPE=GROUP CONDITION=YES DESCRIPTION=Database Operator Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1008 ACCOUNTNAME=ORA_BWD_OPER ACCOUNTTYPE=GROUP CONDITION=YES DESCRIPTION=Database Administration Group MEMBERSHIPSEPARATOR=, OPMODE=CREATE  succeeded.
    INFO 2007-09-26 16:02:10
    Processing of all account operations of table t_SAPComponent_Accounts_Accounts_SHARED succeeded (operation CREATE).
    INFO 2007-09-26 16:02:15
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1009 ACCOUNTNAME=biwdev\bwdadm ACCOUNTTYPE=USER DESCRIPTION=SAP System Administrator MEMBERSHIP=biwdev\SAP_BWD_GlobalAdmin,biwdev\Users,Administrators,ORA_BWD_DBA,ORA_BWD_OPER,biwdev\SAP_LocalAdmin,biwdev\SAP_BWD_LocalAdmin MEMBERSHIPSEPARATOR=, OPMODE=CREATE USERPASSWORD=*...  succeeded.
    INFO 2007-09-26 16:02:15
    Changing account ACCOUNTID=S-1-5-21-1844237615-963894560-725345543-1010 ACCOUNTNAME=biwdev\SAPServiceBWD ACCOUNTTYPE=USER CONDITION=YES DESCRIPTION=SAP System Service Administrator MEMBERSHIP=biwdev\SAP_BWD_GlobalAdmin,Administrators,ORA_BWD_DBA,ORA_BWD_OPER,biwdev\SAP_LocalAdmin,biwdev\SAP_BWD_LocalAdmin MEMBERSHIPSEPARATOR=, OPMODE=CREATE USERPASSWORD=*...  succeeded.
    INFO 2007-09-26 16:02:15
    Processing of all account operations of table t_SAPComponent_Accounts_Accounts_SHARED succeeded (operation CREATE).
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:16
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    PHASE 2007-09-26 16:02:17
    Request operating system user information
    INFO 2007-09-26 16:02:17
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'S-1-5-21-1844237615-963894560-725345543-1009' on host 'biwdev'!
    INFO 2007-09-26 16:02:17
    Successfully added privileges 'SeServiceLogonRight SeNetworkLogonRight' to account 'biwdev\SAPServiceBWD' on host 'biwdev'!
    INFO 2007-09-26 16:02:17
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'biwdev\bwdadm' on host 'biwdev'!
    INFO 2007-09-26 16:02:18
    Evaluating all 'tNT_RegistryEntries' table rows succeeded.
    INFO 2007-09-26 16:02:19
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:20
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:21
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:21
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:22
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:23
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:24
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:24
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-09-26 16:02:53
    Creating directory E:\oracle\BWD\sapdata1\system_1.
    INFO 2007-09-26 16:02:53
    Creating file system node E:\oracle\BWD/sapdata1\system_1 with type DIRECTORY succeeded.
    INFO 2007-09-26 16:02:53
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2007-09-26 16:02:53
    Processing of all file system node operations of table tORA_DatabaseServerNodes succeeded.
    INFO 2007-09-26 16:02:53
    Processing of all file system node operations of table tORA_SapdataNodes succeeded.
    INFO 2007-09-26 16:02:55
    Copying file C:/dump/master/NT/COMMON/INSTALL/INITSID.ORA to: E:\oracle\ora92\database\initBWD.ora.
    INFO 2007-09-26 16:02:55
    Creating file E:\oracle\ora92\database\initBWD.ora.
    INFO 2007-09-26 16:02:55
    Copying file system node C:\dump\master/NT/COMMON/INSTALL/INITSID.ORA with type FILE to E:\oracle\ora92\database\initBWD.ora succeeded.
    INFO 2007-09-26 16:02:55
    Copying file C:/dump/master/NT/COMMON/INSTALL/INITSID.SAP to: E:\oracle\ora92\database\initBWD.sap.
    INFO 2007-09-26 16:02:55
    Creating file E:\oracle\ora92\database\initBWD.sap.
    INFO 2007-09-26 16:02:55
    Copying file system node C:\dump\master/NT/COMMON/INSTALL/INITSID.SAP with type FILE to E:\oracle\ora92\database\initBWD.sap succeeded.
    INFO 2007-09-26 16:02:55
    Copying file C:/dump/master/NT/COMMON/INSTALL/INITSID.DBA to: E:\oracle\ora92\database\initBWD.dba.
    INFO 2007-09-26 16:02:55
    Creating file E:\oracle\ora92\database\initBWD.dba.
    INFO 2007-09-26 16:02:55
    Copying file system node C:\dump\master/NT/COMMON/INSTALL/INITSID.DBA with type FILE to E:\oracle\ora92\database\initBWD.dba succeeded.
    INFO 2007-09-26 16:02:55
    Processing of all file system node operations of table tORA_ServerConfig_FORMS succeeded.
    INFO 2007-09-26 16:02:57
    Processing of adapt operation tORA_ServerConfig succeeded.
    INFO 2007-09-26 16:02:59
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2007-09-26 16:03:02
    Moving file E:/oracle/ora92/database/initBWD.ora to: orig_init_ora_tmp.txt.
    INFO 2007-09-26 16:03:02
    Moving file C:/SAPinst ORACLE KERNEL/changed_init_ora_tmp.txt to: E:\oracle\ora92\database\initBWD.ora.
    INFO 2007-09-26 16:03:02
    Removing file C:/SAPinst ORACLE KERNEL/orig_init_ora_tmp.txt.
    WARNING 2007-09-26 16:03:02
    PROBLEM: 'E:\oracle\ora92/bin/oradim' not found. CAUSE: Unable to find application via absolute path in filesystem. Application could perhaps be found using environment variable path or is really missing. Trying to call the application nevertheless.
    WARNING 2007-09-26 16:03:02
    PROBLEM: 'E:\oracle\ora92/bin/oradim' not found. CAUSE: Unable to find application via absolute path in filesystem. Application could perhaps be found using environment variable path or is really missing. Trying to call the application nevertheless.
    INFO 2007-09-26 16:03:02
    'E:\oracle\ora92/bin/oradim -new -sid BWD -STARTMODE auto' returned with '20'.
    INFO 2007-09-26 16:03:04
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    INFO 2007-09-26 16:03:06
    Changed working directory to C:\SAPinst ORACLE KERNEL.
    ERROR 2007-09-26 16:03:13
    CJS-00084  SQL Statement or Script failed. Error Message: ORA-32004: obsolete and/or deprecated parameter(s) specifiedORACLE instance started.
    ERROR 2007-09-26 16:03:13
    FJS-00012  Error when executing script.
    Please let me know, what was tha problem.
    Regards,
    satish

    I suggest you upgrade your Oracle installation to 9.2.0.7 or 9.2.0.8 and then try again.
    Markus

  • ORA-10631: SHRINK clause should not be specified for this object

    Hi
    I was trying to shrink table to reset the high water mark but some unknown reason it failed.
    Please help me
    SQL> declare
    stmt varchar2(100);
    cursor cur is
    select object_name from user_objects where substr(object_name,1,1)='A'
    and object_type='TABLE';
    begin
    for i in cur loop
    stmt :='alter table '||i.object_name ||' shrink space';
    execute immediate stmt;
    end loop;
    END;
    declare
    ERROR at line 1:
    ORA-10631: SHRINK clause should not be specified for this object
    ORA-06512: at line 9
    Regards
    Jewel

    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_3001.htm#CJA
    The shrink clause lets you manually shrink space in a table, index-organized table or its overflow segment, index, partition, subpartition, LOB segment, materialized view, or materialized view log. This clause is valid only for segments in tablespaces with automatic segment management. By default, Oracle Database compacts the segment, adjusts the high water mark, and releases the recuperated space immediately.
    Compacting the segment requires row movement. Therefore, you must enable row movement for the object you want to shrink before specifying this clause. Further, if your application has any rowid-based triggers, you should disable them before issuing this clause.

  • ORA-32004: obsolete and or deprecated parameter

    Oracle 11.1.7.0:
    When I startup the db I get ORA-32004. There is no trace of which parameter is obsolete in alert logs. Neither do I see that parameter in v$obsolete_parameter. How can I look at what that parameter is?

    I found it in alert log. Since it was one parameter I didn't see it clearly in the logs. This parameter was user_dump_dest. I reset this parameter. But we have a requirement to set this parameter becaus current filesystem doesn't have enough space. How can I set this so that the destination can be on different volume than $ORACLE_HOME?

  • ORA-32004: obsolete and/or deprecated parameter(s) specified

    Error at startup in Oracle Database 10g
    Which parameter should i set
    Thanks

    Please make sure if SPFILE contains the parameter "log_archive_start=TRUE". If yes this should be removed as this is obsolete in 10g. Don't edit the SPFILE with note pad. You may have to recreate the file using "CREATE SPFILE FROM PRILE;"

  • Startup after patching (9654983) ORA-32004

    I patched a nearly identical system before this one with no issues however after patching this one
    on attempting to startup I get :
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance.
    ORA-24324: service handle not initialized
    ORA-24323: value not allowed
    ORA-01092: ORACLE instance terminated. Disconnection forced.
    What gives?
    Thanks for any and all help in advance,
    Brian

    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance.
    ORA-24324: service handle not initialized
    ORA-24323: value not allowed
    ORA-01092: ORACLE instance terminated. Disconnection forced.
    What gives? Check the alert.log to identify the obsolete parameter and remove it.
    OR
    Check V$OBSOLETE_PARAMETER to see the matching on and remove it.
    Then,startup the database.
    -Anantha

  • How to find deprecated parameter?

    Hi all,
    11.2.0.3
    Aix 6.1
    I am starting out PROD db and I get this:
    sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.3.0 Production on Mon Jan 13 20:51:29 2014
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    ORACLE instance started.
    Total System Global Area 8551575552 bytes
    Fixed Size                  2238616 bytes
    Variable Size            6224349032 bytes
    Database Buffers         2315255808 bytes
    Redo Buffers                9732096 bytes
    Database mounted.
    Database opened.
    What parameter usually is deprecated in 11.2.0.3?
    Thanks a lot,
    pK

    ORA-32004: obsolete or deprecated parameter(s) specified for string instance
    Cause: Obsolete or deprecated parameters for this instance type were specified in the SPFILE or the PFILE on the server side.
    Action: See alert log for a list of parameters that are obsolete or deprecated. Remove them from the SPFILE or the server side PFILE.
    http://docs.oracle.com/cd/E11882_01/server.112/e17766/e29250.htm#ORA-32004
    and/or:
    select name from v$obsolete_parameter where isspecified='TRUE';
    Ask Tom "ORA-32004: obsolete and/or deprecated pa..."

  • Obsolete and deprecated parameters

    Hi,
    we got the error when i start the istance.
    SQL> STARTUP
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Total System Global Area 167772160 bytes
    Fixed Size 1247900 bytes
    Variable Size 75498852 bytes
    Database Buffers 88080384 bytes
    Redo Buffers 2945024 bytes
    Database mounted.
    Database opened.
    How to find which parameters are obsolete and/or deprecated?

    user3266490 wrote:
    Hi,
    we got the error when i start the istance.
    SQL> STARTUP
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Total System Global Area 167772160 bytes
    Fixed Size 1247900 bytes
    Variable Size 75498852 bytes
    Database Buffers 88080384 bytes
    Redo Buffers 2945024 bytes
    Database mounted.
    Database opened.
    How to find which parameters are obsolete and/or deprecated?Hi
    Check
    http://azardba.blogspot.com/2009/08/ora-32004-obsolete-andor-deprecated.html
    Regards
    Azar
    DBA

  • ORA-16024: - ORA-32004 - Parameter modification Error

    Hi all,
    I have two errors after modifying the LOG_ARCHIVE_DEST_1 parameter. I've run this...
    ALTER SYSTEM SET LOG_ARCHIVE_DEST_1='LOCATION=/u04/archive/EST OPTIONAL REOPEN=300' SCOPE=spfile;
    and after restarting the instance, I found these errors
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORA-16024: parameter LOG_ARCHIVE_DEST_1 cannot be parsed
    I checked the spfile and I discovered an error in it due this change:
    *.log_archive_dest_1='LOCATION=/u04/archive/EST OPTIONAL REPO^H^HOPEN=300'
    "^H^H" these characters were inserted because an stty config error and I was not able to see them.
    How should I procede to recover my instance?
    Thanks

    Thanks! I really appreciate your help!
    I have no need to do a recovery, I just wanted to say only bringing it open again.
    I am not able to start it up in nomount mode...
    Thanks by your help!
    EdStevens wrote:
    martinmorono wrote:
    Hi all,
    I have two errors after modifying the LOG_ARCHIVE_DEST_1 parameter. I've run this...
    ALTER SYSTEM SET LOG_ARCHIVE_DEST_1='LOCATION=/u04/archive/EST OPTIONAL REOPEN=300' SCOPE=spfile;
    and after restarting the instance, I found these errors
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORA-16024: parameter LOG_ARCHIVE_DEST_1 cannot be parsed
    I checked the spfile and I discovered an error in it due this change:
    *.log_archive_dest_1='LOCATION=/u04/archive/EST OPTIONAL REPO^H^HOPEN=300'
    "^H^H" these characters were inserted because an stty config error and I was not able to see them.
    How should I procede to recover my instance?
    ThanksFirst, is your instance in need of recovery? these look like non-fatal errors to me. Since you had intended that archive destination to be optional, I presume you have another, non-optional, destination that is good?
    Are you able to do a 'startup nomount'? That's as far as you need to get to issue ALTER SYSTEM commands against the spfile to correct the bad value.
    And btw, you didn't need to bounce the system in the first place. log_archive_dest_n is a dynamic parameter - you could have specified scope=both and kept on trucking - or gotten an error at that time:
    SQL> alter system set log_archive_dest_2='location=c:  lksdjf optional' scope=both;
    alter system set log_archive_dest_2='location=c:  lksdjf optional' scope=both
    ERROR at line 1:
    ORA-02097: parameter cannot be modified because specified value is invalid
    ORA-16024: parameter LOG_ARCHIVE_DEST_2 cannot be parsed
    SQL> alter system set log_archive_dest_2='location=c:\temp optional' scope=both
    System altered.
    SQL> alter system set log_archive_dest_2='' scope=both;
    System altered.
    SQL>

  • Initialization parameters. ORA-32004

    Hello all!
    After upgrading from 9.1.0.6 to 10.2.04 following error appears:
    SQL> startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Total System Global Area 872415232 bytes
    Fixed Size 1270436 bytes
    Variable Size 801115484 bytes
    Database Buffers 67108864 bytes
    Redo Buffers 2920448 bytes
    Database mounted.
    Database opened.
    My initdatabasename.ora listing:
    *.aq_tm_processes=1
    *.audit_trail='DB'
    *.background_dump_dest='/u01/app/oracle/admin/puba/bdump'
    *.compatible='9.2.0.0.0'
    *.control_files='/u02/oradata/puba/control01.ctl','/u03/oradata/puba/control02.ctl','/u04/oradata/puba/control03.ctl'
    *.core_dump_dest='/u01/app/oracle/admin/puba/cdump'
    *.db_block_size=8192
    *.db_cache_size=67108864
    *.db_domain='domainname.com'
    *.db_file_multiblock_read_count=16
    *.db_name='puba'
    *.fast_start_mttr_target=300
    *.hash_join_enabled=TRUE
    *.instance_name='puba'
    *.java_pool_size=193125990
    *.job_queue_processes=6
    *.large_pool_size=193125990
    *.max_enabled_roles=100
    *.O7_DICTIONARY_ACCESSIBILITY=true
    *.open_cursors=300
    *.optimizer_index_caching=50
    *.optimizer_index_cost_adj=3
    *.pga_aggregate_target=25165824
    *.processes=750
    *.query_rewrite_enabled='FALSE'
    *.remote_login_passwordfile='NONE'
    *.shared_pool_size=193125990
    *.sort_area_size=524288
    *.star_transformation_enabled='FALSE'
    *.streams_pool_size=209715200
    *.timed_statistics=TRUE
    *.undo_management='AUTO'
    *.undo_retention=10800
    *.undo_tablespace='UNDO'
    *.user_dump_dest='/u01/app/oracle/admin/puba/udump'
    *.PLSQL_V2_COMPATIBILITY = FALSE
    *.PLSQL_NATIVE_LIBRARY_DIR = ""
    *.PLSQL_NATIVE_LIBRARY_SUBDIR_COUNT = 0
    *.session_max_open_files=200
    Old ORACLE_HOME /u01/app/oracle/product/9.2.0
    New ORACLE_HOME /u05/app/ordacle/product/10.2.0/db_1
    How to identify what parameter I should change? There is nothing in alert_.log file. It seems that nothing has been written since upgrade. I use old destination for bdump, cdump, udump. Is it right?
    Thanks for any clue how to fix this problem!

    Thanks to your replies!
    Well done!
    I copied /u01/app/oracle/admin to /u05/app/oracle/admin. Restarted database. And found in /u05/app/oracle/admin/puba/bdump/alertpuba.log following:
    Deprecated system parameters with specified values:
    max_enabled_roles
    I commited it and as the result:
    SQL> startup
    ORACLE instance started.
    Total System Global Area  876609536 bytes
    Fixed Size                  1270436 bytes
    Variable Size             801115484 bytes
    Database Buffers           67108864 bytes
    Redo Buffers                7114752 bytes
    Database mounted.
    Database opened.
    I also checked v$parameter:
    SQL> select name from v$parameter where isdeprecated='TRUE';
    NAME
    lock_name_space
    buffer_pool_keep
    buffer_pool_recycle
    max_commit_propagation_delay
    remote_archive_enable
    log_archive_start
    parallel_server
    parallel_server_instances
    fast_start_io_target
    logmnr_max_persistent_sessions
    serial_reuse
    NAME
    max_enabled_roles
    global_context_pool_size
    plsql_compiler_flags
    sql_trace
    parallel_automatic_tuning
    drs_start
    17 rows selected.
    What I should do with this parameters? And what does the result of selection mean?

  • Deprecated parameter when enabling archivelog

    Hi all,
    11gR1
    I want to enable archivelog. So I set the ff:
    SQL> alter system set log_archive_start=TRUE scope=spfile;
    System altered.
    SQL> alter system set log_archive_dest_1='location=c:\oracle\apexdb\archivelog' scope=spfile;
    System altered.
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Why is this obsolete error? and which parameter is obsolete? the log_archive_dest_1?
    Thanks....

    867699 wrote:
    Hi,
    I'm a beginner. I've gone through this thread. But i have a doubt. I don't have an Sp file ..how can i fix it with only p file.
    Pls help.
    ThnksThen you don't need the step to create a pfile from spfile. You are starting with the pfile, just as if you had created it from spfile.
    But after making the correction in your pfile, you really should make an spfile and start using it instead.
    1) make a backup copy of the pfile
    2) make whatever modifications you need to the pfile
    3) set ORACLE_SID
    4) sqlplus / as sysdba
    5) create spfile from pfile='nameofyourpfile';
    6) startup
    All this can be done from an idle instance - no need to be bouncing around from nomount, mount, startup, etc. See this:
    First, the contents of my dbs directory. Notice the init file initHOUSTON.ora, but there is no spfile (I renamed it to spfileHOUSTON.bak to get it out of the way)
    [oracle@vmlnx01 dbs]$ pwd
    /ora00/app/oracle/product/10.2.0/db_1/dbs
    [oracle@vmlnx01 dbs]$ ls -l
    total 6960
    -rw-rw---- 1 oracle oinstall    1544 May 21 18:56 hc_HOUSTON.dat
    -rw-r--r-- 1 oracle oinstall   12920 May  3  2001 initdw.ora
    -rw-r--r-- 1 oracle oinstall    1691 Jun 22 15:00 initHOUSTON.ora
    -rw-r----- 1 oracle oinstall    8385 Sep 11  1998 init.ora
    -rw-rw---- 1 oracle oinstall      24 May 21 18:56 lkHOUSTON
    -rw-r----- 1 oracle oinstall    1536 Jun 21 10:59 orapwHOUSTON
    -rw-r----- 1 oracle oinstall 7061504 May 22 18:49 snapcf_HOUSTON.f
    -rw-r----- 1 oracle oinstall    4608 Jun 22 11:56 spfileHOUSTON.bakSo check ORACLE_SID
    [oracle@vmlnx01 dbs]$ echo $ORACLE_SID
    HOUSTONThen connect as sysdba. Notice we connect to an idle instance, meaning we know it is HOUSTON, but it is not started, not even to NOMOUNT
    [oracle@vmlnx01 dbs]$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Jun 22 15:13:41 2011
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to an idle instance.and in this idle instance we can go ahead and create the spfile. No need to be in NOMOUNT or MOUNT
    SQL> create spfile from pfile='initHOUSTON.ora';
    File created.shell out and see the directory to confirm we create the spfile
    SQL> !ls -l
    total 6968
    -rw-rw---- 1 oracle oinstall    1544 May 21 18:56 hc_HOUSTON.dat
    -rw-r--r-- 1 oracle oinstall   12920 May  3  2001 initdw.ora
    -rw-r--r-- 1 oracle oinstall    1691 Jun 22 15:00 initHOUSTON.ora
    -rw-r----- 1 oracle oinstall    8385 Sep 11  1998 init.ora
    -rw-rw---- 1 oracle oinstall      24 May 21 18:56 lkHOUSTON
    -rw-r----- 1 oracle oinstall    1536 Jun 21 10:59 orapwHOUSTON
    -rw-r----- 1 oracle oinstall 7061504 May 22 18:49 snapcf_HOUSTON.f
    -rw-r----- 1 oracle oinstall    4608 Jun 22 11:56 spfileHOUSTON.bak
    -rw-r----- 1 oracle oinstall    4608 Jun 22 15:13 spfileHOUSTON.oraNow, from the idle instance do a full startup
    SQL> startup
    ORACLE instance started.
    Total System Global Area  285212672 bytes
    Fixed Size    1267068 bytes
    Variable Size  155191940 bytes
    Database Buffers  125829120 bytes
    Redo Buffers    2924544 bytes
    Database mounted.
    Database opened.and check that we used the spfile we just created
    SQL> show parameter spfile
    NAME     TYPE VALUE
    spfile     string /ora00/app/oracle/product/10.2
    .0/db_1/dbs/spfileHOUSTON.ora
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@vmlnx01 dbs]$ exit
    logout

  • ORA-32004

    Hello all!
    After upgrading from 9.1.0.6 to 10.2.04 following error appears:
    SQL> startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Total System Global Area 872415232 bytes
    Fixed Size 1270436 bytes
    Variable Size 801115484 bytes
    Database Buffers 67108864 bytes
    Redo Buffers 2920448 bytes
    Database mounted.
    Database opened.
    My initdatabasename.ora listing:
    *.aq_tm_processes=1
    *.audit_trail='DB'
    *.background_dump_dest='/u01/app/oracle/admin/puba/bdump'
    *.compatible='9.2.0.0.0'
    *.control_files='/u02/oradata/puba/control01.ctl','/u03/oradata/puba/control02.ctl','/u04/oradata/puba/control03.ctl'
    *.core_dump_dest='/u01/app/oracle/admin/puba/cdump'
    *.db_block_size=8192
    *.db_cache_size=67108864
    *.db_domain='domainname.com'
    *.db_file_multiblock_read_count=16
    *.db_name='puba'
    *.fast_start_mttr_target=300
    *.hash_join_enabled=TRUE
    *.instance_name='puba'
    *.java_pool_size=193125990
    *.job_queue_processes=6
    *.large_pool_size=193125990
    *.max_enabled_roles=100
    *.O7_DICTIONARY_ACCESSIBILITY=true
    *.open_cursors=300
    *.optimizer_index_caching=50
    *.optimizer_index_cost_adj=3
    *.pga_aggregate_target=25165824
    *.processes=750
    *.query_rewrite_enabled='FALSE'
    *.remote_login_passwordfile='NONE'
    *.shared_pool_size=193125990
    *.sort_area_size=524288
    *.star_transformation_enabled='FALSE'
    *.streams_pool_size=209715200
    *.timed_statistics=TRUE
    *.undo_management='AUTO'
    *.undo_retention=10800
    *.undo_tablespace='UNDO'
    *.user_dump_dest='/u01/app/oracle/admin/puba/udump'
    *.PLSQL_V2_COMPATIBILITY = FALSE
    *.PLSQL_NATIVE_LIBRARY_DIR = ""
    *.PLSQL_NATIVE_LIBRARY_SUBDIR_COUNT = 0
    *.session_max_open_files=200
    Old ORACLE_HOME /u01/app/oracle/product/9.2.0
    New ORACLE_HOME /u05/app/ordacle/product/10.2.0/db_1
    Thanks for any clue how to fix this problem!

    You can refer the following list to verify for yourself:
    Initialization Parameters Obsolete in 10g:
    ENQUEUE_RESOURCES
    DBLINK_ENCRYPT_LOGIN
    HASH_JOIN_ENABLED
    LOG_PARALLELISM
    MAX_ROLLBACK_SEGMENTS
    MTS_CIRCUITS
    MTS_DISPATCHERS
    MTS_LISTENER_ADDRESS
    MTS_MAX_DISPATCHERS
    MTS_MAX_SERVERS
    MTS_MULTIPLE_LISTENERS
    MTS_SERVERS
    MTS_SERVICE
    MTS_SESSIONS
    OPTIMIZER_MAX_PERMUTATIONS
    ORACLE_TRACE_COLLECTION_NAME
    ORACLE_TRACE_COLLECTION_PATH
    ORACLE_TRACE_COLLECTION_SIZE
    ORACLE_TRACE_ENABLE
    ORACLE_TRACE_FACILITY_NAME
    ORACLE_TRACE_FACILITY_PATH
    PARTITION_VIEW_ENABLED
    PLSQL_NATIVE_C_COMPILER
    PLSQL_NATIVE_LINKER
    PLSQL_NATIVE_MAKE_FILE_NAME
    PLSQL_NATIVE_MAKE_UTILITY
    ROW_LOCKING
    SERIALIZABLE
    TRANSACTION_AUDITING
    UNDO_SUPPRESS_ERRORS
    Initialization Parameters Deprecated in 10g
    LOGMNR_MAX_PERSISTENT_SESSIONS
    MAX_COMMIT_PROPAGATION_DELAY
    REMOTE_ARCHIVE_ENABLE
    SERIAL_REUSE
    SQL_TRACE
    BUFFER_POOL_KEEP (replaced by DB_KEEP_CACHE_SIZE)
    BUFFER_POOL_RECYCLE (replaced by DB_RECYCLE_CACHE_SIZE)
    GLOBAL_CONTEXT_POOL_SIZE
    LOCK_NAME_SPACE
    LOG_ARCHIVE_START
    MAX_ENABLED_ROLES
    PARALLEL_AUTOMATIC_TUNING
    PLSQL_COMPILER_FLAGS (replaced by PLSQL_CODE_TYPE and PLSQL_DEBUG)
    I just quickly checked. You can remove this parameter:
    *.hash_join_enabled=TRUE
    Cheers,
    Anirban
    Edited by: user761627 on Sep 30, 2008 5:13 AM

  • ORA-32004 - LOG_ARCHIVE_START

    Hi All,
    I've received this error message during the database' startup:
    SQL> startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Total System Global Area 1610612736 bytes
    Fixed Size 2056504 bytes
    Variable Size 872419016 bytes
    Database Buffers 721420288 bytes
    Redo Buffers 14716928 bytes
    Database mounted.
    Database opened.
    SQL>
    I've checked the alert.log and I've found this:
    Deprecated system parameters with specified values:
    log_archive_start
    End of deprecated system parameter listing
    And the value for this parameter is set to:
    SQL> show parameter log_archive_start
    NAME TYPE VALUE
    log_archive_start boolean FALSE
    SQL>
    The same value is defined in other instances with no error at startup.
    Does anybody an idea of what's wrong?
    Thanks in advance.
    Martin

    Since I added the parameter to my instance I had to remove it as well. Below are the steps I took to remove the parameter. I had already created a pfile earlier so I used that one to start up the instance.
    Note you will see I recieve the same error on startup
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Total System Global Area  419430400 bytes
    Fixed Size                  1267860 bytes
    Variable Size             155191148 bytes
    Database Buffers          260046848 bytes
    Redo Buffers                2924544 bytes
    Database mounted.
    Database opened.
    SQL>
    SQL> show parameter spfile
    NAME                                 TYPE        VALUE
    spfile                               string      /u01/app/oracle/product/10.2.0
                                                     /db_1/dbs/spfileora10r2.ora
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup pfile='/home/oracle/spfile.txt'
    ORACLE instance started.
    Total System Global Area  419430400 bytes
    Fixed Size                  1267860 bytes
    Variable Size             155191148 bytes
    Database Buffers          260046848 bytes
    Redo Buffers                2924544 bytes
    Database mounted.
    Database opened.
    SQL> create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs/spfileora10r2.ora' from pfile='/home/oracle/spfile.txt';
    File created.
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  419430400 bytes
    Fixed Size                  1267860 bytes
    Variable Size             155191148 bytes
    Database Buffers          260046848 bytes
    Redo Buffers                2924544 bytes
    Database mounted.
    Database opened.
    SQL>

Maybe you are looking for

  • How do I upgrade to Itunes 12 on my HP Windows PC.

    How do I upgrade to ITunes 12 on my MS Windows 7 PC? Presently running ITunes 9 and my ITunes does not see the IPad to synch from the PC to the IPad.

  • When I start my computer my dock will not show up. help!!!!

    When I start my computer only the galaxy screen shot comes up. My dock won't appear or anything else. Just an empty screen. I have been able to get onto safari because my screen saver will eventually appear and because it's on shuffle sometimes the a

  • Maximum open Cursors Excedded error - for every transaction

    Hi All, I am getting the maximum opn cursors exceeded error suddenly for every single db transaction i am trying to make in my application. this did not happen previously during my developemnt and testing phase. I have a question here that i tried to

  • Can no longer delete files from Time Machine

    My Gear icon in Time Machine that allowed me to delete all copies of a file, has disappeared -- as has the magnifying glass. Any one else lost this?

  • ID and passwords not accepted by remote server

    IDs and passwords for various site - mainly banks - seem not to be transmitted/recognised. The remote site screen returns to its original state before the data was entered with no explanation of why it didn't respond. I can successfully enter these s