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 are the different types of indexes available in sql server? : sql server DBA
What are the different authentication modes in sql server and how can you change authentication mode? : sql server DBA
What is the default fill factor value? : sql server DBA
how can you process messages in order asynchronously?
what is the diffrence between core dba and apps dba?
What is dcl? : sql server DBA
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
How to start SQL Server in minimal configuration mode?
how can you get actual data change values from previous transactions in oracle?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up?
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
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database? : sql server DBA
how does an oracle clusterware manage crs resources?
How would you extract DDL of a table without using a GUI tool?