Conversion DB Access to ORACLE

ple -  
phil_232 Messages postés 286 Date d'inscription   Statut Membre Dernière intervention   -
Hi,
I need some tool to convert a ACCESS DB to an ORACLE DB.

1) I have a table with a field of type ‘OLE Object” which I want to convert into a Oracle table in a BLOB field.
Is it possible to to this or do I have to pass by a transition table with a long raw field ?

2) I have a table with a field of type “Hypertext Link” which links a JPG file. Can you propose me the way to inserts them in a new table with a blob field ?

Thank you for your help.

1 réponse

phil_232 Messages postés 286 Date d'inscription   Statut Membre Dernière intervention   33
 
hypertext links are a functionality of Access. there is no such thing in Oracle. is there a pb transferring the OLE Object field to a BLOB? in fact it should rather correspond to a raw or image field.
0