Answer Posted / rohit bhosale
Create Database [database_name] On Primary
(
Name='abc', Filename='path_of_mdf_file'
)
log on
(
Name='abc_log', Filename='path_of_ldf_file'
)
Eg:
Create database emp on primary
(
name='emp1', filename='d:\sql\emp.mdf'
)
log on
(
name='emp1_log', filename='d:\sql\emp_log.ldf'
)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to restore files with rman?
Which autogrowth database setting is good? : sql server DBA
What are the operating modes in which database mirroring runs? : sql server DBA
What are the steps you will take to improve performance of a poor performing query?
How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?
what is the last version,the release date of that version and fix pack of ibm db2 udb?
Why would you call update statistics? : sql server DBA
how can you get actual data change values from previous transactions in oracle?
what are the performance views in an oracle rac environment?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
currently iam working in mnc as a oracleappsdba,please send the EXPERIENCE RESUME those who r worked as a oracle apps dba
Claims and Drains are the locks used to control the concurrency between SQL processes and utilities. Referring to the above statement, what is the maximum number of concurrent Claimers for a Subsystem? Choice 1 32 Choice 2 64 Choice 3 128 Choice 4 256 Choice 5 No limit
What the different topologies in which replication can be configured? : sql server DBA
What is a system database and what is a user database? : sql server DBA