
October 30th, 2003, 06:30 AM
|
|
Registered User
|
|
Join Date: Oct 2003
Location: India
Posts: 22
Time spent in forums: 4 h 53 m 46 sec
Reputation Power: 0
|
|
importing into oracle table from '|' delimited file
We have our database running in INTEGRA4 (RDBMS) , and we want to migrate to Oracle, and as such we have to import data to oracle.
INTEGRA4 supports SELECT FROM Table INTO file .. delimited by ‘|’ command to get an Ascii dump of the table, and this is the only way I can export data in INTEGRA4.
My problem is to import this ‘|’ delimited ASCII file in ORALCE table . Can someone help ? .. which is the best way to import such a file in an oracle table ? (I have 200 tables in my schema)

|