DB2 10.5 for Linux, UNIX, and Windows

connect_proc - Connect procedure name database configuration parameter

This database configuration parameter allows you to input or update a two-part connect procedure name that will be executed every time an application connects to the database.

Configuration type
Database
Parameter type
Configurable Online
Configurable by member in a DB2® pureScale® environment
Default
NULL
The following connect procedure conventions must be followed, otherwise an error is returned.
  • The non-zero length string must specify a two-part procedure name (that is,[schema name].[procedure name])
  • The connect procedure name (both schema and procedure name) can only contain the following characters:
    • A-Z
    • a-z
    • _ (underscore)
    • 0-9
  • In addition, the schema and procedure name need to follow the rules of an ordinary identifier.

Once the connect_proc parameter is configured to a non-zero length value, the server will implicitly execute the procedure specified on every new connection.

Usage Notes