Thread: oracle

  1. #1
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753

    oracle

    Can anyone provide some links on programming for Oracle? I hear its pretty expensive. Can I learn about it, and program for it, without buying it?

    I have no idea about anything about it, so any information about it would be useful. thanks.

  2. #2
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    to use a DB like oracle (which i have used and quite liked) you need to learn a query language like SQL. you interface with the DB using something like ODBC or JDBC (java) and use a query language to access/manipulate data.

  3. #3
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    dont worry abt ODBJ etc etc connectivity etc etc.. just learn SQL for now.. once you master it you can then learn to use it in your programs... yes oracle is expensive and it is a very robust RDBMS..

  4. #4
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Most of the big DB systems provide their own API for programming, it is often the fastest, but of course, if you decide to dump, say Oracle and insert SyBase, all the API's need changing.

    ODBC is old hat now, but is not difficult and still works. OLE DB is what replaced it.

    Oracle is frightfully expensive IMHO.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  5. #5
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    >Oracle is frightfully expensive IMHO.

    For a business it really is. But if your corp pays for it and you just need something to play with at home, there is a full version for free private use on Oracles website.

    The oracle interface is called OCI ( Oracle Call Interface ).
    ODBC is slow and old, but portable enough should you decide to use MySql, MSSql, Access or whateever.

    Learn SQL first, this is what you need for all databases.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Oracle cursor in ODBC
    By Mortissus in forum C Programming
    Replies: 4
    Last Post: 09-10-2007, 01:19 PM
  2. Redhat and Oracle
    By darsunt in forum Tech Board
    Replies: 7
    Last Post: 10-19-2006, 11:32 PM
  3. Help required in connecting to oracle db
    By Caughtyou in forum C Programming
    Replies: 2
    Last Post: 01-26-2006, 04:14 PM
  4. Recompiling C after Oracle 9i upgrade?
    By marcusg in forum C Programming
    Replies: 2
    Last Post: 06-02-2005, 05:55 AM
  5. oracle database connection
    By blue8173 in forum C Programming
    Replies: 1
    Last Post: 03-16-2004, 04:30 PM