Which types of backups you can take in Oracle?
2. A database is running in NOARCHIVELOG mode then which
type of backups you can take?
3. Can you take partial backups if the Database is running
in NOARCHIVELOG mode?
4. Can you take Online Backups if the the database is
running in NOARCHIVELOG mode?
Answer Posted / guest
2.cold backup
4.No
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
What is the default fill factor value? : sql server DBA
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
What are the different types of database compression introduced in sql server 2008? : sql server DBA
What is transparent data encryption? : sql server DBA
Where do you find the default index fill factor and how to change it? : sql server DBA
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
What is a correlated sub-query? : sql server DBA
What is the default port no on which sql server listens? : sql server DBA
What authentication modes does sql server support? : sql server DBA
What are the commands used in dcl? : sql server DBA
What is dcl? : sql server DBA
how can you connect from 10g user to 11g user??
What is dbcc? : sql server DBA
Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down? : sql server DBA
. 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?