O2F-00303: No INTYPE file was specified
Answer / guest
Cause: The required option INTYPE was not specified.
Action: Set the INTYPE option to the name of the file
containing names of types for OTT to translate. The INTYPE
option may be specified on the command line or in a CONFIG file.
Please add more information about this Error
Is This Answer Correct ? | 0 Yes | 0 No |
RMAN-08101: channel string: proxy validation complete
RMAN-08153: deleted global script: string
ORA-18002: the specified outline does not exist
NNO-00059: cannot construct topology checkpoint file name
SAP log on Error Message: "Msg E14 645 not found"
ORA-19206: Invalid value for query or REF CURSOR parameter
what is error treshold?
ORA-12228: TNS:protocol adapter not loadable
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-26572: %s.string.string: argument string does not match replication catalog
RMAN-07000: List of SPFILE Backups
ORA-25148: ONLINE option not permitted