ORA-25235: fetched all messages in current transaction
Answer / guest
Cause: The NEXT_TRANSACTION navigation option was used in a
dequeue when there were no more messages that belong to the
same transaction.
Action: Use the NEXT_TRANSACTION navigation option to move
to the next also use the FIRST_MESSAGE option to start from
the head of the queue again.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-01267: Failure getting date/time
PCC-02328: undefined struct member
ORA-07563: sldext: $PARSE failure
TNS-04201: Trace Assistant Usage ERROR: Missing File name
ORA-16600: Failover operation can only be submitted at target database.
ORA-26093: input data column size (number) exceeds the maximum input size (number)
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...
RMAN-20298: DBMS_RCVCAT package not compatible with the recovery catalog
ORA-13053: maximum number of geometric elements in argument list exceeded
ORA-25271: queue table not found for the given queue
ORA-07446: sdnfy: bad value 'string' for parameter string.
NNL-00576: list_delegated: list all delegated domains in the region or subtree