ORA-36692: (XSRELTBL00) The format of the HIERHEIGHT command
is: HIERHEIGHT relation1[(dimension dimvalue, ...)] into
relation2 [using relation3 | a | d] [inhierarchy {variable |
valueset}].
Answer / guest
Cause: The user input the wrong format/object types
Action: Make sure number of arguments and all object types
are correct.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-24905: invalid recepient protocol attribute passed into OCI call
IMP-00070: Lob definitions in dump file are inconsistent with database.
ORA-06044: NETDNT: connect failed, byte count quota exceeded
ORA-13623: The recommendation string is not valid for task string.
ORA-06558: buffer in dbms_pipe package is full. No more items allowed
LSX-00248: invalid duration "~S"
ORA-24023: Internal error in DBMS_AQ_EXP_INTERNAL.string [string] [string]
SQL*Loader-00265: Unable to get default character set name.
ORA-01503: CREATE CONTROLFILE failed
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...
ORA-08197: Flashback Table operation is not supported on clustered tables
ORA-04000: the sum of PCTUSED and PCTFREE cannot exceed 100