LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Oracle/SQL book (https://www.linuxquestions.org/questions/linux-newbie-8/oracle-sql-book-744675/)

icecubeflower 08-03-2009 01:25 AM

Oracle/SQL book
 
Hey what is the best way to learn Oracle and SQL on your own? Is there a good text book I should buy or is there a good website?

I don't really know anything about it. I'm vaguely aware Oracle is a massive program that you don't run on your own little PC. I think you write your own programs and they communicate with the Oracle program with SQL commands or something.

Johnnie J 08-03-2009 02:29 AM

Do you have access to Oracle? It comes in many versions, so you'd want to get a book that corresponds to the version your using. You can also get books on MySQL and PostgreSQL. These programs are available for free on Linux/BSD OSs and although different than Oracle would provide a very good base of knowledge for working with an Oracle DB.

icecubeflower 08-03-2009 05:21 AM

No I don't have any oracle access.

jan5134 08-03-2009 05:27 AM

Hi,

Both Oracle and Mysql uses SQL (the language), install mysql and get a pdf.
Will certainly help you. If you then manage later on to get your hands on Oracle you'll allready know the basics.
Good Luck!!!!

Jan5134

chrism01 08-03-2009 08:40 PM

If you want to start with MySQL, which comes free on Linux, the online docs are: http://dev.mysql.com/doc/refman/5.0/en/
You can (afaik) get a free at home/dev use only version of Oracle.
Oracle docs here: http://tahiti.oracle.com/
Oracle free SW: http://www.oracle.com/technology/software/index.html

GIYF
:)

Tinkster 08-03-2009 09:59 PM

Even though, given MySQL abundant "extensions" and deviations from the SQL
standards, choosing that to learn SQL may not be the brightest idea.


The SQL Zoo is a very nice resource, though, it will let you
experiment (admittedly with a limited data set) with 5 different
SQL flavours (Postgres, Oracle, MS SQL, DB2 and MySQL.


Cheers,
Tink


All times are GMT -5. The time now is 07:46 PM.