boaglio
Member²
Hi,
We have been facing a strange error which a column name changes and if you try to compile inside Program Window, it does not show the yellow bar with the error line... just a very small text Compiled with errors =(
Running inside command window:
Running inside SQL* Plus:
I am not sure if this wrong behavior is related to PL/SQL type code (Native or Interpreted)... using both values come up with the same result.
Is there any work around for this ?
My team is switching back to another dev tool for this
We have been facing a strange error which a column name changes and if you try to compile inside Program Window, it does not show the yellow bar with the error line... just a very small text Compiled with errors =(
Running inside command window:
Code:
SQL> alter package pac001 compile;
Warning: Package altered with compilation errors
SQL> show errors
Errors for PACKAGE ADM.pac001:
LINE/COL ERROR
-------- --------------------------------------------------------------------------------------
63/1 PLS-00920: parameter plsql_native_library_dir is not set
SQL>
Running inside SQL* Plus:
Code:
SQL>alter package pac001 compile;
Warning: Package altered with compilation errors
SQL>show errors
Erros para PACKAGE BODY pac001:
LINE/COL ERROR
-------- -----------------------------------------------------
3091/5 PL/SQL: SQL Statement ignored
3099/12 PL/SQL: ORA-00904: "A"."ID_COLUNA"
4183/5 PL/SQL: SQL Statement ignored
4287/7 PL/SQL: ORA-00984: column not allowed here
SQL>
I am not sure if this wrong behavior is related to PL/SQL type code (Native or Interpreted)... using both values come up with the same result.
Is there any work around for this ?
My team is switching back to another dev tool for this
