Skip to Main Content

Database Software

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.

database is not starting while doing cloning. At first it showed control file is prod(production db) not test(Target server).

Pavan KumarSep 18 2024 — edited Sep 18 2024

target database is not starting can anyone help me with this issue. i took the backup of controlfile using rman during cloning.

SQL> startup;
ORACLE instance started.

Total System Global Area 1048576000 bytes
Fixed Size 8628640 bytes
Variable Size 717227616 bytes
Database Buffers 318767104 bytes
Redo Buffers 3952640 bytes
ORA-00205: error in identifying control file, check alert log for more info

SQL> shutdown immediate
ORA-01507: database not mounted

ORACLE instance shut down.
SQL> startup nomount;
ORACLE instance started.

Total System Global Area 1048576000 bytes
Fixed Size 8628640 bytes
Variable Size 717227616 bytes
Database Buffers 318767104 bytes
Redo Buffers 3952640 bytes
SQL> show parameter control_files;

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
control_files string /u01/app/oracle/oradata/prod/c
ontrol01.ctl, /u01/app/oracle/
oradata/prod/control02.ctl

Comments
Post Details
Added on Sep 18 2024
2 comments
36 views