write the Sql query for creating database backup?
Answer Posted / gourvendra singh
if you need to take tha backup of the database on ur hard
disk then u can use the following query:
exp userid=system/manager@orcl file=location\abc.dmp full=y
log= abc
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
How is a process of pl/sql compiled?
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5
Which certification is best for sql?
How many subqueries can be nested in a statement?
What are the types pl/sql code blocks?
What is delete command in sql?
How can a function retun more than one value in oracle with proper example?
Is pl sql useful?
How do you write a subquery?
what are the type of locks ? : Sql dba
How do I find duplicates in sql?
Define a temp table?
Explain raise_application_error.
What are the possible values that can be stored in a boolean data field?
what is sp_pkeys? : Transact sql