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

When creating a user, what permissions must you grant to allow them to connect to the database?

4 Answers  


why r u using etl tool.

2 Answers  


what are the tools used for oracle 10g in real time.

0 Answers   IBM,


Explain the difference between $ORACLE_HOME and $ORACLE_BASE.

2 Answers  


What is chargeback invoice? How do we create it? : oracle accounts receivable

0 Answers  






HOW TO GET THE ORGANIZATION TO ORGANIZATION DETAILS INFORMATION IN THE INVENTORY MODULE.THE REQUIREMENT IS FROMORG TOORG FROMINV TOINV ..

0 Answers   Infosys,


What is the difference between the SQL*Loader and IMPORT utilities?

1 Answers  


What background process refreshes materialized views?

1 Answers  


Describe what redo logs are.

1 Answers  


What is Restricted Mode of Instance Startup in Oracle?

0 Answers  


How I can load an image into image item on Forms. I want to know about built-ins and procedure. and also code for it.

0 Answers  


what are the API of GL,PO,AP

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • 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)