Re: Describing a Trigger
From: Kenneth C Stahl <BlueSax_at_Unforgetable.com>
Date: Mon, 07 Feb 2000 16:03:06 -0500
Message-ID: <389F330A.906C8962_at_Unforgetable.com>
Date: Mon, 07 Feb 2000 16:03:06 -0500
Message-ID: <389F330A.906C8962_at_Unforgetable.com>
Tim wrote:
>
> Stupid SQL Plus question:
>
> What is the command to show me the code of a trigger using SQL Plus?
>
> Tim
set long 5000;
[Quoted] select text from sys.dba_source where name = 'procname';
Received on Mon Feb 07 2000 - 22:03:06 CET