|
-
Originally posted by rohitsn
Hi,
At the command prompt enter the following command :
c:\>rman target="sys/sys@prod" rcvcat="rman/rman@grman"
RMAN>create catalog ---catalog created
RMAN>register database ---information about the target
database is stored in the recovery
catalog from the controlfile of the
target database;
RMAN>list incarnation of database --- check whether the
target database is
registered
In case of any doubts please be free to ask me at [email protected]
Regards,
ROhit Nirkhe,Oracle DBA,OCP 8i
[email protected]
For Oracle version 8.1.7 the following
RMAN>create catalog ---catalog created
is not good.
You should use:
CREATE CATALOG TABLESPACE "TABLESPACE_NAME"
And "tablespace_name" or just TABLESPACE_NAME does not work.
Bad experience :-)
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
|