Should you place Recovery Catalog in the Same DB?
. Can you use RMAN without Recovery catalog
Answer Posted / gangaram
Should you place Recovery Catalog in the Same DB?
Recovery catalog can be in the same database. but its
recommended by oracle that we need to have recovery catalog
in other DB.
Can you use RMAN without Recovery catalog
Yes we can use RMAN without catalog.
The information gets stored in the control file.
$>connect target / no catalog
is the command.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What authentication modes does sql server support? : sql server DBA
how does an oracle clusterware manage crs resources?
. I have my backup RMAN script called "backup_rman.sh". I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the o/s such that it would run as a background process?
How to start SQL Server in minimal configuration mode?
how can you initialize log miner?
What are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA
how can you implement fine-grained auditing?
What is dbcc? : sql server DBA
Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.
I have A,B,C servers.i want to 3 servers jobs move to D server(target server)..how? note: i said that take the backup of msdb and restore to the target server..he said while restoring jobs replaced. what is the solution
what are the benefits of flashback feature?
What is dcl? : sql server DBA
Claims and Drains are the locks used to control the concurrency between SQL processes and utilities. Referring to the above statement, what is the maximum number of concurrent Claimers for a Subsystem? Choice 1 32 Choice 2 64 Choice 3 128 Choice 4 256 Choice 5 No limit
You create a private database link and upon
connection, fails with: ORA-2085: connects to
when does an alert gets signaled?