How to make a Data Backup in oracle ? What is the procedure
for creating the dump files in oracle ( any version ) ?

Answers were Sorted based on User's Feedback



How to make a Data Backup in oracle ? What is the procedure for creating the dump files in oracle..

Answer / 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

How to make a Data Backup in oracle ? What is the procedure for creating the dump files in oracle..

Answer / divyadeepa

>exp ddk/log@orcl file={file location path}

Is This Answer Correct ?    4 Yes 1 No

How to make a Data Backup in oracle ? What is the procedure for creating the dump files in oracle..

Answer / ace dba

A dump is _NOT_ a backup. You cannot roll forward to a
point in time after the dump was taken. The dump is for
moving data from one environment to another, and etc. Using
dump for backup _WILL_ result in data loss.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What is a trace file and how is it created in oracle?

1 Answers  


what are Triggers?

7 Answers   TCS,


What are Schema Objects ?

2 Answers  


Does a Before form trigger fire when the parameter form is suppressed ?

1 Answers   Oracle,


Name the various constraints used in oracle?

1 Answers  


What is an oracle tablespace?

1 Answers  


Does oracle partitioning improve performance?

1 Answers  


what is the output of select * from emp where null=null & select * from emp where 1=1

8 Answers   IMS Health, NIIT,


How can we Update a table with out using UPDATE command?

1 Answers  


How to empty your oracle recycle bin?

1 Answers  


What is the database name in oracle?

1 Answers  


What are the different types of databases?

1 Answers  


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