Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do I import an access table to Oracle9i?

Status
Not open for further replies.

lhugh

MIS
Joined
May 21, 2000
Messages
115
Location
CA
thansk
 
Hi, You don't, at least not directly.
You can
1: Create a link to the Oracle instance you want to place the Access table in and Export it.

2: Generate a delimited file from the Access table and use SqlLoader to load it into your Oracle instance.

[profile]
 
If you are going to use SQL Loader I would suggest the following book:
Oracle Sql*Loader the Definitive Guide
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top