What is the difference between Datapump & export/import?
Answer Posted / kranthi shiva
Datapump is having better performance than export/import
Datapump--it is having byte
it is having parallelism concept
Incremental backups
we can restart the job, kill and resume the job.
Export/Import-- here we cannot resume the job
it is having bit level or block level
it is not having incremental backup
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the recovery models for a database? : sql server DBA
how can you process messages in order asynchronously?
In what script is "snap$" created? In what script is the "scott/tiger" schema created?
What are the different ways you can create databases in sql server? : sql server DBA
What is transparent data encryption? : sql server DBA
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
which background process invoke at the time of upgradation tell me???
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
How to start SQL Server in minimal configuration mode?
how does an oracle clusterware manage crs resources?
what is the use of ocr?
How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?
Claims and Drains are the locks used to control the concurrency between SQL processes and utilities. Referring to the above statement, what is the maximum number of concurrent Claimers for a Subsystem? Choice 1 32 Choice 2 64 Choice 3 128 Choice 4 256 Choice 5 No limit
how can you find out if a table can be redefined?
how can you record information about current session?