What is the Database Initialization Parameter That is Associated to an ORA-32004 Error ?

APPLIES TO:

Oracle Database - Enterprise Edition - Version 9.2.0.1 to 11.2.0.3 [Release 9.2 to 11.2]
Information in this document applies to any platform.
***Checked for relevance on 24-Jan-2012***

GOAL

How to know which parameter is obsolete and/or deprecated when the only message on screen when
attempting to start a database is "ORA-32004: obsolete and/or deprecated parameter(s) specified" ?

SOLUTION

1. Look at the DBA‘s alert log of the associated instance as newer versions of the RDBMS software will identify the parameters that are obsolete and/or deprecated within the alert log at the time that an instance startup is initiated.

2. If the alert log is not available or does not identify the obsolete or deprecated parameter and the database is accessible then check to see that none of the parameters in the parameter initialization file match a parameter name stored in the V$OBSOLETE_PARAMETER view of that same database. 
Especially review any parameter where V$OBSOLETE_PARAMETER.ISSPECIFIED=‘TRUE‘.

If there is a match, then it is an obsolete parameter.

3. If the alert log is not available or does not identify the obsolete or deprecated parameter then check to see that none of the parameters in the parameter initialization file match a parameter name listed within the migration guide‘s list of deprecated parameters or it‘s list of obsolete parameters.

To resolve ORA-32004 errors, remove the identified obsolete parameters are restart the database.

时间: 2024-10-20 08:35:55

What is the Database Initialization Parameter That is Associated to an ORA-32004 Error ?的相关文章

Database Initialization Parameters for Oracle E-Business Suite Release 12

In This Document Section 1: Common Database Initialization Parameters For All Releases Section 2: Release-Specific Database Initialization Parameters For Oracle 10g Release 2 Section 3: Release-Specific Database Initialization Parameters For Oracle 1

ORA-02095: specified initialization parameter cannot be modified

输入命令:alter system set utl_file_dir='/home/oracle/logmnr' scope=spfile; 报错: 出错原因:没有用spfile文件启动数据库 解决办法:以spfile文件启动数据库. 1:进$ORACLE_HOME/dbs路径,看是否有该spfile文件 2:如果没有,通过create spfile from pfile生成 3:重启数据库 4:show parameter spfile 验证是否以spfile启动 5:重新执行alter sy

Database Initialization Strategies in Code-First:

You already created a database after running your Code-First application the first time, but what about the second time onwards?? Will it create a new database every time you run the application? What about the production environment? How do you alte

Entity Framework Code-First(17):Database Initialization Strategy

Database Initialization Strategies in Code-First: You already created a database after running your Code-First application the first time, but what about the second time onwards?? Will it create a new database every time you run the application? What

Oracle编译器警告

Compiler Warnings 编译器警告 Oracle 10g allows you to enable compile-time warnings that are useful to identify potential run-time problems in your programs. These warnings are not serious enough to raise an exception at compile time, but may cause run-tim

Oracle 12c 12.1.0.1.0管理控制文件官方文档翻译说明

Link: http://download.csdn.net/detail/rlhua/7718571 官方Link: http://docs.oracle.com/database/121/ADMIN/control.htm#ADMIN006 版本: [email protected]>select * from v$version; BANNER                                                                          

【翻译自mos文章】services与rac中的 Distributed Transaction Processing (DTP)

来源于: Services and Distributed Transaction Processing in Oracle RAC(DTP) (文档 ID 1307751.1) APPLIES TO: Oracle Database - Enterprise Edition - Version 10.2.0.1 to 10.2.0.5 [Release 10.2] Information in this document applies to any platform. SYMPTOMS Yo

Linux hostname对Oracle实例以及监听的影响

在Linux平台中,对hostname的修改,是否对ORACLE数据库实例或监听进程有影响呢?如果有影响,又要如何解决问题呢?另外/etc/hosts下相关内容的修改,是否也会影响实例或监听呢?这里涉及的场景非常多,当然关系也非常复杂,我们下面通过几个例子来测试验证一下. 如下所示,服务器/etc/hosts 与/etc/sysconfig/network的原始配置信息如下 [[email protected] ~]# more /etc/hosts # Do not remove the fo

SERVICE_NAME和SERVICE_NAMES和GLOBAL_DBNAME的各自己定义

tnsnames.ora文件中边SERVICE_NAME的參数值--对于动态注冊和静态注冊.该參数有不同的取值 对于动态注冊: The following pfile/spfile parameters are important when setting the value for SERVICE_NAME in the tnsnames.ora file: DB_NAME DB_DOMAIN SERVICE_NAMES 一句话概括: Use the values of the paramet