PL/SQL (MOSC)

MOSC Banner

PLS-05018

in PL/SQL (MOSC) 6 commentsAnswered ✓

Hi there

I have a very confusing error from package header compilation (running 19.5 Enterprise on Linux)

As above, message which is usually a warning (PLW-05018) is showing as error and preventing compilation. I cannot find this error in PLS reference, they only go up to PLS-01919. Attaching a screenshot just to prove that I'm not having a mental fit.

Furthermore, this error was not happening at all until I added code in the body.

Package header is very simple:

~~~~~

CREATE OR REPLACE PACKAGE user_admin_tools IS

 PROCEDURE add_access (p_username IN CHAR, p_uid in CHAR, p_schema IN CHAR, p_access_type IN CHAR);

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center