PCC-01515: FIPS warning: Undeclared host variable "string"
at line number in file string



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

Post New Answer

More Oracle Errors Interview Questions

LFI-00103: Seek operation failed.

1 Answers  


LSX-00230: invalid integer "~S"

1 Answers  


PLS-00801: internal error [string]

1 Answers  


TNS-04037: Connections refer to string.

1 Answers  


NCR-03009: NCRO: Protocol version mismatch

1 Answers  


ORA-02022: remote statement has unoptimized view with remote object

1 Answers  


TNS-03603: Encountered a node with a version eariler than SQL*Net 2.3

1 Answers  


TNS-12505: TNS:listener does not currently know of SID given in connect descriptor

1 Answers   Wipro,


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...

0 Answers   IBM,


ORA-06529: Version mismatch - PL/SQL profiler

1 Answers  


ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine

1 Answers  


NNL-00233: Auto-refresh failure-retry interval is now string

1 Answers  


Categories