FLAG bind option

The FLAG option determines the messages to display during the bind process.

FLAG ( I )( W )( E )( C ) On: BIND and REBIND PLAN and PACKAGE, REBIND TRIGGER PACKAGE

Start of changeNot valid for REBIND of a native SQL procedure package.End of change

( I )
All informational, warning, error, and completion messages
( W )
Only warning, error, and completion messages
( E )
Only error and completion messages
( C )
Only completion messages

Rebinding multiple plans or packages: When your REBIND command contains an asterisk (*) and affects many plans or packages, FLAG(E) is recommended to avoid running out of message storage.

Defaults:

Process Default value
BIND PLAN I
BIND PACKAGE I
REBIND PLAN I
REBIND PACKAGE I
REBIND TRIGGER PACKAGE I