Re: PL/SQL Trigger Question

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 15 Nov 2000 21:33:29 +0100
Message-ID: <974333328.27190.0.pluto.d4ee154e_at_news.demon.nl>


Sorry, but you can't. You'll need to use individual columns.

Regards,

Sybrand Bakker, Oracle DBA

<raptnor_at_my-deja.com> wrote in message news:8uuked$ilq$1_at_nnrp1.deja.com...
> I'm really new to PL/SQL so forgive me if this is a dumb question. Can
> you pass the new record to a PL/SQL procedure for processing? See below
> for code snippet.
>
> CREATE OR REPLACE TRIGGER table_valid
> BEFORE INSERT OR UPDATE ON some_table
> FOR EACH ROW
> DECLARE
> BEGIN
> TABLE_ACTIONS.VALID_RECORD(new);
> END;
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Wed Nov 15 2000 - 21:33:29 CET

Original text of this message