Explain the difference between ARCHIVELOG mode and
NOARCHIVELOG mode and the benefits and disadvantages to each.
Answer Posted / basobdutta
Archivelog mode - In archivelog mode cold and hot backups
are possible. We can recover our database upto the last
point of failure.
Noarchivelog mode- Here we can only go for cold
backup.Generally in this mode complete recovery is not
possible
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
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
Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
what functionality does oracle provide to secure sensitive information?
what is a crs resource?
who owns the operating system files created by the utl_file package?
How can you control the amount of free space in your index pages? : 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 can you generate profile of pl/sql applications to identify performance bottlenecks?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
What are the operating modes in which database mirroring runs? : sql server DBA
How to start SQL Server in minimal configuration mode?
What the different types of replication and why are they used? : sql server DBA
how can you connect from 10g user to 11g user??
i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?
What is transparent data encryption? : sql server DBA