Sequences cache change

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arminm
    New Member
    • May 2019
    • 1

    Sequences cache change

    Hello, I have to change cache for all sequences in schema and database.I can not change one by one.My question, is there some script or query which can change cache size for all sequences ??Please help me.

    Best regards
  • zmbd
    Recognized Expert Moderator Expert
    • Mar 2012
    • 5501

    #2
    Can you explain why you are attempting this?
    Sequences are normally one-direction counters alot like the autonumber field in and Access database or the Auto_Increment in MySQL databases

    There is a way to set the sequence to a given value but I don't think it's usually advisable

    With that said, you might find the following helpful:
    Last edited by zmbd; Jun 5 '19, 01:19 AM.

    Comment

    Working...