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 / m.madhusudan reddy
No
5) shut immediate
startup mount
alter database archivelog
alter database open
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the different sql server versions you have worked on? : sql server DBA
Which autogrowth database setting is good? : sql server DBA
what do you understand by flashback feature of oracle?
how to restore files with rman?
how can you generate profile of pl/sql applications to identify performance bottlenecks?
How do you trace the traffic hitting a sql server? : sql server DBA
How to start SQL Server in minimal configuration mode?
Explain materialized views and how they are used.
What is a correlated sub-query? : sql server DBA
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracle's. What database recovery options are available? Database is in archive log mode.
What are the different types of database compression introduced in sql server 2008? : sql server DBA
Does transparent data encryption provide encryption when transmitting data across network? : sql server DBA
Query processing is slow(eg select query)how will u solve that
what is asm?
What is dcl? : sql server DBA