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

错误信息:

启动数据库报错,虽然能正常启动,但是每次看到这个ORA就不爽:
SQL> startup
ORA-32004: obsolete and/or deprecated parameter(s) specified
ORACLE instance started.

Total System Global Area 415236096 bytes
Fixed Size 2021216 bytes
Variable Size 117442720 bytes
Database Buffers 293601280 bytes
Redo Buffers 2170880 bytes
Database mounted.
Database opened.

查看告警日志如下,可知参数log_archive_start已废弃:
Deprecated system parameters with specified values:
log_archive_start
End of deprecated system parameter listing

处理方法:
1、创建pfilie文件
SQL> create pfile =‘/home/oracle/pfileorcl.ora‘ from spfile;

File created.

2、编辑pfile文件,删除废弃参数log_archive_start
[[email protected] oracle]# vi pfileorcl.ora

3、关闭数据库
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.

4、从pfile创建spfile文件
SQL> create spfile from pfile=‘/home/oracle/pfileorcl.ora‘;

File created.

5、startup正常
SQL> startup
ORACLE instance started.

Total System Global Area 415236096 bytes
Fixed Size 2021216 bytes
Variable Size 121637024 bytes
Database Buffers 289406976 bytes
Redo Buffers 2170880 bytes
Database mounted.
Database opened.
SQL>

时间: 2024-08-01 00:21:47

ORA-32004: obsolete and/or deprecated parameter(s) specified的相关文章

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

1.启动报错SQL> startupORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instanceORACLE 例程已经启动. Total System Global Area 1887350784 bytesFixed Size 2176848 bytesVariable Size 1325402288 bytesDatabase Buffers 553648128 bytesRedo Buffers 61

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

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 de

Oracle 静态监听注冊具体解释

网上有非常多关于oracle 监听静态注冊的文章.但大多都是简单说说,并没有具体的样例.这里,将结合linux as4 下的oracle 10gR2.0.1 举一个具体的样例 1.在 $ORACLE_HOME/network/admin/listener.ora 文件里增加一个静态注冊的节点 [[email protected] oracle]$ cd $ORACLE_HOME/network/admin [[email protected] admin]$ vi listener.ora #

从Oracle9i RMAN全库备份迁移到 Oracle10g

1. 创建以下目录: mkdir -pv $ORACLE_BASE/admin/$ORACLE_SID/{{a,b,c,dp,u}dump,pfile} mkdir -pv $ORACLE_BASE/flash_recovery_area 2. 创建Oracle10g的init$ORACLE_SID.ora dbinfo.__db_cache_size=339738624 dbinfo.__java_pool_size=4194304 dbinfo.__large_pool_size=41943

Oracle 静态监听注册详解

网上有很多关于oracle 监听静态注册的文章,但大多都是简单说说,并没有详细的例子,这里,将结合linux as4 下的oracle 10gR2.0.1 举一个具体的例子 1.在 $ORACLE_HOME/network/admin/listener.ora 文件中加入一个静态注册的节点 [[email protected] oracle]$ cd $ORACLE_HOME/network/admin [[email protected] admin]$ vi listener.ora # l

redo与undo同时丢失后的恢复(没有备份)

系统停电导致redo和undo损坏 下面是恢复步骤,希望对大家有用. 当前状态是需要redo recover但是文件不存在或文件损坏经过redo的clear或不完全恢复后启动数据库的时候,出现ora报错,能后添加系统隐藏参数后和修改系统通过system为undotbs后成功启动数据库.1.redo丢失或损坏有如下两种常用的处理办法用CLEAR命令重建该日志文件非当前状态,而且已经归档SQL>alter database clear logfile group 3;如果是该日志组还没有归档,则需要

rman 异地恢复过程日志

[[email protected]_test ~]$ sqlplus / as sysdba SQL*Plus: Release 10.2.0.1.0 - Production on Fri May 24 10:07:51 2019 Copyright (c) 1982, 2005, Oracle. All rights reserved. Connected to:Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi

sqlplus 登陆使用

select * from dept; input order by dname;  追加文本命令  del  n  删除语句 celar buffer ; 清除缓冲区的命令 conn sys as sysdba  登陆用户 一般只要安装了oracle的服务器端或者客户端,sqlplus都被默认安装.而sqlplusw只是在sqlplus上添加了一个窗体,在其上执行SQL语句与sqlplus完全相同.sqlplus的主要应用场景为查看/设置数据库参数.执行SQL脚本等. 1.利用sqlplus登