Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
DESC USER_SEQUENCES;
SELECT * FROM USER_SEQUENCES WHERE SEQUENCE_NAME = <my_sequence_name>;
SELECT * FROM DBA_SEQUENCES
WHERE owner = 'MYSCHEMA'
AND sequence_name = 'MYSEQ';