oracle的schema错误检查,ORA-18008: cannot find OUTLN schema错误的解决办法

启动数据库报错,ORA-18008: cannot find OUTLN schema

问题现象:数据库版本 oracle 11g r2

hrdb1>startup

Oracle 例程已经启动。

Total System Global Area 4392697856 bytes-

Fixed Size                  2233616 bytes

Variable Size            1090521840 bytes

Database Buffers         3288334336 bytes

Redo Buffers               11608064 bytes

数据库装载完毕。

ORA-01092: Oracle instance terminated. Disconnection forced

ORA-18008: cannot find OUTLN schema

进程 ID: 5294

会话 ID: 683 序列号: 3

hrdb1>!oerr ora 18008

18008, 00000, "cannot find OUTLN schema"

// *Cause:  The database creation script that creates this schema must not

//          have been executed.

// *Action: Review the log files to see what happened when the database

//          was created.

问题原因:

outlin用户被误删除

解决方法:

按照metalink上的解决办法,先修改replication_dependency_tracking参数,重建数据库outln用户及相关对象即可。

1,启动到mount状态,修改replication_dependency_tracking参数

alter system set replication_dependency_tracking =false scope=spfile;

2,启动数据库至open状态

hrdb1>shutdown immediate

hrdb1>startup

3,执行脚本doptim.bsq,Oracle 10g版本可参考执行附录脚本

@$Oracle_HOME/rdbms/admin/doptim.bsq

此时,用户已创建

hrdb1>select username from dba_users;

USERNAME

------------------------------

OUTLN

4,修改回replication_dependency_tracking参数为true

alter system set replication_dependency_tracking =true scope=spfile;

5,重新启动数据库,系统恢复正常

hrdb1>shutdown abort

Oracle 例程已经关闭。

hrdb1>startup

Oracle 例程已经启动。

Total System Global Area 4392697856 bytes

Fixed Size                  2233616 bytes

Variable Size            1090521840 bytes

Database Buffers         3288334336 bytes

Redo Buffers               11608064 bytes

数据库装载完毕。

数据库已经打开。

hrdb1>select username from dba_users;

USERNAME

------------------------------

WJ

OUTLN

SYS

SYSTEM

HR

STRMADMIN

已选择6行。

由于版本是Oracle 11g,直接执行相关脚本即可,oracle 10g版本可以参考《Script to Create User OUTLN in 10.2 [ID 422983.1]》

备注:用于复制的一个参数,第一次碰到,做个记录

REPLICATION_DEPENDENCY_TRACKING enables or disables dependency tracking for read/write operations to the database. Dependency tracking is essential for propagating changes in a replicated environment in parallel.

参考资料:

Unable To Start The Database With OUTLN Schema Dropped ORA-01092& ORA-18008 [ID 855104.1]

Script to Create User OUTLN in 10.2 [ID 422983.1]

  • 2
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值