how to clone 9i Database on to 10g Database.



how to clone 9i Database on to 10g Database...

Answer / Anuradha Singh

You can use Data Pump Export/Import utilities to migrate data from a 9i database to a 10g database. Here is a high-level step-by-step guide:
1. Export the data using expdp utility on the 9i database.
2. Create a directory for the import data on the 10g database.
3. Import the data using impdp utility on the 10g database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What is meant by a deadlock situation?

1 Answers  


find out first highest salary?

10 Answers   Verinon Technology Solutions,


What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?

1 Answers  


how the indexes are stored in the Oracle Database?

1 Answers  


Explain about functional dependency and its relation with table design?

1 Answers  


How to get a list of all user accounts in the database?

1 Answers  


what is difference between sql plus and sql*plus? (not sql and sql plus).

1 Answers  


What is rowid and rownum in oracle?

1 Answers  


How do I know if oracle client is installed on windows?

1 Answers  


Why we choose emp number as primarykey?

4 Answers  


why can't we assign not null constraint as table level constraint

3 Answers   CTS, Wipro,


How to delete a column in an existing table in oracle?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)