ORA-29829: implementation type does not exist
trfoneDec 4 2007 — edited Dec 4 2007Hello,
I get ORA-29829: implementation type does not exist when creating an external table in
Oracle 10g 10.2.0.3.0. Anyone knows why this happens?
Wrote file afiedt.buf
1 CREATE TABLE tim
2 ORGANIZATION EXTERNAL
3 (
4 TYPE ORACLE_DATA_PUMP
5 DEFAULT DIRECTORY tim_dir
6 LOCATION ('tim.dmp')
7 )
8* AS SELECT * FROM dba_tables
AB0318@ditoa1> /
CREATE TABLE tim
*
ERROR at line 1:
ORA-29829: implementation type does not exist
AB0318@ditoa1> select * from V$OPTION;
PARAMETER VALUE
================================================================ ===================================
Objects TRUE
Regards,
Tim