Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Help about how to start working with Oracle 10g
Alan wrote:
> Hi all,
>
> I am from application developement side (Delphi, C#), want to teach myself
> developing application using Oracle as backend database. I know how to
> manage SQL Server 2000 writing stored procedure, views, triggers but know
> nothing Oracle.
> How to get started working with Oracle 10g ?
In addition to GreyBeard's advice ... go to http://www.psoug.org click on Morgan's Library
Start with the entry for anonymous blocks: They are the buiding block for all PL/SQL code
Then look at the entries for the following in roughly this order:
Types
Procedures
Loops
Functions
Ref Cursors
Packages
Pipelined Table Functions
Table Triggers
Instead-of Triggers
DDL Triggers
System Triggers
You will find plenty of demos to play with.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Fri Jan 28 2005 - 02:03:54 CST
![]() |
![]() |