LFI-01502: Base filename does not exist.
Answer / guest
Cause: The filename that was parsed had no base file. It was
either all path or extension.
Action: Check the filename being passed in to make sure it
is correct.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-06928: CMX: wrong ORACLE_SID
PCB-00105: Included file name "string" exceeds name limit of number characters
ORA-13233: failed to create sequence number [string] for R-tree
ORA-19583: conversation terminated due to error
ORA-31412: change set string is disabled and cannot be advanced
ORA-37013: (XSACQUIRE_DEADLOCK) Cannot wait to acquire object workspace object since doing so would cause a deadlock.
PLS-00148: Only 1 pragma of this type is allowed per subprogram
ORA-33450: (ESDREAD05) Discarding compiled code for workspace object because number now has more or fewer dimensions than it had when the code was compiled.
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-25220: enqueue failed, signature not specified for a non-repudiable queue
TNS-12662: proxy ticket retrieval failed
ORA-03235: max # extents (string) reached in table string.string subpartition string