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

1、启动报错
SQL> startup
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE 例程已经启动。

Total System Global Area 1887350784 bytes
Fixed Size 2176848 bytes
Variable Size 1325402288 bytes
Database Buffers 553648128 bytes
Redo Buffers 6123520 bytes
数据库装载完毕。
数据库已经打开。

2、查看告警日志中有如下告警内容
显示已经Deprecated的参数
Deprecated system parameters with specified values:
remote_os_authent
End of deprecated system parameter listing
Wed Mar 11 11:04:24 2015

3、修改参数文件:INITorcl.ORA
I:\app\Administrator\product\11.2.0\dbhome_1\database\INITorcl.ORA
删除参数:remote_os_authent

4、从pfile重新创建spfile
SQL> create spfile from pfile;

文件已创建。

5、启动正常
SQL> startup
ORACLE 例程已经启动。

Total System Global Area 1887350784 bytes
Fixed Size 2176848 bytes
Variable Size 1325402288 bytes
Database Buffers 553648128 bytes
Redo Buffers 6123520 bytes
数据库装载完毕。
数据库已经打开。
SQL>

6、查看已过期的参数

SQL> select name,description from v$parameter where isdeprecated =‘TRUE‘;
NAME                                                                             DESCRIPTION
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
lock_name_space                                                                  lock name space used for generating lock names for standby/clone database
instance_groups                                                                  list of instance group names
resource_manager_cpu_allocation                                                  Resource Manager CPU allocation
active_instance_count                                                            number of active instances in the cluster database
buffer_pool_keep                                                                 Number of database blocks/latches in keep buffer pool
buffer_pool_recycle                                                              Number of database blocks/latches in recycle buffer pool
log_archive_start                                                                start archival process on SGA initialization
standby_archive_dest                                                             standby database archivelog destination text string
log_archive_local_first                                                          Establish EXPEDITE attribute default value
parallel_server                                                                  if TRUE startup in parallel server mode
parallel_server_instances                                                        number of instances to use for sizing OPS SGA structures
fast_start_io_target                                                             Upper bound on recovery reads
serial_reuse                                                                     reuse the frame segments
max_enabled_roles                                                                max number of roles a user can have enabled
remote_os_authent                                                                allow non-secure remote clients to use auto-logon accounts
global_context_pool_size                                                         Global Application Context Pool Size in Bytes
cursor_space_for_time                                                            use more memory in order to get faster execution
plsql_v2_compatibility                                                           PL/SQL version 2.x compatibility flag
plsql_debug                                                                      PL/SQL debug
background_dump_dest                                                             Detached process dump directory
NAME                                                                             DESCRIPTION
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
user_dump_dest                                                                   User process dump directory
commit_write                                                                     transaction commit log write behaviour
sql_trace                                                                        enable SQL trace
parallel_automatic_tuning                                                        enable intelligent defaults for parallel execution parameters
parallel_io_cap_enabled                                                          enable capping DOP by IO bandwidth
25 rows selected

SQL> 
时间: 2024-08-29 19:54:29

ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance的相关文章

ORA-32004: obsolete or deprecated parameter(s) spe

数据库启动时发现错误:ORA-32004打开日志跟踪,关闭数据库重新启动,发现参数文件中的问题:重点是:Deprecated system parameters with specified values:随后一个参数:sql_trace找到spfile文件查看spfile文件内的参数设置情况将其参数注释掉,重新启动数据库,创建一个pfile文件此时报错仍然存在,不要急接下来关闭数据库,用pfile文件启动数据库到nomount状态此时已经没有报错最后通过启动的pfile文件创建一个spfile

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

错误信息: 启动数据库报错,虽然能正常启动,但是每次看到这个ORA就不爽:SQL> startupORA-32004: obsolete and/or deprecated parameter(s) specifiedORACLE instance started. Total System Global Area 415236096 bytesFixed Size 2021216 bytesVariable Size 117442720 bytesDatabase Buffers 293601

oracle数据库升级dbua操作阻塞解决方法(解决ORA-32004报错)

操作环境 1.SuSE11sp3操作系统 2.oracle 11.2.0.3版本升级到11.2.0.4版本 问题现象   oracle 11.2.0.3版本升级到11.2.0.4版本时执行dbua命令在获取dabase信息步骤时提示输入pfile文件,无法next操作,升级阻塞.(不是在自己环境操作,暂无截图) 问题分析   oracle start mount步骤时会出现提示ORA-32004: obsolete or deprecated parameter(s) specified for

ORA-32004 的错误处理

启动数据库时,收到了ORA-32004 的错误,错误多是一些过时且在当前版本中不在使用的参数,如果碰到类似的错误,只需要将其 reset即可. SQL> startup;ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instanceORACLE instance started. Total System Global Area 672256000 bytesFixed Size 2216384 bytesV

ORA-32004

今天在启动数据库的过程中,收到以下错误: SQL> startup ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance ORACLE instance started. 在主机环境下查看ORA-32004错误的原因和解决方案 [[email protected] ~]$ oerr ora 32004 32004, 00000, "obsolete or deprecated paramete

Oracle 11g Dataguard 配置,维护与详解 (ADG)

一.前言: 本手册主要记录如何配置,还介绍了配置原因,以及注意要点,已经主备切换,以及故障转移等重要操作步骤,我希望这个文章可以作为进行dataguard配置的一个参考手册. 二.前提 1.主库是归档模式: 如果我们不清楚为什么是归档模式,那我们就应该也不会清楚dataguard是用来做什么的.透过很多修饰的官方语言,我们需要明确DG(dataguard简称,后同)实际上的作用就是用来高可用.而实现原理就是从主库获取数据到从库,在主库发生异常的时候,从库接管主库,完成身份的变化.可以一个主库,最

oracle11g dataguard 完全手册

一.前言: 网络上关于dataguard的配置文章很多,但是很多打着oracle11g的文章实际都是只能在9 10 上运行,比如FAL_CLIENT在11g中已经废弃,但是现在网络上的文章都是没有标注这一点.而且对于具体含义语焉不详对于新手只能知其然而不知其所以然.这篇文章我就想让像我这样的人对于dataguard配置不仅仅知道怎么配置,还要知道为什么需要这样配置,这样的效果才是最好的. 这篇文章不仅仅是记录如何配置,还介绍了为什么是这样,以及注意要点,我希望这个文章可以作为进行dataguar

oracle ORA-32004处理

SYS AS [email protected]>startup open:ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instanceORACLE instance started. ora-32004: 不影响数据库的使用.报错信息为参数过期.可以看alter_orcl.log 日志文件那个参数过期. SYS AS [email protected]> show parameter backgroun

Oracle 11g Data Guard 物理备库快速配置指南(上)

缘起 最近做了10g和11g的物理备库配置实验,发现 Data Guard 其实很容易,但是缺少好文档.我是参考官方文档做的实验,觉得它写的不是很清楚的. Google 出来两个pdf文档,读了觉得比官方文档强很多.翻译下,也许会对某些朋友有用.翻译的同时我也好更熟悉下这两个文档.好久没翻译过英文了,可以顺便练练手. 原文档下载地址(墙外): Configure Dataguard 11gR2 Physical Standby Part 1 Configure Dataguard 11gR2 P