ORA-30656: column type not supported on external organized table
Answer / guest
Cause: Attempt to create an external organized table with a
column of type LONG, LOB, BFILE, ADT, or VARRAY.
Action: These column types are not supported, change the DDL.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-01591: lock held by in-doubt distributed transaction string
NNO-00700: warning: cannot checkpoint the cache, trying again in number seconds
ORA-33010: (XSAGDNGL04) Relation workspace object is duplicated in the AGGMAP workspace object.
ORA-19690: backup piece release string incompatible with Oracle release string
ORA-38428: too many attributes selected for indexing
TNS-00291: Navigator: Enabled Interchange
ORA-07204: sltln: name translation failed due to lack of output buffer space.
Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...
SQL-02128: Sessions still exist, not logged off
ORA-36996: (XSRELGID13) Valueset workspace object should be defined over dimension workspace object.
DRG-11101: failed to open file string
IMP-00084: attempt to mix incremental import with user or table import