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 / vinay prakash
1.cold backup, hot backup
2.cold backup
3.No
4. no (in Archivelog mode backup is in online)
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What the different components in replication and what is their use? : sql server DBA
Does transparent data encryption provide encryption when transmitting data across network? : sql server DBA
What is the difference between dropping a database and taking a database offline? : sql server DBA
What authentication modes does sql server support? : sql server DBA
Why would you use sql agent? : sql server DBA
What are the recovery models for a database? : sql server DBA
What is fill factor? : sql server DBA
what are the benefits of flashback feature?
What is a system database and what is a user database? : sql server DBA
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
What are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA
how can you find out if a table can be redefined?
In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
What purpose does the model database server? : sql server DBA