Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

RC:00118 error encountered during database creation

MILAN RATHODJan 8 2011 — edited Jan 8 2011
Hi,
I have HP-UX system R12 application and i m creating the clone.
While executing adcfgclone on dbTier i get this error:
********************************************************************



Creating the control file for UATLOOP_bplof2 database ...


SQL*Plus: Release 10.2.0.2.0 - Production on Sat Jan 8 18:32:49 2011

Copyright (c) 1982, 2005, Oracle. All Rights Reserved.

Connected to an idle instance.
ORACLE instance shut down.
Connected to an idle instance.
LRM-00123: invalid character 27 found in the input file
LRM-00113: error when processing file '/loopuat02/db/tech_st/10.2.0/dbs/UATLOOP_bplof2_ifile.ora'
ORA-01078: failure in processing system parameters
CREATE CONTROLFILE REUSE SET DATABASE "UATLOOP"
*
ERROR at line 1:
ORA-01034: ORACLE not available


alter database open resetlogs
*
ERROR at line 1:
ORA-01034: ORACLE not available


alter tablespace TEMP1 add tempfile '/loopuat02/db/apps_st/data/TEMP1_01.dbf' REUSE
*
ERROR at line 1:
ORA-01034: ORACLE not available


alter tablespace TEMP2 add tempfile '/loopuat02/db/apps_st/data/TEMP2_01.dbf' REUSE
*
ERROR at line 1:
ORA-01034: ORACLE not available


alter tablespace TEMP1 add tempfile '/loopuat02/db/apps_st/data/TEMP1_02.dbf' REUSE
*
ERROR at line 1:
ORA-01034: ORACLE not available


alter tablespace TEMP1 add tempfile '/loopuat02/db/apps_st/data/TEMP1_03.dbf' REUSE
*
ERROR at line 1:
ORA-01034: ORACLE not available


alter tablespace TEMP2 add tempfile '/loopuat02/db/apps_st/data/TEMP2_02.dbf' REUSE
*
ERROR at line 1:
ORA-01034: ORACLE not available


alter tablespace TEMP2 add tempfile '/loopuat02/db/apps_st/data/TEMP2_03.dbf' REUSE
*
ERROR at line 1:
ORA-01034: ORACLE not available


ALTER DATABASE RENAME GLOBAL_NAME TO "UATLOOP.bplmobile.com"
*
ERROR at line 1:
ORA-01034: ORACLE not available


ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
HPUX-ia64 Error: 2: No such file or directory
Connected to an idle instance.
LRM-00123: invalid character 27 found in the input file
LRM-00113: error when processing file '/loopuat02/db/tech_st/10.2.0/dbs/UATLOOP_bplof2_ifile.ora'
ORA-01078: failure in processing system parameters
BEGIN dbms_backup_restore.zeroDbid(0); END;

*
ERROR at line 1:
ORA-01034: ORACLE not available


ORACLE instance shut down.
Connected to an idle instance.
LRM-00123: invalid character 27 found in the input file
LRM-00113: error when processing file '/loopuat02/db/tech_st/10.2.0/dbs/UATLOOP_bplof2_ifile.ora'
ORA-01078: failure in processing system parameters
CREATE CONTROLFILE REUSE SET DATABASE "UATLOOP"
*
ERROR at line 1:
ORA-01034: ORACLE not available


alter database open resetlogs
*
ERROR at line 1:
ORA-01034: ORACLE not available


alter tablespace TEMP1 add tempfile '/loopuat02/db/apps_st/data/TEMP1_01.dbf' REUSE
*
ERROR at line 1:
ORA-01034: ORACLE not available


alter tablespace TEMP2 add tempfile '/loopuat02/db/apps_st/data/TEMP2_01.dbf' REUSE
*
ERROR at line 1:
ORA-01034: ORACLE not available


alter tablespace TEMP1 add tempfile '/loopuat02/db/apps_st/data/TEMP1_02.dbf' REUSE
*
ERROR at line 1:
ORA-01034: ORACLE not available


alter tablespace TEMP1 add tempfile '/loopuat02/db/apps_st/data/TEMP1_03.dbf' REUSE
*
ERROR at line 1:
ORA-01034: ORACLE not available


alter tablespace TEMP2 add tempfile '/loopuat02/db/apps_st/data/TEMP2_02.dbf' REUSE
*
ERROR at line 1:
ORA-01034: ORACLE not available


alter tablespace TEMP2 add tempfile '/loopuat02/db/apps_st/data/TEMP2_03.dbf' REUSE
*
ERROR at line 1:
ORA-01034: ORACLE not available


ALTER DATABASE RENAME GLOBAL_NAME TO "UATLOOP.bplmobile.com"
*
ERROR at line 1:
ORA-01034: ORACLE not available


declare lib_ver varchar2(3);
*
ERROR at line 1:
ORA-01034: ORACLE not available


ERROR:
ORA-01012: not logged on


ERROR:
ORA-01012: not logged on

-------------------ADX Database Utility Finished---------------

RC-00118: Error occurred during creation of database
Raised by oracle.apps.ad.clone.ApplyDatabase




*******************************************


Regards,
Milan Rathod

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 5 2011
Added on Jan 8 2011
2 comments
565 views