| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> create table External Table (ORA9I) problem!
i have found a demo doc details as below:
External Table Example
The following statement creates an external table that represents a
subset
of the sample hr.employees table. The opaque_format_spec is shown in
italics.
Please refer to Oracle9i Database Utilities for information on the
ORACLE_LOADER
access driver and how to specify values for the opaque_format_spec.
CREATE TABLE emp_external (
employee_id NUMBER(6),
last_name VARCHAR2(20), email VARCHAR2(25), hire_date DATE, job_id VARCHAR2(10), salary NUMBER(8,2)
deptno INTEGER EXTERNAL, dname CHAR, loc CHAR
deptno INTEGER EXTERNAL, dname CHAR, loc CHAR
thanks a lot! Received on Sat Aug 24 2002 - 10:23:28 CDT
![]() |
![]() |