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

Home -> Community -> Usenet -> c.d.o.server -> Re: executing trigger and pl/sql

Re: executing trigger and pl/sql

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 30 Jun 2003 10:18:23 -0700
Message-ID: <92eeeff0.0306300918.22d4d912@posting.google.com>


"kiran" <kiran.news.invalid_at_web2news.net> wrote in message news:<46010N997_at_web2news.com>...
> Guido,
>
> Thank you. By pl/sql I meant blocks of sql stament.
>
>
> Kiran

PL/SQL is a procedural extension to Sql. You could have "blocks of sql statements" inside a PL/SQL (BEGIN END;) anonymous block or a stored procedure/function. I suggest you goto http://tahiti.oracle.com and lookup PL/SQL reference guide.

Regards
/Rauf Sarwar Received on Mon Jun 30 2003 - 12:18:23 CDT

Original text of this message

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