how to copy(migrate) the database one server to another server
without using expdp/impdp how it is possible.

Answer Posted / mohapatra.gouranga@gmail.com

migration of database we have two ways
1)datapump
2)We can do through package procedure.Create empty database
on target database and create dblink between two
databases.Now we have to prepare
package and transfer the each schema.
3)transportable tablespace ( rman duplicate database / by
manaual standby method)
so we can copy/migrate the data by using 2 method from one
server to another server like(linux to sun solaris or
vis/versa)..
Above answers correct.
Now days some best methods are follwed also.

4) Using Oracle streams / Golden Gate ( zero down time)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the steps you will take to improve performance of a poor performing query?

2618


How do you troubleshoot errors in a sql server agent job? : sql server DBA

790


Explain about your sql server dba experience? : sql server DBA

768


what is logical system in sap basis

1357


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

2027


What is the difference between the 2 operating modes of database mirroring? : sql server DBA

722


what is the use of recording information about current session?

776


You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?

4159


how can you enable flashback feature?

705


currently iam working in mnc as a oracleappsdba,please send the EXPERIENCE RESUME those who r worked as a oracle apps dba

2080


how can you find out if a table can be redefined?

780


what is the last version,the release date of that version and fix pack of ibm db2 udb?

1695


You create a private database link and upon connection, fails with: ORA-2085: connects to . What is the problem? How would you go about resolving this error?

1738


What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?

2175


I have A,B,C servers.i want to 3 servers jobs move to D server(target server)..how? note: i said that take the backup of msdb and restore to the target server..he said while restoring jobs replaced. what is the solution

1847