Having problems running a create/replace on a stored procedure (from within a program window) after making amendments....
I get notification that there are issues but all I see is a long list of "PLW-07204: conversion away from column type " errors (20 in all).
Switching to a command window produces the same. If I then run the same code in SQLPLUS on my PC then show errors I get the correct 'failures' e.g.
11/4 PL/SQL: Statement ignored
11/4 PLS-00367: a RAISE statement with no exception name must be
inside an exception handler
17/11 PL/SQL: Statement ignored
17/42 PLS-00201: identifier 'R_AGENT.AGENT_ID' must be declared
Any ideas why these errors are not shown in PL/SQL Developer?
Thanks
I get notification that there are issues but all I see is a long list of "PLW-07204: conversion away from column type " errors (20 in all).
Switching to a command window produces the same. If I then run the same code in SQLPLUS on my PC then show errors I get the correct 'failures' e.g.
11/4 PL/SQL: Statement ignored
11/4 PLS-00367: a RAISE statement with no exception name must be
inside an exception handler
17/11 PL/SQL: Statement ignored
17/42 PLS-00201: identifier 'R_AGENT.AGENT_ID' must be declared
Any ideas why these errors are not shown in PL/SQL Developer?
Thanks