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

PROC-00014: Unknown error occurred

1 Answers  


ORA-13215: window object is out of range

1 Answers  


ORA-00054: resource busy and acquire with NOWAIT specified

1 Answers  


ORA-27063: number of bytes read/written is incorrect

1 Answers  


ORA-26576: cannot acquire SR enqueue

1 Answers  






ORA-19664: file type: string, file name: string

1 Answers  


ORA-28005: invalid logon flags

1 Answers  


ORA-01224: group number in header string does not match GROUP string

1 Answers  


RMAN-06543: duplicate or conflicting LIST options: string and string

1 Answers  


PLS-00586: a static method cannot declare a parameter named SELF

1 Answers  


ORA-08431: raw data missing zero as defined in picture

1 Answers  


ORA-25208: RELATIVE_MSGID must be specified if SEQUENCE_DEVIATION is BEFORE

1 Answers  


Categories