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

Answers were Sorted based on User's Feedback



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

Answer / ravindra

Hi,

Correct if i am wrong.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.
Thanks & Regards,
Ravindra

Is This Answer Correct ?    3 Yes 0 No

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

Answer / venu

It can be done thru hot cloning

Is This Answer Correct ?    2 Yes 0 No

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

Answer / sanjayreddy

migration of database we have two ways
1)datapump
2)transportable tablespace
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)..

Is This Answer Correct ?    1 Yes 0 No

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

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

More DB Administration Interview Questions

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

0 Answers  


What are the different sql server versions you have worked on? : sql server DBA

0 Answers  


what is the role of dip user in our database?

0 Answers  


Explain the difference between $ORACLE_HOME and $ORACLE_BASE.

3 Answers  


What types of replication are supported in sql server? : sql server DBA

0 Answers  


How many memory layers are in the shared pool?

3 Answers  


how will you see when the database was started using sql prompt?

2 Answers   IBM,


What is the difference between LMT & DLT?

1 Answers   CTS,


how to restore files with rman?

0 Answers  


what is the diffrence between core dba and apps dba?

0 Answers   Cap Gemini,


what do you understand by fine-grained auditing?

0 Answers   Oracle,


what is the differnce between process and thread ?

1 Answers   IBM,


Categories