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



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

Answer / robertson

HOW TO CREATE BACKUP CONTROL FILE;
In the primary server
sql>alter database backup controlfile to trace;

It gets created in the user_dump_dest path.
sql>show parameter user_dump_dest

HOW TO CREATE STANDBY CONTROL FILE;
In the primary server
sql>alter database backup controlfile
to '/uo1/app/bkpctrl.ctl';

Then ftp the file to the standby controlfile.

Rename the standby controlfile witht the primary file.

Is This Answer Correct ?    7 Yes 4 No

Post New Answer

More Oracle AllOther Interview Questions

write a query to find the third maximum salary of a employee.(table:employ col name:salary)

7 Answers  


what is the querry to get first 10 records from the emp table?(emp no is the primary key)

4 Answers   Verizon,


Explain the use of table functions.

0 Answers  


What is mrc and what is its use? : oracle accounts receivable

0 Answers  


Hey i want to join oracle apps so will you pls tell me that which institute is best in hyderabad.

0 Answers  






How to update the simple views?give me example?if the table having 100 records and created a view on this table. if i can update the table then how to update the views

2 Answers   Cap Gemini, Syntel,


Why more redos are generated when the oracle database is in begin backup mode?

0 Answers  


How do you resize a data file?

2 Answers  


what is sql*loader parameters and where we will use it.

1 Answers   Accenture,


What do you mean by hz_ in customer tables? : oracle accounts receivable

0 Answers  


Explain how to close periods in ar. : oracle accounts receivable

0 Answers  


How can you rebuild an index?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)