• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

I'm new to oracle database, sql

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please,i want someone to explain where to start in oracle. Because, i'm novice on it. Should i start from oracle 9g or 10g or sql. And which book is good for a beginner like me to learn oracle database.

I look forward to hearing from you .
 
author & internet detective
Posts: 42145
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Lao,
The first thing to do is learn SQL. You will need a database to practice on. Since your goal is to learn Oracle too, Oracle is a good database to start with. I would say to use Oracle 10g rather than 9i since it is a more recent version. It doesn't really matter for a beginner though as the basic features work the same.

As for a book, I recommend "Expert Oracle Programming." You can read my JavaRanch review of this book.
 
Ranch Hand
Posts: 279
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is also a free version of Oracle with which you can practice. Look into the Oracle site for download and installation instructions. There is also forums for help.

Have fun.
 
Lao Kinsuyi
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you guys.
 
Lao Kinsuyi
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm sorry for asking another question. Is this book good to learn SQL?
 
Ranch Hand
Posts: 338
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am assuming you mean the Head First SQL book... while I can't speak to it... from what I've gleaned from this board, it is likely a good book to start with... SQL is not really that difficult... it is just like learning math, algebra, and/or geometry... if you learn the rules... the result set will always be the same.
 
reply
    Bookmark Topic Watch Topic
  • New Topic