A multi-tenant sequence is defined for a database but allows each tenant to view and update its own current value. A shared sequence has one value and is non-multi-tenant enabled.
Each tenant's sequence has its own current value. All other sequence settings are shared, including the minimum, maximum, increment, and rollover values. Changing the increment, therefore, affects the value for all tenants.