ORA-33334: (DSSEXIST04) Analytic workspace string is not
attached.
Answer / guest
Cause: The specified analytic workspace is currently not
attached to the session, or the name is misspelled.
Action: Attach the analytic workspace with the AW ATTACH
command, or correct the spelling of the name .
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-12983: cannot drop all columns in a table
PLS-00642: local collection types not allowed in SQL statements
PLS-00318: type "string" is malformed because it is a non-REF mutually recursive type
ORA-26049: Unscoped REF column has non-existent table name.
RMAN-06085: must use SET NEWNAME command to restore datafile string
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...
AMD-00155: Object to delete "string" does not exist in Workspace "string"
SQL*Loader-02026: the load was aborted because SQL Loader cannot continue.
ORA-13411: subset results in null data set
ORA-13155: invalid number of dimensions specified
ORA-28539: gateway does not support result sets
QSM-01093: anti-join marker not found in materialized join view