PCC-01515: FIPS warning: Undeclared host variable "string"
at line number in file string
Answer / guest
Cause: An Oracle extension to the ANSI/ISO SQL standard was
used. Specifically, a host variable was declared outside of
a Declare Section.
Action: No action required. However, for ANSI/ISO
compliance, declare the host variable within a Declare Section.
Please add more information about this Error
Is This Answer Correct ? | 0 Yes | 0 No |
LFI-00103: Seek operation failed.
LSX-00230: invalid integer "~S"
PLS-00801: internal error [string]
TNS-04037: Connections refer to string.
NCR-03009: NCRO: Protocol version mismatch
ORA-02022: remote statement has unoptimized view with remote object
TNS-03603: Encountered a node with a version eariler than SQL*Net 2.3
TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
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-06529: Version mismatch - PL/SQL profiler
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
NNL-00233: Auto-refresh failure-retry interval is now string