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
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
Explain database link?
What to do if the binary spfile is wrong for the default instance?
How to define an anonymous procedure with variables?
What are the differences between lov and list item?
How does the on-delete-cascade statement work?
How to do a full database export?
How to count duplicated values in a column in oracle?
What is a nvl function? How can it be used?
What is the difference between postgresql and oracle?
Explain oracle instance.
How to define a data field as not null?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
How to select some rows from a table in oracle?
How is it different from a normal table?