Click here to Skip to main content
15,909,205 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
Hi,all my friends!

I am new coder.

I want to know how to learn Oracle database?
Plz recommend some books or website to me .

BR!
Thank you very much!
Posted

Try to search Google[^] first before doing such questions.
See..
Oracle Learning Library [^]
Welcome to the Oracle Database[^]
A Short Oracle Tutorial For Beginners[^]
 
Share this answer
 
v3
 
Share this answer
 
You could have put all your "how to learn xy database engine" (How to learn SQL-Sever?[^]) question in a single one... or ask simply: what do I need to learn about relational databases as a coder?

Well, start with the relational model first: http://infolab.stanford.edu/~ullman/focs/ch08.pdf[^], than learn some general SQL http://www.tutorialspoint.com/sql/sql-overview.htm[^], than choose an RDBMS that fits your needs, requirements and budget: http://en.wikipedia.org/wiki/List_of_relational_database_management_systems[^]. Than start digging into that one's documentation.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900