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: create trigger use sql*plus

Re: create trigger use sql*plus

From: M. Armaghan Saqib <armaghan_at_yahoo.com>
Date: Sat, 19 Feb 2000 05:09:29 GMT
Message-ID: <88l8i8$4g4$1@nnrp1.deja.com>


We normally signal end of SQL by using ';' but in case of PLSQL (triggers, procedures, packages, blocks etc) we need to single end of our code for execution by ';' AND '/'.

This is required since we use ';' in PLSQL to signal end of statement.

regards,
M. Armaghan Saqib

+---------------------------------------------------------------
| 1. SQL PlusPlus => Add power to SQL Plus command line
| 2. SQL Link for XL => Integrate Oracle with XL
| 3. Oracle CBT with sample GL Accounting System | Download free: http://www.geocities.com/armaghan/
+---------------------------------------------------------------
| SQLPlusPlus now on http://www.ioug.org/

|   "PL/SQL package that extends SQL*Plus to another dimension.
| Contains a PL/SQL code generator and set of extremely useful | utilites with extensive documentation." IOUG Web Site
+---------------------------------------------------------------

nice to see you <moz01_at_holmes.ipfw.edu> wrote in message news:Pine.HPX.4.10.10002181136460.5889-100000_at_holmes.ipfw.edu...
>
> Hi, is anyone know how to use sql*plus to create trigger? I tried
it. It
> just keep give line numbers.
>
> Thank you.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Feb 18 2000 - 23:09:29 CST

Original text of this message

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