Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Export Oracle to Access
Hi,
you must start SQL*Plus and write a SELECT Statement like this: SELECT row1,'|',row2,'|',row3,...,rown FROM table WHERE ....
This generates an output with | (pipe) as row-delimiter. If you before this statement starts the SPOOL <Filename> and then executes the statement, the output is in an ascii-File. This file can importet as text with delimiter in Access. There you have to set the delimiter '|'.
Michael
cvtruong_at_hotmail.com schrieb in Nachricht <36f08e17.13454446_at_90.0.0.1>...
>To All,
>I would to know how could I export an Oracle database to Access.
>Please advise,
>Thanks in advance.
Received on Thu Mar 18 1999 - 07:13:09 CST
![]() |
![]() |