ORA-28662: IOT index and overflow segments must share the
same LOGGING attribute
Answer / guest
Cause: Attempt to specify LOGGING for one segment and
NOLOGGING for the other segment.
Action: don't do that
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-27470: failed to re-enable "string.string" after making requested change
ORA-29357: object string already exists
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...
UDE-00003: all allowable logon attempts failed
ORA-01905: STORAGE keyword expected
PROC-00006: User does not have permission to perform a cluster registry operation on this key.
IMP-00046: using FILESIZE value from export file of string
ORA-02420: missing schema authorization clause
ORA-13030: Invalid dimension for the SDO_GEOMETRY object
SQL*Loader-00135: Invalid argument for RESUMABLE
ORA-02377: invalid resource limit
PCB-00206: Cannot use N quoted literal in PL/SQL when NLS_LOCAL=YES