aspose file tools
The moose likes Oracle/OAS and the fly likes export/import Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "export/import" Watch "export/import" New topic
Author

export/import

Lukas Alamar
Ranch Hand

Joined: Mar 17, 2004
Posts: 68
Hi there, i need move data from one database to another, how can i do that and what are the steps involved?
Say, i have a table USER on db1 and db2, and i need to move the records from db1 to db2 (which is empty)...how to do that?
db1 and db2 are both oracle's.
Thanx Lukas.


SCJP 1.4
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17234
    
    1

Here is a link to a page at Oracle's OTN site, that shows the steps.
Mark


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: export/import
 
Similar Threads
Hibernate on DB's w/o Primary Keys
Generic way of data transfer
Schema's in Grails
Transfer Huge data using Java
Merge statement for merging data of tables from two different databases