---------------------------------------------------------------
ADX Database Utility
---------------------------------------------------------------
getConnectionUsingAppsJDBCConnector() -->
APPS_JDBC_URL='null'
Trying to get connection using SID based connect descriptor
getConnection() -->
sDbHost : proddbst
sDbDomain : yeepay.com
sDbPort : 1538
sDbSid : FIS
sDbUser : apps
Trying to connect using SID...
getConnectionUsingSID() -->
JDBC URL: jdbc:oracle:thin:@proddbst.yeepay.com:1538:FIS
Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Trying to connect using SID as ServiceName
getConnectionUsingServiceName() -->
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddbst.yeepay.com)(PORT=1538))(CONNECT_DATA=(SERVICE_NAME=FIS)))
Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Trying to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName() -->
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddbst.yeepay.com)(PORT=1538))(CONNECT_DATA=(SERVICE_NAME=FIS.yeepay.com)))
Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
Connection could not be obtained; returning null
-------------------ADX Database Utility Finished---------------
adcrdb.sh started at Tue Sep 23 20:58:34 CST 2014
The environment settings are as follows ...
ORACLE_HOME : /oracle/FIS/ora/db/tech_st/11.2.0
ORACLE_SID : FIS
TWO_TASK :
PATH : /oracle/FIS/ora/db/tech_st/11.2.0/perl/bin:/oracle/FIS/ora/db/tech_st/11.2.0/bin:/usr/bin:/usr/sbin:/oracle/FIS/ora/db/tech_st/11.2.0/jdk/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:/oracle/FIS/ora/db/tech_st/11.2.0/appsutil/clone/bin/../jre/bin:/oracle/FIS/ora/db/tech_st/11.2.0/appsutil/clone/bin/../jre/bin:/oracle/FIS/ora/db/tech_st/11.2.0/perl/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/orafis/bin:/usr/ccs/bin:.
LD_LIBRARY_PATH : /oracle/FIS/ora/db/tech_st/11.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/oracle/FIS/ora/db/tech_st/11.2.0/lib:/usr/dt/lib:/oracle/FIS/ora/db/tech_st/11.2.0/ctx/lib
Executable : /oracle/FIS/ora/db/tech_st/11.2.0/bin/sqlplus
The log information will be written to
/oracle/FIS/ora/db/tech_st/11.2.0/appsutil/log/FIS_proddbst/adcrdb_FIS.txt
Creating the control file for FIS_proddbst database ...
SQL*Plus: Release 11.2.0.3.0 Production on Tue Sep 23 20:58:34 2014
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to an idle instance.
ORACLE instance shut down.
Connected to an idle instance.
ORACLE instance started.
Total System Global Area 1068937216 bytes
Fixed Size 2235208 bytes
Variable Size 427820216 bytes
Database Buffers 624951296 bytes
Redo Buffers 13930496 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: '/oracle/FIS/ora/db/apps_st/data/system01.dbf'
alter tablespace TEMP1 add tempfile '/oracle/FIS/ora/db/apps_st/data/temp01.dbf' REUSE
*
ERROR at line 1:
ORA-01109: database not open
alter tablespace TEMP2 add tempfile '/oracle/FIS/ora/db/apps_st/data/temp02.dbf' REUSE
*
ERROR at line 1:
ORA-01109: database not open
ALTER DATABASE RENAME GLOBAL_NAME TO "FIS.yeepay.com"
*
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 Area 1068937216 bytes
Fixed Size 2235208 bytes
Variable Size 427820216 bytes
Database Buffers 624951296 bytes
Redo Buffers 13930496 bytes
Database mounted.
PL/SQL procedure successfully completed.
ORACLE instance shut down.
Connected to an idle instance.
ORACLE instance started.
Total System Global Area 1068937216 bytes
Fixed Size 2235208 bytes
Variable Size 427820216 bytes
Database Buffers 624951296 bytes
Redo Buffers 13930496 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: '/oracle/FIS/ora/db/apps_st/data/system01.dbf'
alter tablespace TEMP1 add tempfile '/oracle/FIS/ora/db/apps_st/data/temp01.dbf' REUSE
*
ERROR at line 1:
ORA-01109: database not open
alter tablespace TEMP2 add tempfile '/oracle/FIS/ora/db/apps_st/data/temp02.dbf' REUSE
*
ERROR at line 1:
ORA-01109: database not open
ALTER DATABASE RENAME GLOBAL_NAME TO "FIS.yeepay.com"
*
ERROR at line 1:
ORA-01109: database not open
Error Running create/replace library with adupdlib.sql
ORA-01109: database not open
PL/SQL procedure successfully completed.
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
exit_code=0
Checking for errors ...
The database has not been successfully created. Shutting down the instance ...
SQL*Plus: Release 11.2.0.3.0 Production on Tue Sep 23 20:58:51 2014
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected.
ORACLE instance shut down.
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
.end std out.
.end err out.
---------------------------------------------------------------
ADX Database Utility
---------------------------------------------------------------
getConnectionUsingAppsJDBCConnector() -->
APPS_JDBC_URL='null'
Trying to get connection using SID based connect descriptor
getConnection() -->
sDbHost : proddbst
sDbDomain : yeepay.com
sDbPort : 1538
sDbSid : FIS
sDbUser : apps
Trying to connect using SID...
getConnectionUsingSID() -->
JDBC URL: jdbc:oracle:thin:@proddbst.yeepay.com:1538:FIS
Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Trying to connect using SID as ServiceName
getConnectionUsingServiceName() -->
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddbst.yeepay.com)(PORT=1538))(CONNECT_DATA=(SERVICE_NAME=FIS)))
Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Trying to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName() -->
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=proddbst.yeepay.com)(PORT=1538))(CONNECT_DATA=(SERVICE_NAME=FIS.yeepay.com)))
Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
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.doConf(ApplyDatabase.java:635)
at oracle.apps.ad.clone.ApplyDatabase.doApply(ApplyDatabase.java:473)
at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:366)
at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier.java:110)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:501)
at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:67)
at java.lang.Thread.run(Thread.java:637)
Hello,
this sounds like a problem with the source preparation command. You need to execute the adcfgclone prepare on the source machine and then copy the files over to the target machine. In this case it would be the best to start the clone again from scratch.
Best regards
Rüdiger Ziegler - Oracle Support
相关推荐
在IT领域,尤其是在企业级应用和网络管理中,Active Directory(AD)与LDAP(轻量目录访问协议)是两个至关重要的技术。Active Directory是Microsoft提供的一种目录服务,它基于Windows Server操作系统,用于集中...
"error message_errormessage_" 这个标题可能是指一个特定的错误处理机制或者函数,其核心是创建一个与具体硬件或系统设备无关的错误传递方式。这样的设计使得程序的错误处理代码更加通用,适应性更强,可以在不同的...
VBScript语言提供了两个语句和一个对象来处理“运行时错误”,它们分别是On Error Resume Next语句、On Error Goto 0语句和Err对象。这三者联合使用可以实现灵活的错误处理机制。 一、On Error Resume Next语句 On...
C语言头文件 ERRORC语言头文件 ERRORC语言头文件 ERRORC语言头文件 ERRORC语言头文件 ERRORC语言头文件 ERRORC语言头文件 ERRORC语言头文件 ERRORC语言头文件 ERRORC语言头文件 ERRORC语言头文件 ERRORC语言头文件 ...
**LDAP_OPERATIONS_ERROR (1)** **描述:** 发生了一个通用的操作错误。 **处理方式:** 检查操作是否符合LDAP规范,确保提供的参数是正确的。 ##### 3. **LDAP_PROTOCOL_ERROR (2)** **描述:** 客户端发送的...
apache Proxy Error apache Proxy Error apache Proxy Error apache Proxy Error
`ISERROR`和`IFERROR`函数是Excel提供的两种处理错误的工具,它们可以帮助我们避免因为公式计算出错而导致的不必要中断。下面我们将详细探讨这两个函数的用法和区别。 ### 1. `ISERROR`函数 `ISERROR`函数的主要...
赠送jar包:error_prone_annotations-2.2.0.jar; 赠送原API文档:error_prone_annotations-2.2.0-javadoc.jar; 赠送源代码:error_prone_annotations-2.2.0-sources.jar; 赠送Maven依赖信息文件:error_prone_...
libgpg-error-devel-1.12-3.el7.i686.rpm
赠送jar包:error_prone_annotations-2.3.2.jar; 赠送原API文档:error_prone_annotations-2.3.2-javadoc.jar; 赠送源代码:error_prone_annotations-2.3.2-sources.jar; 赠送Maven依赖信息文件:error_prone_...
XML erro files
赠送jar包:error_prone_annotations-2.10.0.jar; 赠送原API文档:error_prone_annotations-2.10.0-javadoc.jar; 赠送源代码:error_prone_annotations-2.10.0-sources.jar; 赠送Maven依赖信息文件:error_prone_...
"+CME ERROR"后面通常会跟随一个错误代码,该代码代表特定的错误信息,帮助开发者识别和解决问题。 在详细解释"+CME ERROR"之前,我们需要了解一些基础知识点。首先,AT命令集起源于Hayes公司开发的Smartmodem通信...
ajax请求报parsererror错误是很宽泛的概念,很多情况下都报这个错, 在很多时候,即使ajax提交、返回都正常 XMLHttpRequest.status=200 (正常响应) XMLHttpRequest.readyState=4 (正常接收) ajax也会提示一个parse...
根据提供的内容描述,出现的错误为`MWMCR::EvaluateFunction error: Undefined function or method 'sim' for input arguments of type 'struct'`。此错误表明Matlab无法识别名为`sim`的函数,并且该函数试图处理...
《Error-Prone:IDEA插件的使用与理解》 在编程过程中,错误是难以避免的,尤其是在大型项目中,一些潜在的错误可能会在后期引发严重的问题。为了解决这个问题,Google推出了一款名为Error-Prone的静态代码分析工具...
赠送jar包:error_prone_annotations-2.3.4.jar; 赠送原API文档:error_prone_annotations-2.3.4-javadoc.jar; 赠送源代码:error_prone_annotations-2.3.4-sources.jar; 赠送Maven依赖信息文件:error_prone_...
解决docker报错Error response from daemon oci runtime error
ERROR422.exe