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
how can a session indicate its interest in receiving alerts?
When setting replication, can you have distributor on sql server 2005, publisher on sql server 2008? : sql server DBA
Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
How to start SQL Server in minimal configuration mode?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
What are the commands used in dcl? : sql server DBA
If you are given access to a sql server, how do you find if the sql instance is a named instance or a default instance? : sql server DBA
how does an oracle clusterware manage crs resources?
What types of replication are supported in sql server? : sql server DBA
What are the different types of database compression introduced in sql server 2008? : sql server DBA
how do we explain a project in cognos in an interview? please help me. Also how do we perform testing in cognos after creating reports?
what is a user-defined lock?
What are the different sql server versions you have worked on? : sql server DBA
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
What is dcl? : sql server DBA