EBS CLONE ERROR

[复制链接]
查看11 | 回复9 | 2015-4-24 16:04:24 | 显示全部楼层 |阅读模式
REDHAT ES3
EBS 10.5.10
Creating the control file for dev_gmerp database ...

SQL*Plus: Release 9.2.0.6.0 - Production on Fri Jan 19 16:32:45 2007
Copyright (c) 1982, 2002, Oracle Corporation.All rights reserved.
Connected.
ORACLE instance shut down.
Connected to an idle instance.
ORACLE instance started.
Total System Global Area581506668 bytes
Fixed Size
452204 bytes
Variable Size
402653184 bytes
Database Buffers
167772160 bytes
Redo Buffers
10629120 bytes
Control file created.
alter database open resetlogs
*
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/u02/ebsdev/devdata/system01.dbf'

alter tablespace TEMP add tempfile '/u02/ebsdev/devdata/temp01.dbf' REUSE
*
ERROR at line 1:
ERROR at line 1:
ORA-01109: database not open

ALTER DATABASE RENAME GLOBAL_NAME TO "dev.nlic.com.cn"

*
ERROR at line 1:
ORA-01109: database not open

ORA-01109: database not open

Database dismounted.
ORACLE instance shut down.
Connected to an idle instance.
ORACLE instance started.
Total System Global Area581506668 bytes
Fixed Size
452204 bytes
Variable Size
402653184 bytes
Database Buffers
167772160 bytes
Redo Buffers
10629120 bytes
Database mounted.
Database mounted.
PL/SQL procedure successfully completed.
ORACLE instance shut down.
Connected to an idle instance.
ORACLE instance started.
Total System Global Area581506668 bytes
Fixed Size
452204 bytes
Variable Size
402653184 bytes
Database Buffers
167772160 bytes
Redo Buffers
10629120 bytes
Control file created.
alter database open resetlogs
*
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/u02/ebsdev/devdata/system01.dbf'

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

ADX Database Utility
---------------------------------------------------------------
getConnectionUsingAppsJDBCConnector() -->
APPS_JDBC_URL='null'
Trying to get connection using SID based connect descriptor
getConnection() -->
sDbHost: gmerp
sDbDomain: nlic.com.cn
sDbPort: 1524
sDbSid : dev
sDbUser: APPS
Trying to connect using SID...
getConnectionUsingSID() -->
JDBC URL: jdbc

racle:thin:@gmerp.nlic.com.cn:1524:dev
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter
could not establish the connection
Trying to connect using SID as ServiceName
Trying to connect using SID as ServiceName
getConnectionUsingServiceName() -->
JDBC URL: jdbc

racle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=gmerp.
nlic.com.cn)(PORT=1524))(CONNECT_DATA=(SERVICE_NAME=dev)))
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter
could not establish the connection
Trying to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName() -->
JDBC URL: jdbc

racle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=gmerp.
nlic.com.cn)(PORT=1524))(CONNECT_DATA=(SERVICE_NAME=dev.nlic.com.cn)))
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter
could not establish the connection
Connection could not be obtained; returning null
-------------------ADX Database Utility Finished---------------
RC-00118: Error occurred during creation of database
Raised by oracle.apps.ad.clone.ApplyDatabase

StackTrace:
java.lang.Exception: Control file creation failed
at oracle.apps.ad.clone.ApplyDatabase.(ApplyDatabase.java:474)
at oracle.apps.ad.clone.ApplyDatabase.(ApplyDatabase.java:319)
-------------------ADX Database Utility Finished---------------
RC-00118: Error occurred during creation of database
Raised by oracle.apps.ad.clone.ApplyDatabase

StackTrace:
java.lang.Exception: Control file creation failed
at oracle.apps.ad.clone.ApplyDatabase.(ApplyDatabase.java:474)
at oracle.apps.ad.clone.ApplyDatabase.(ApplyDatabase.java:319)
at oracle.apps.ad.clone.ApplyDatabase.(ApplyDatabase.java:295)
at oracle.apps.ad.clone.ApplyDBTier.(ApplyDBTier.java:154)
at java.lang.reflect.Constructor.newInstance(Native Method)
at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
at java.lang.Thread.run(Thread.java:479)
回复

使用道具 举报

千问 | 2015-4-24 16:04:24 | 显示全部楼层
备份有问题
回复

使用道具 举报

千问 | 2015-4-24 16:04:24 | 显示全部楼层
再备粉一次 DB 的数据..拷贝过来试一下吧
回复

使用道具 举报

千问 | 2015-4-24 16:04:24 | 显示全部楼层
clone的种子的数据库是正常关闭的吗?
回复

使用道具 举报

千问 | 2015-4-24 16:04:24 | 显示全部楼层
我是在同一台linux上进行了clone,是否可以?
另外在linux上clone需要提前打的补丁是必须要安装的吗,
需要哪些补丁,补丁哪里下载(无metalink)
回复

使用道具 举报

千问 | 2015-4-24 16:04:24 | 显示全部楼层
最初由 blackzhang 发布
[B]我是在同一台linux上进行了clone,是否可以?
另外在linux上clone需要提前打的补丁是必须要安装的吗,
需要哪些补丁,补丁哪里下载(无metalink) [/B]


同一台机器CLONE ,没问题,,但用户环境不要一样...
老大,千万不能直接拷贝过来就算CLONE 了,也要严格按照CLONE 的步骤去做啊..
回复

使用道具 举报

千问 | 2015-4-24 16:04:24 | 显示全部楼层
这个问题,好象只是 DB 的问题,就按一般DB 的问题处理就可以了,
把DATAFILE 文件拷贝过来, 做个包括控制文件,做个DB RECOERY 应该就可以了
回复

使用道具 举报

千问 | 2015-4-24 16:04:24 | 显示全部楼层
等问题的结果
回复

使用道具 举报

千问 | 2015-4-24 16:04:24 | 显示全部楼层
先介绍一下么
回复

使用道具 举报

千问 | 2015-4-24 16:04:24 | 显示全部楼层
是否要重建控制文件?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行