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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

convert table from ms access to oracle

Status
Not open for further replies.

ociruj

Programmer
Nov 8, 2002
22
PH
hi everybody,

just wanna ask, how can i convert tables from ms access to oracle...

how do we carry the data structure of the tables going to oracle..

thanks..
 
Hi,
First prepare the Access table to be Oracle compatible ( and easy to use):
1: ALL UPPER CASE table and field names.
2: No spaces or other 'special' characters in table or field names
3: Change MEMO to TEXT or they will become LONG types in Oracle and cause problems.


Then use the File..Export..command from Access to export to Oracle over a pre-defined ODBC connection.

If you need to do this on a regular basis ( or for many tables), look into the Oracle Migration Workbench.

[profile]

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top