Sql-server – Resources for SQL Server developer migrating to Oracle

oraclesql server

What resources can you recommend for a SQL Server developer wanting to learn Oracle basics?

I am looking for a comprehensive whitepaper or blog post describing differences between these systems and answering questions like How to create an IDENTITY column? or What data type is equivalent of float?.

Best Answer

I suggest using documentation provided by Oracle as it is the best resource for Oracle developers.

Start with Concepts - this will help you understand architectural differences between MSSQL and Oracle. Continue with quick intro 2-day developer and 2-day DBA (you need basic DBA skills to manage your "playground"). Also read database reference for system tables/views and finally language references SQL, PL/SQL and PL/SQL packages and types for supplied packages.

Each documentation "book" can be downloaded as PDF, but I prefer the HTML version.

And if you're stuck Ask Tom or here.