Oracle Sequence starting with 2 instead of 1

前端 未结 4 2080
别那么骄傲
别那么骄傲 2020-12-10 04:16

Unexpected behavior:

I am encountering strange behavior of Oracle sequences with 11g (works with 10g):

CREATE SEQUENCE test_sequence         


        
4条回答
  •  旧巷少年郎
    2020-12-10 05:17

    I'd say the cause is this "undocumented feature". See My Oracle Support Document ID 1273858.1 (which is unfortunately behind a paywall and cannot be copied here).

    Try it without deferred segment creation and see if the problem persists.

提交回复
热议问题