This should be available for download from otn.oracle.com.
EG you could download the 9i database for windows/linux, install it onto your local PC, which will give you the tools there.
Ploubier is right in that it should already be on the server machine, and that would be the best place to run it, as it wouldn't need to drag the data across the network to the local PC.
Another alternative is, if you are migrating data (as opposed to table structures/procedures etc) from one oracle database to another is to create a database link and run a load of 'INSERT INTO table_a SELECT * from table_a@src_database;' commands
Main Topics
Browse All Topics





by: ploubierPosted on 2004-07-01 at 16:43:14ID: 11452929
Import and export tools are installed on the server side. Search for them in ORACLE_HOME.