Extracting data from Oracle express [message #366923] |
Fri, 25 February 2000 16:27 |
Mark Sims
Messages: 1 Registered: February 2000
|
Junior Member |
|
|
Does anyone have any ideas on how to extract data from Oracle Express into a flat file to load another system, we have some conversions needs and would like to find the quickest way to move data from Oracle Express over.
|
|
|
Re: Extracting data from Oracle express [message #366945 is a reply to message #366923] |
Wed, 30 August 2000 07:39 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Hi,
You can export data and definitions to an EIF (Express Interchange Format) file only. This EIF file can only be loaded into an Express database again. See the EXPORT command in the
Express Language Help system for more information.
If you are running on Unix, you can run a report from the Unix command line prompt and direct the output to an ASCII file.
Hope it helps.
Frank Naude
|
|
|