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
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 |
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 |
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 |
what is the last version,the release date of that version and fix pack of ibm db2 udb?
What are the different sql server versions you have worked on? : sql server DBA
what is the role of dip user in our database?
Explain the difference between $ORACLE_HOME and $ORACLE_BASE.
What types of replication are supported in sql server? : sql server DBA
How many memory layers are in the shared pool?
how will you see when the database was started using sql prompt?
What is the difference between LMT & DLT?
how to restore files with rman?
what is the diffrence between core dba and apps dba?
what do you understand by fine-grained auditing?
what is the differnce between process and thread ?