ORA-39099: cannot create index for "string" on master table
string
Answer / guest
Cause: One or more indexes couldn't be created on the master
table. subsequent error messages describe the failure.
Action: Correct the condition that is preventing the indexes
from being created.
Please add more information about this Error
| Is This Answer Correct ? | 1 Yes | 0 No |
ORA-00152: current session does not match requested session
LPX-00000: normal, successful completion
ORA-01061: cannot start up a V8 server using a V7 client application
ORA-39150: bad flashback time
ORA-12819: missing options in PARALLEL clause
ORA-00272: error writing archive log string
ORA-25454: error during evaluation of rule set: string.string for iterator: string
ORA-13404: invalid ultCoordinate parameter
ORA-15116: invalid combination of ALTER DISKGROUP options
ORA-02787: Unable to allocate memory for segment list
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-01695: error converting rollback segment string to version 8.0.2