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
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 |
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 |
select trunc(round(156.00,-1),-1) from dual;
How to drop a tablespace?
What is the recommended interval at which to run statspack snapshots, and why?
why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?
What is an UTL_FILE.What are different procedures and functions associated with it?
what are archived logs?
If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?
Explain mutating triggers.
What is an oracle user account?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
What are the restrictions on external table columns?