logo  
Google
 

DB2 SQL-Error: -908

SQLState: 23510

Short Description: ERROR USING AUTHORITY BIND REBIND OR AUTOREBIND OPERATION IS NOT ALLOWED

For BIND and REBIND, the indicated authorization ID is not allowed to perform the indicated bind-type against a plan or package. An entry in the resource limit specification table (RLST) prohibits binding and rebinding by this authorization ID, or all authorization IDs. For AUTO-REBIND, the system parameter controlling AUTO-REBIND operations is set to disallow AUTO-REBIND. bind-type Type of bind operation (BIND, REBIND or AUTO-REBIND). auth-id Authorization ID of the invoker of the BIND subcommand or primary authorization ID of the invoker of the plan for AUTO-REBIND operations.System action: The plan or package is not bound. System programmer response: If the indicated authorization id should be allowed to bind, change the entry in the active RLST table. If AUTO-REBIND operations are disabled, rebind the package before reexecuting the package.

 <-  BACK TO INDEX