Migrating JavaEE/OracleDB application to MariaDB - Oracle SEQUENCE equivalent

In our JavaEE application getting migrated to MariaDB(10.2.6), we use hundreds of SEQUENCE objects in present OracleDB backend. Please advice, if there is any facility in MariaDB which is an equivalent of Oracle SEQUENCE. If direct equivalent is not available, please advice what is the strategy we could take to bring in a matching set-up with MariaDB.

Answer Answered by Ian Gilfillan in this comment.

This is being developed in MariaDB 10.3, see CREATE SEQUENCE.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.