import data into table

ralph

Member
Is it possible to import data from a txt-file into a specific 'dummy' table. This in order to cross-reference data?
I have seen this working with other software and that proved to be very useful in practice.

The import/export utility is not very handy if you are not that 'technical'.
It could be that i am using the wrong settings. Please let me know if it is possible or if there are workaround in PL/SQL developer.
 
In 6.0 you can use the Text Importer for this. It will analyze the text file for columns, and you can map these columns to a table for import.
 
Back
Top