You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

PLS-00487: Invalid reference to variable 'INT'

Summary:

I am trying to execute the PL/SQL proc within Package but getting error while execution as schema name is 'INT' which is a reserved keyword.

when I alter the session to set current schema as INT then it is working. I need to call this from ODI.

Content (please ensure you mask any confidential information):

 BEGIN 

 INT.ETL_CONFIG_PACKAGE.INS_ETL_CONFIG_RUN_DETAILS('S2L_HOSPITALS',15); 

 END;

 /


Error: PLS-00487: Invalid reference to variable 'INT'. Can anyone help please.



Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!