Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Newbie Question

Re: Newbie Question

From: Dave Parkinson <davecp_at_bigfoot.com>
Date: Mon, 20 Mar 2000 00:30:11 -0000
Message-ID: <8b3qkb$fgb$1@news6.svr.pol.co.uk>


You can use C++ with Oracle but there's a lot more to it than that. You can find manuals for all of the Oracle tools at technet.oracle.com. Maybe if someone else is reading this they can answer the question as to whether you are allowed to download all the software for evaluation. I think anyone is allowed to download stuff so long as it isn't being used in a production environment. Maybe someone can answer this question for you.

The main two products for developers are: Designer - case tool with code generation. improved code generation when 'headstart' is used as well.
Developer - includes 'forms' and 'reports' for building user interfaces and reports.

The database also has features for developers.

If you are looking at getting into Oracle as a developer then you need to get the software and wade through some books. The sql manual is a good place to start, next look at pl/sql. After that you can move on to Designer or Developer.

good luck

Phil <pstanton_at_nospam.clara.co.uk> wrote in message news:Zl6B4.201$Eq.2112_at_nnrp4.clara.net...
> Hi,
> Apologies if this is the wrong place to ask....
> I have C++ experience, and have used basic SQL (MS Query etc...) but would
> like to know more about what is involved in Oracle DB programming.....Is
it
> essentially C++ used to call standard SQL commands , the SQL being the
> interface between the C++ and the Oracle DB. Or is there more to it than
> that, such as knowledge of internal workings of the Oracle DB.
> Thanks.
> Phil.
>
>
Received on Sun Mar 19 2000 - 18:30:11 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US