0% found this document useful (0 votes)
124 views

Adcrdb TEST

The Oracle instance was connected to and shut down multiple times. Attempts to create a control file, open the database, add temp files, and rename the database global name failed with errors indicating the database was not mounted.

Uploaded by

Khuram Shahzad
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
124 views

Adcrdb TEST

The Oracle instance was connected to and shut down multiple times. Attempts to create a control file, open the database, add temp files, and rename the database global name failed with errors indicating the database was not mounted.

Uploaded by

Khuram Shahzad
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

Connected to an ORACLE instance Connected to an ORACLE instance

idle instance. shut down. idle instance. started.

Total System Global Area 1068937216 bytes Fixed Size 2166536 bytes Variable Size 427819256 bytes Database Buffers 624951296 bytes Redo Buffers 14000128 bytes CREATE CONTROLFILE REUSE SET DATABASE "TEST" * ERROR at line 1: ORA-01503: CREATE CONTROLFILE failed ORA-01565: error in identifying file '/opt/oracle/db/apps_st/data/ezcomdata01.dbf' ORA-27037: unable to obtain file status Linux-x86_64 Error: 2: No such file or directory Additional information: 3 alter database open resetlogs * ERROR at line 1: ORA-01507: database not mounted alter tablespace TEMP1 add tempfile '/opt/oracle/db/apps_st/data/temp01.dbf' REU SE * ERROR at line 1: ORA-01109: database not open alter tablespace TEMP2 add tempfile '/opt/oracle/db/apps_st/data/temp02.dbf' REU SE * ERROR at line 1: ORA-01109: database not open alter tablespace TEMP2 add tempfile '/opt/oracle/db/apps_st/data/temp03.dbf' REU SE * ERROR at line 1: ORA-01109: database not open alter tablespace TEMP2 add tempfile '/opt/oracle/db/apps_st/data/temp04' REUSE * ERROR at line 1: ORA-01109: database not open alter tablespace TEMP1 add tempfile '/opt/oracle/db/apps_st/data/temp05.dbf' REU SE * ERROR at line 1: ORA-01109: database not open

alter tablespace TEMP1 add tempfile '/opt/oracle/db/apps_st/data/temp06.dbf' REU SE * ERROR at line 1: ORA-01109: database not open ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.jihazerp.com" * ERROR at line 1: ORA-01109: database not open ORA-01507: database not mounted ORACLE instance shut down. Connected to an idle instance. ORACLE instance started. Total System Global Area 1068937216 bytes Fixed Size 2166536 bytes Variable Size 427819256 bytes Database Buffers 624951296 bytes Redo Buffers 14000128 bytes ORA-01103: database name 'PROD' in control file is not 'TEST' BEGIN dbms_backup_restore.zeroDbid(0); END; * ERROR at line 1: ORA-00210: cannot open the specified control file ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 4652 ORA-06512: at line 1 ORACLE instance shut down. Connected to an idle instance. ORACLE instance started. Total System Global Area 1068937216 bytes Fixed Size 2166536 bytes Variable Size 427819256 bytes Database Buffers 624951296 bytes Redo Buffers 14000128 bytes CREATE CONTROLFILE REUSE SET DATABASE "TEST" * ERROR at line 1: ORA-01503: CREATE CONTROLFILE failed ORA-01565: error in identifying file '/opt/oracle/db/apps_st/data/ezcomdata01.dbf' ORA-27037: unable to obtain file status Linux-x86_64 Error: 2: No such file or directory Additional information: 3 alter database open resetlogs *

ERROR at line 1: ORA-01507: database not mounted alter tablespace TEMP1 add tempfile '/opt/oracle/db/apps_st/data/temp01.dbf' REU SE * ERROR at line 1: ORA-01109: database not open alter tablespace TEMP2 add tempfile '/opt/oracle/db/apps_st/data/temp02.dbf' REU SE * ERROR at line 1: ORA-01109: database not open alter tablespace TEMP2 add tempfile '/opt/oracle/db/apps_st/data/temp03.dbf' REU SE * ERROR at line 1: ORA-01109: database not open alter tablespace TEMP2 add tempfile '/opt/oracle/db/apps_st/data/temp04' REUSE * ERROR at line 1: ORA-01109: database not open alter tablespace TEMP1 add tempfile '/opt/oracle/db/apps_st/data/temp05.dbf' REU SE * ERROR at line 1: ORA-01109: database not open alter tablespace TEMP1 add tempfile '/opt/oracle/db/apps_st/data/temp06.dbf' REU SE * ERROR at line 1: ORA-01109: database not open ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.jihazerp.com" * ERROR at line 1: ORA-01109: database not open

You might also like