Start of change

-615 operation-type IS NOT ALLOWED ON A PACKAGE IN USE

Explanation

The operation cannot be performed because the package is in use by the same application process, or the package is dependent on an object that is the target of a DROP statement.

operation-type
Type of bind operation (BIND, REBIND or DROP).

System action

The BIND, REBIND, or DROP operation on the package is not performed.

Programmer response

Take one of the following actions:

  • Change the application to invoke the BIND, REBIND or DROP operation when the package is not in use by the same application process.
  • Drop the object when the package is not in use.

SQLSTATE

55006

End of change