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 / sree
1. physical and Logical backup
2.cold backup
3.No.. we can't take partial backup in no archivelog mode
4.No... we can't take online backups if the database running in noarchivelog mode.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why would you call update statistics? : sql server DBA
What is transparent data encryption? : sql server DBA
how can you generate profile of pl/sql applications to identify performance bottlenecks?
How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?
what is asm?
what is the use of ocr?
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracle's. What database recovery options are available? Database is in archive log mode.
what do you understand by fine-grained auditing?
How do you trace the traffic hitting a sql server? : sql server DBA
how can you create a user-defined lock?
Query processing is slow(eg select query)how will u solve that
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
what is a crs resource?
who owns the operating system files created by the utl_file package?
What the different components in replication and what is their use? : sql server DBA