ORA-37113: OLAP API initialization error: (string)
Answer / guest
Cause: OLAP API initialization failed.
Action: Ensure that Oracle is properly installed with the
OLAP option. If the RDBMS has been patched, review the patch
log for errors. If the problem persists, report it to Oracle
Customer Support.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-03212: Temporary Segment cannot be created in locally-managed tablespace
ORA-35071: (QFHEAD06) EIF file string cannot be imported because analytic workspace string has not been upgraded to version string.
ORA-35276: (SNSYN163) The format of the ALLOCATE command is: ALLOCATE varname [SOURCE svarname] [BASIS bvarname [ACROSS dimname]] [TARGET tvarname [TARGETLOG logvarname]] [ USING aggmap ]
O2F-00334: A user-defined type is listed more than once in the INTYPE file
ORA-30487: ORDER BY not allowed here
ORA-09940: ORACLE password file header is corrupt
NZE-28810: Cannot create key descriptor.
ORA-02198: ONLINE/OFFLINE option already specified
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...
EXP-00068: tablespace string is offline
ORA-12582: TNS:invalid operation
ORA-00322: log string of thread string is not current copy