Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HIBERNATE_SEQUENCE db object #31

Open
ChristosMylonas opened this issue Nov 2, 2023 · 0 comments
Open

HIBERNATE_SEQUENCE db object #31

ChristosMylonas opened this issue Nov 2, 2023 · 0 comments

Comments

@ChristosMylonas
Copy link

The HIBERNATE_SEQUENCE sequence oracle db object should be added in documentation as without it nothing actually works and NHibernate doesnt actually tells the reason.

This applies only when you create DB objects manually instead of leaving Hangfire.FluentNHibernateStorage do the database update.
Posting it here as an issue for anyone stump into this in future.

CREATE SEQUENCE "HIBERNATE_SEQUENCE" MINVALUE 1 MAXVALUE 999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE NOPARTITION ;

@ChristosMylonas ChristosMylonas changed the title HIBERNATE_SEQUENCE requirement HIBERNATE_SEQUENCE db object Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant