RMAN-06000: could not open recovery manager library file: string
Answer / guest
Cause: The "recover.bsq" file could not be opened.
Action: Check that the file was installed correctly and that
the user running RMAN has authority to read the file.
Please add more information about this Error
| Is This Answer Correct ? | 1 Yes | 1 No |
PLS-00518: This INSERT statement requires VALUES clause containing a parenthesised list of values
ORA-09857: smprset: vm_protect error while protecting pga.
ORA-36772: (XSPGERRTEMP) Ran out of temporary storage while writing to analytic workspace with ID=number. Free some temporary storage immediately. You can do so, for example, by DETACHING an analytic workspace.
ORA-10645: Recursive Extension in SYSTEM tablespace during migration
ORA-19669: proxy copy functions cannot be run on DISK channel
ORA-22161: type code [string] is not valid
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...
PLS-00533: Tables of non_queryable types are not supported.
PCC-02399: Illegal CHAR_MAP option value for DBMS=V6. Option ignored.
ORA-16039: RFS request version mismatch
ORA-14135: a LOB column cannot serve as a partitioning column
QSM-01110: a lossy join in MV, string, between tables, string, not found in query