What command would you use to create a backup control file?
Answer Posted / ram
alter database backup controlfile '\path';
alter database backup controlfile to trace;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Which autogrowth database setting is good? : sql server DBA
How do you trace the traffic hitting a sql server? : sql server DBA
What are the operating modes in which database mirroring runs? : sql server DBA
What the different types of replication and why are they used? : sql server DBA
What are the different types of database compression introduced in sql server 2008? : sql server DBA
which background process invoke at the time of upgradation tell me???
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
how can you enable flashback feature?
What are statistics, under what circumstances they go out of date, how do you update them?
How do you open a cluster administrator? : sql server DBA
Why would you call update statistics? : sql server DBA
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
You create a private database link and upon
connection, fails with: ORA-2085: connects to
What are the steps you will take to improve performance of a poor performing query?
What are the commands used in dcl? : sql server DBA