Top "Sequence" questions

A sequence is an ordered list of objects (or events).

How can I get all sequences in an Oracle database?

Is there any command that I can run so that I can get all the sequences? I am using Oracle 11…

sql database oracle sequence toad
get next sequence value from database using hibernate

I have an entity that has an NON-ID field that must be set from a sequence. Currently, I fetch for …

sql hibernate sequence nextval
Sequence Permission in Oracle

How can I check a permission granted for particular sequence and assign permission to particular sequence from SQL*Plus. Thank …

oracle sequence
Best way to reset an Oracle sequence to the next value in an existing column?

For some reason, people in the past have inserted data without using sequence.NEXTVAL. So when I go to use …

sql oracle oracle10g primary-key sequence
Hibernate JPA Sequence (non-Id)

Is it possible to use a DB sequence for some column that is not the identifier/is not part of …

java hibernate jpa sequence
How does the JPA @SequenceGenerator annotation work

I am learning JPA and have confusion in the @SequenceGenerator annotation. To my understanding, it automatically assigns a value to …

java hibernate jpa sequence sequence-generators
Fixing the order of facets in ggplot

Data: df <- data.frame( type = c("T", "F", "P", "T", "F", "P", "T", "F", "P", "T", "F", "P"), …

r ggplot2 sequence facet
PostgreSQL next value of the sequences?

I am using PostgreSQL for my Codeigniter website. I am using grocery crud for add, edit and delete operations. While …

codeigniter postgresql sequence postgresql-9.1 nextval
How to use existing Oracle sequence to generate id in hibernate?

I have legacy Oracle db with a sequence named PRODUCT_ID_SEQ. Here is the mapping of Product class for …

oracle hibernate sequence
How to make a vector using a for loop

I'm very new to R (and programming in general) and I've been stuck on this (probably very easy) question for …

r loops vector indexing sequence