|
-
Re: standby controlfile issue
SQL> alter database mount standby database;
alter database mount standby database
*
ERROR at line 1:
ORA-01665: controlfile is not a standby controlfile
This controlfile file was created with the ' alter database create controlfile......' command.
You have to use another command:
CREATE STANDBY CONTROLFILE AS 'filename'
Best wishes!
Dmitri
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|