Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Creating table external using oracle 8..is it possible?
Hil All ,
I'm trying to create an table external using a input file in oracle 8
The command is :
CREATE TABLE os_pid (
pid number)
ORGANIZATION EXTERNAL
(TYPE oracle_loader
DEFAULT DIRECTORY data_dir
ACCESS PARAMETERS
(FIELDS TERMINATED BY ','
MISSING FIELD VALUES ARE NULL
(pid))
LOCATION ('pidlist.txt'))
REJECT LIMIT 0;
But i got the error message...
ORGANIZATION EXTERNAL
*
Is it possible to create table external using oracle 8 , if not , exist an alternative way?
Thank you! Received on Fri Oct 06 2006 - 07:01:41 CDT
![]() |
![]() |