PLS-00232: nested packages not permitted

Answers were Sorted based on User's Feedback



PLS-00232: nested packages not permitted..

Answer / guest

Cause: A package was declared inside another package, but
package declarations are allowed only at the top level. In
other words, packages cannot be nested.

Action: Move the package declaration outside the enclosing
package.

Please add more information about this Error

Is This Answer Correct ?    5 Yes 1 No

PLS-00232: nested packages not permitted..

Answer / kishlay

Compile the package specification first then the package body.It will do.Otherwise if u compile the packages individually, one or the other will be invalid.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-30111: no closing quote for value 'string'

1 Answers  


ORA-16100: not a valid Logical Standby database

1 Answers  


LPX-00105: element "~S" is not empty as required by the DTD

1 Answers  


PLS-00393: wrong number of columns in SELECT...INTO statement

1 Answers  


RMAN-06008: connected to recovery catalog database

1 Answers  






TNS-01096: %s * string * string * string * string * number

1 Answers  


ORA-29327: unsupported client compatibility mode used when talking to the server

1 Answers  


ORA-07486: scg_get_inst: cannot convert(get) instance number lock.

1 Answers  


ORA-07476: slsget: cannot get mapped memory statistics.

1 Answers  


ORA-25350: maximum number of concurrent transaction branches exceeded

1 Answers  


ORA-02094: replication option not installed

1 Answers  


ORA-02038: define is not allowed for array type

1 Answers  


Categories