ORA-29819: cannot associate default values with columns
Answer / guest
Cause: User tried to associate DEFAULT values with columns
which is not a valid option .
Action: Specify a valid option.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-01612: instance string (thread string) is already enabled
ORA-27125: unable to create shared memory segment
PCC-02348: indicators are not allowed in EXEC IAF statements
ORA-26532: replication parallel push simulated site failure
DRG-11212: procedure filter procedure name contains a semicolon
ORA-15107: missing or invalid ASM disk name
ORA-25450: error string during evaluation of rule set string.string
RMAN-06280: Report of obsolete backups and copies
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-14620: DEFAULT subpartition already exists
PCC-02345: SQLCHECK=SEMANTICS must be given when embedded PL/SQL blocks are used
PROC-00032: Cluster Ready Services on the local node is not running