what is the difference between catalog & nocatalog?
Answers were Sorted based on User's Feedback
Answer / kittu_chintu2005
CATALOG is used when you use a repository database as catalog.
NOCATALOG is used when you used the controlfile to register your backup information.
Default in NOCATALOG.
Is This Answer Correct ? | 44 Yes | 3 No |
Answer / manish
catalog means backup information store in control file as well as catalog database.
nocatalog means backup information store in only control file no other external repository
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / mohammed rafi uddin
Catalogue means backup contains the information of control file, backup information and tendency of time period and requires no network connectivity.whereas no catalogue having separate database backup information, no limit of time period & It should be network wise connection.
Is This Answer Correct ? | 1 Yes | 1 No |
by issuing "alter tablespace begin backup;" what happens to tablespace?
How do you recover a datafile that has not been physically been backed up since its creation and has been deleted. Provide syntax example.
How to start SQL Server in minimal configuration mode?
What does coalescing a tablespace do?
Oracle client is not able to connect to Oracle server although tnsnames.ora file has valid enteries. Oracle error message is “ cannot resolve net service name”. Mention any three reasons.
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
You have just compiled a PL/SQL package but got errors, how would you view the errors?
what do you understand by flashback feature of oracle?
how can you get actual data change values from previous transactions in oracle?
What is the difference between Datapump & export/import?
How do you trace the traffic hitting a sql server? : sql server DBA
how will you see when the database was started using sql prompt?