What are the other ways of achieving auto-increment in oracle other than use of triggers?
SELECT max (id) + 1 FROM table