Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exporting database on oracle

I have a DB on oracle on Windows Server 2003. How do I export it with all the data and put it into other Windows server?

like image 243
Adomas Avatar asked Dec 21 '25 08:12

Adomas


2 Answers

Use RMAN to take a full backup. Then restore it on the new server.

See Clone using RMAN Article

like image 134
PenFold Avatar answered Dec 22 '25 20:12

PenFold


You can use Oracle Data Pump to export and import database. Quote from documentation:

Oracle Data Pump is a feature of Oracle Database 11g Release 2 that enables very fast bulk data and metadata movement between Oracle databases.

Procedure is like this:

  1. Export existing database using expdp utility
  2. Install Oracle database server on new Windows server
  3. Import database on new server using impdp utility

Check this link: Oracle Data Pump. There you will find complete documentation and examples how to use this utility.

like image 20
zendar Avatar answered Dec 22 '25 22:12

zendar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!