当前位置: 首页 > news >正文

Oracle 10g之ORA-32004问题

做多元化控制文件时遇到了以下问题:
SQL> startup
ORA-32004: obsolete and/or deprecated parameter(s) specified
ORACLE instance started.
Total System Global Area  285212672 bytes
Fixed Size                  1218992 bytes
Variable Size              88082000 bytes
Database Buffers          192937984 bytes
Redo Buffers                2973696 bytes
Database mounted.
Database opened.
 
查看oracle给出的问题描述:
SQL> host oerr ora 32004;
32004, 00000, "obsolete and/or deprecated parameter(s) specified"
// *Cause:  One or more obsolete and/or parameters 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.
查了查资料说是oracle 10G已经不支持该参数了,当打开归档模式(archive log mode) ,则 ARCH 进程被隐性的自动设定。10g 中也就不会出现 9i 以前那种数据库已经在归档模式,但是自动归档没有被设定的情况了。要解决该问题需要重置 log_archive_start 参数。
SQL> alter system reset log_archive_start SCOPE=SPFILE SID='*';
System altered.
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area  285212672 bytes
Fixed Size                  1218992 bytes
Variable Size              88082000 bytes
Database Buffers          192937984 bytes
Redo Buffers                2973696 bytes
Database mounted.
Database opened.
重启后再不报ORA-32004错误了!
查看10g中都有那些参数是 deprecated 的:
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
buffer_pool_keep
Number of database blocks/latches in keep buffer pool
buffer_pool_recycle
Number of database blocks/latches in recycle buffer pool
NAME
--------------------------------------------------------------------------------
DESCRIPTION
--------------------------------------------------------------------------------
max_commit_propagation_delay
Max age of new snapshot in .01 seconds
remote_archive_enable
remote archival enable setting
log_archive_start
start archival process on SGA initialization
NAME
--------------------------------------------------------------------------------
DESCRIPTION
--------------------------------------------------------------------------------
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
NAME
--------------------------------------------------------------------------------
DESCRIPTION
--------------------------------------------------------------------------------
logmnr_max_persistent_sessions
maximum number of threads to mine
serial_reuse
reuse the frame segments
max_enabled_roles
max number of roles a user can have enabled
NAME
--------------------------------------------------------------------------------
DESCRIPTION
--------------------------------------------------------------------------------
global_context_pool_size
Global Application Context Pool Size in Bytes
plsql_compiler_flags
PL/SQL compiler flags
sql_trace
enable SQL trace
NAME
--------------------------------------------------------------------------------
DESCRIPTION
--------------------------------------------------------------------------------
parallel_automatic_tuning
enable intelligent defaults for parallel execution parameters
drs_start
start DG Broker monitor (DMON process)
17 rows selected.

相关文章:

  • spring事物不起作用
  • 使用jQuery, CSS, JSON 和ASP.NET打造一个新闻轮换控件
  • IE被锁定后的解决办法
  • Altiris Deployment Solution简介[10-6]
  • python中的random模块
  • 给领导送礼送什么好
  • 最新Zabbix通过QQ消息的方式接收告警的部署
  • 在Word 2007中打开多文档方法
  • DedeCms V5.3/V5.5 安全设置指南
  • 使用JS实现图片轮播滚动跑马灯效果
  • 赐予我强大的内心吧,我是希瑞!
  • 老系统维护(四)-我是否最合适的人
  • JabRef中添加中文文献出现乱码 解决方法
  • 我看到的前端
  • CSS 文本
  • “Material Design”设计规范在 ComponentOne For WinForm 的全新尝试!
  • 【node学习】协程
  • CODING 缺陷管理功能正式开始公测
  • JavaScript-Array类型
  • MySQL用户中的%到底包不包括localhost?
  • node-glob通配符
  • nodejs实现webservice问题总结
  • React的组件模式
  • underscore源码剖析之整体架构
  • vue和cordova项目整合打包,并实现vue调用android的相机的demo
  • Vue小说阅读器(仿追书神器)
  • 对超线程几个不同角度的解释
  • 回流、重绘及其优化
  • 前端临床手札——文件上传
  • 如何使用Mybatis第三方插件--PageHelper实现分页操作
  • 少走弯路,给Java 1~5 年程序员的建议
  • 我建了一个叫Hello World的项目
  • ​一、什么是射频识别?二、射频识别系统组成及工作原理三、射频识别系统分类四、RFID与物联网​
  • # 安徽锐锋科技IDMS系统简介
  • #我与Java虚拟机的故事#连载13:有这本书就够了
  • (0)Nginx 功能特性
  • (C#)获取字符编码的类
  • (Java数据结构)ArrayList
  • (LeetCode C++)盛最多水的容器
  • (Python) SOAP Web Service (HTTP POST)
  • (附源码)ssm智慧社区管理系统 毕业设计 101635
  • (正则)提取页面里的img标签
  • (转)ABI是什么
  • .NET 4.0中的泛型协变和反变
  • .NET Core 实现 Redis 批量查询指定格式的Key
  • .net mvc actionresult 返回字符串_.NET架构师知识普及
  • .NET 命令行参数包含应用程序路径吗?
  • .NET 中让 Task 支持带超时的异步等待
  • .net6解除文件上传限制。Multipart body length limit 16384 exceeded
  • .Net8 Blazor 尝鲜
  • .NET大文件上传知识整理
  • .set 数据导入matlab,设置变量导入选项 - MATLAB setvaropts - MathWorks 中国
  • @staticmethod和@classmethod的作用与区别
  • [2013][note]通过石墨烯调谐用于开关、传感的动态可重构Fano超——
  • [20150629]简单的加密连接.txt