What command would you use to create a backup control file?

Answers were Sorted based on User's Feedback



What command would you use to create a backup control file?..

Answer / ram

alter database backup controlfile '\path';
alter database backup controlfile to trace;

Is This Answer Correct ?    6 Yes 0 No

What command would you use to create a backup control file?..

Answer / simhadri naidu

At offline backup copy the CTL file to back up location.
At online backup
Alter database backup controlfile to trace as '/path';

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More DB Administration Interview Questions

Oracle 11g new features?

2 Answers  


What type of index should you use on a fact table?

1 Answers  


What are the commands you'd issue to show the explain plan for "select * from dual"?

0 Answers  


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?

0 Answers  


What is the default port no on which sql server listens? : sql server DBA

0 Answers  






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

0 Answers  


You have just compiled a PL/SQL package but got errors, how would you view the errors?

3 Answers  


Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).

0 Answers  


what is the differnce between process and thread ?

1 Answers   IBM,


how can you implement fine-grained auditing?

0 Answers   Oracle,


I want to export only structure of the table from oracle database. In that table to used the some partition. To export the table in general way then compilation error was occured i.e-EXP-00003: no storage definition found for segment(11, 2771). Please tell me the correct export command parameter to export the partitioned table. Thanks in Advance..........

1 Answers  


I want to reuse a piece of code inside a stored procedure. This piece of code need to be invoked multiple times inside the procedure based on some different conditions. How to achieve this?

1 Answers  


Categories