ORACLE_DATADUMP implementaion error
CREATE TABLE external_emp
ORGANIZATION EXTERNAL
(
TYPE ORACLE_DATADUMP
DEFAULT DIRECTORY TELUS_EXT_FILES
LOCATION ('emp.dat')
)
AS
SELECT * FROM emp;
ERROR at line 1:
ORA-29829: implementation type does not exist
show this errors can anybody suggest