How to make a Data Backup in oracle ? What is the procedure
for creating the dump files in oracle ( any version ) ?
Answer Posted / s. senthil kumar
exp username/password@databasename file=c:\filename.DMP
full=N log=c:\filename.LOG
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of save points in oracle database?
What is a data lock in oracle?
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
What are the different pseudo commands? Explain in general?
What is a directory object?
How to do a full database export?
When do I need to use a semicolon vs a slash in oracle sql?
why dont we assign not null constraint as table level constraint.
Explain how you would restore a database using RMAN to Point in Time?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
How to start a specific oracle instance?
IS it possible to built the oracle database without setting the kernal parameters?
How to use null as conditions in oracle?
State and explain the different types of data models?
What are the differences between date and timestamp in oracle?