Subject | external table |
---|---|
Author | Fred Pratt |
Post date | 2003-11-05T19:55:31Z |
I am attempting to create my *first* external table with
create table tbl_ext external file '/data/fb/tbl_ext.txt'
(c1 char(10))
but get
"Access to external file "/data/fb/tbl_ext.txt" is denied by server
administrator."
This can't be a simple OS file permissions problem because this directory is
"wide open".
TIA for any help,
--
-------------------------------------
Regards,
Fred Pratt
MicroBeef Technologies
PO Box 9262
Amarillo, TX 79105
phone 806 372 2369
fax 806 378 5556
email prattf@...
url http://www.microbeef.com
"Open the pod bay door please, HAL."
create table tbl_ext external file '/data/fb/tbl_ext.txt'
(c1 char(10))
but get
"Access to external file "/data/fb/tbl_ext.txt" is denied by server
administrator."
This can't be a simple OS file permissions problem because this directory is
"wide open".
TIA for any help,
--
-------------------------------------
Regards,
Fred Pratt
MicroBeef Technologies
PO Box 9262
Amarillo, TX 79105
phone 806 372 2369
fax 806 378 5556
email prattf@...
url http://www.microbeef.com
"Open the pod bay door please, HAL."