0% found this document useful (0 votes)
299 views

Error

This document summarizes errors encountered when compiling a library called CUSTOM in an Oracle database. Several identifiers like APP_SPECIAL2.INSTANTIATE and APP_MENU2.SET_PROP were not declared, resulting in compilation errors. The library compilation failed due to these undeclared identifiers in the CUSTOM code.

Uploaded by

pankajks
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
299 views

Error

This document summarizes errors encountered when compiling a library called CUSTOM in an Oracle database. Several identifiers like APP_SPECIAL2.INSTANTIATE and APP_MENU2.SET_PROP were not declared, resulting in compilation errors. The library compilation failed due to these undeclared identifiers in the CUSTOM code.

Uploaded by

pankajks
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Oracle Database 11g Enterprise Edition Release 11.1.0.7.

0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing optio
ns
PL/SQL Version 8.0.6.3.0 (Production)
Oracle Procedure Builder V6.0.8.21.0 Build #0 - Production
Oracle Virtual Graphics System Version 6.0.5.39.0 (Production)
Oracle Multimedia Version 6.0.8.25.0 (Production)
Oracle Tools Integration Version 6.0.8.17.0 (Production)
Oracle Tools Common Area Version 6.0.5.32.0
Oracle CORE Version 4.0.6.0.0 - Production
Compiling library CUSTOM...
Invalidating Package Spec CUSTOM......
Invalidating Package Body CUSTOM......
Compiling Package Spec CUSTOM......
Compiling Package Body CUSTOM......
ERROR 201 at line 214, column 14
identifier 'APP_SPECIAL2.INSTANTIATE' must be declared
ERROR 0 at line 214, column 14
Statement ignored
ERROR 201 at line 220, column 33
identifier 'APP_SPECIAL2.ENABLE' must be declared
ERROR 0 at line 220, column 33
Statement ignored
ERROR 201 at line 232, column 13
identifier 'APP_SPECIAL2.DISABLE' must be declared
ERROR 0 at line 232, column 13
Statement ignored
ERROR 201 at line 233, column 13
identifier 'APP_MENU2.SET_PROP' must be declared
ERROR 0 at line 233, column 13
Statement ignored
ERROR 201 at line 234, column 8
identifier 'APP_MENU2.SET_PROP' must be declared
ERROR 0 at line 234, column 8
Statement ignored
ERROR 201 at line 399, column 20
identifier 'APP_MENU2.SET_PROP' must be declared
ERROR 0 at line 399, column 20
Statement ignored
ERROR 201 at line 400, column 20
identifier 'APP_MENU2.SET_PROP' must be declared
ERROR 0 at line 400, column 20
Statement ignored
ERROR 201 at line 424, column 10
identifier 'APP_SPECIAL2.ENABLE' must be declared
ERROR 0 at line 424, column 10
Statement ignored
ERROR 201 at line 433, column 19
identifier 'APP_SPECIAL2.DISABLE' must be declared
ERROR 0 at line 433, column 19
Statement ignored
Closing library CUSTOM...
Compilation errors on CUSTOM:
PL/SQL ERROR 201 at line 214, column 14
identifier 'APP_SPECIAL2.INSTANTIATE' must be declared
PL/SQL ERROR 0 at line 214, column 14
Statement ignored
PL/SQL ERROR 201 at line 220, column 33
identifier 'APP_SPECIAL2.ENABLE' must be declared
PL/SQL ERROR 0 at line 220, column 33
Statement ignored
PL/SQL ERROR 201 at line 232, column 13
identifier 'APP_SPECIAL2.DISABLE' must be declared
PL/SQL ERROR 0 at line 232, column 13
Statement ignored
PL/SQL ERROR 201 at line 233, column 13
identifier 'APP_MENU2.SET_PROP' must be declared
PL/SQL ERROR 0 at line 233, column 13
Statement ignored
PL/SQL ERROR 201 at line 234, column 8
identifier 'APP_MENU2.SET_PROP' must be declared
PL/SQL ERROR 0 at line 234, column 8
Statement ignored
PL/SQL ERROR 201 at line 399, column 20
identifier 'APP_MENU2.SET_PROP' must be declared
PL/SQL ERROR 0 at line 399, column 20
Statement ignored
PL/SQL ERROR 201 at line 400, column 20
identifier 'APP_MENU2.SET_PROP' must be declared
PL/SQL ERROR 0 at line 400, column 20
Statement ignored
PL/SQL ERROR 201 at line 424, column 10
identifier 'APP_SPECIAL2.ENABLE' must be declared
PL/SQL ERROR 0 at line 424, column 10
Statement ignored
PL/SQL ERROR 201 at line 433, column 19
identifier 'APP_SPECIAL2.DISABLE' must be declared
PL/SQL ERROR 0 at line 433, column 19
Statement ignored
Failed to generate library.
FRM-30312: Failed to compile the library.

You might also like