Can you take Online Backups if the the database is running
in NOARCHIVELOG mode?
5. How do you bring the database in ARCHIVELOG mode from
NOARCHIVELOG mode?
6. You cannot shutdown the database for even some minutes,
then in which mode you should run
the database?
Answer Posted / amsu
4. No you can't take online backup while database in
NOARCHIVELOG mode.
5. shutdown immediate
startup mount
alter database archivelog;
alter database open;
6. Best way is keep the database in archive log mode.
That will help to recover the database up to last
committed transaction. Oracle recommendation is keep
the database in archive log mode.
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
how can you connect from 10g user to 11g user??
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
Why does Oracle not permit the use of PCTUSED with indexes?
What are the commands used in dcl? : sql server DBA
how can you get actual data change values from previous transactions in oracle?
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
What are the different types of indexes available in sql server? : sql server DBA
What is a correlated sub-query? : sql server DBA
Where do you find the default index fill factor and how to change it? : sql server DBA
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 do you open a cluster administrator? : sql server DBA
What is the difference between dropping a database and taking a database offline? : sql server DBA
what do you understand by fine-grained auditing?
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
What is dcl? : sql server DBA