Ali Bassam
Ali Bassam

Reputation: 9959

How can I take the schema in Oracle and put it on another Computer?

I've been working on my Java-Database project on my desktop for days, and now its time to put them on my laptop, the java project won't be a problem, but what about my schema ? my database ? I don't feel like typing it all over, isn't there a way to take it out of Oracle? then put it back on oracle as well on my laptop?

Upvotes: 0

Views: 1111

Answers (1)

Florin Stingaciu
Florin Stingaciu

Reputation: 8275

See here. Oracle has these two tools called exp and imp for exporting a database and importing one. It will help transfer the database from your desktop to your laptop.

Edit: Even more info

Upvotes: 1

Related Questions