Cursor Behavior Attribute CursorBehavior (CB) Purpose Determines whether cursors will be preserved or closed at the end of transactions. Valid Values 0 | 1 Behavior If set to 1 (Enabled), cursors are held at their current position when transactions end. This value may slow the performance of your database operations. If set to set to 0 (Disabled), cursors are closed at the end of transactions. Default 0 (Disabled) GUI Tab Advanced tab