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


Please Help Members By Posting Answers For Below Questions

internal architecture

1755


what functionality does oracle provide to secure sensitive information?

552


What is the difference between clustered and non-clustered index? : sql server DBA

545


Does transparent data encryption provide encryption when transmitting data across network? : sql server DBA

601


What is the importance of a recovery model? : sql server DBA

552






Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.

1545


how does an oracle clusterware manage crs resources?

569


what is the use of ocr?

595


Query processing is slow(eg select query)how will u solve that

6511


What are the different types of upgrades that can be performed in sql server? : sql server DBA

678


what are the differences of where and if in SAS?

1663


Where would you look for errors from the database engine?

2351


Explain about your sql server dba experience? : sql server DBA

545


You create a private database link and upon connection, fails with: ORA-2085: connects to . What is the problem? How would you go about resolving this error?

1539


What are the operating modes in which database mirroring runs? : sql server DBA

612