Used to define the lowest database version the queue is compatible with.
property Compatible: TQueueCompatible default qcDefault;
Use the Compatible property to determine the lowest database version with which the queue is compatible. The default value is qcDefault. The meaning of this value depends on the database compatible mode. For more information read the Oracle documentation. This property is used by the CreateQueueTable method.