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 topologies in which replication can be configured? : sql server DBA
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
what are the types of connection load-balancing?
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
what is the diffrence between core dba and apps dba?
What are the different sql server versions you have worked on? : sql server DBA
Query processing is slow(eg select query)how will u solve that
suppose you want to audit specific activities on sensitive data. How can you achieve that?
Which autogrowth database setting is good? : sql server DBA
Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
Why would you use sql agent? : sql server DBA
who owns the operating system files created by the utl_file package?
what is logical system in sap basis
What are the commands you'd issue to show the explain plan for "select * from dual"?
What are the different authentication modes in sql server and how can you change authentication mode? : sql server DBA