I get a number of questions from developers who are used to working with SQL Server, but have recently moved to Oracle. The top 2 issues are:
Lack of AutoNumber/Identity columns in Oracle (solution).
How to return recordsets from stored procedures (solution).
Recently I had a question about how you return the value assigned by a sequence during [...]