Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i carry a database which is created in oracle 9i in a simple way? Such that I can run that database on another computer very easily.
Posted
Updated 23-May-10 19:42pm
v2

1 solution

Compared to SQL Server, taking and restoring a backup is a pain in Oracle. But, that's the easiest and only way to 'carry' the Oracle DB from one system to other.

Though an easy alternative can be to use remote database server's connection string (as long as you are in intranet, that should be easy.)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900