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: PLS-00103: Encountered the symbol "" when expecting one of the following

Re: PLS-00103: Encountered the symbol "" when expecting one of the following

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Thu, 24 Feb 2005 22:46:21 +0100
Message-ID: <aois119ooik3g011fgkv0q0pvf28328v1j@4ax.com>


On Thu, 24 Feb 2005 19:41:15 +0100, Paul Brownjohn <Paul-no-spam-_at_brownjohn.co.uk> wrote:

>TRIGGER TEST.AUDITTRIGGER_AD_ELEMENTS
>On line: 1
>PLS-00103: Encountered the symbol "" when expecting one of the
>following: begin function package pragma procedure subtype type use
> <an identifier> <a double-quoted delimited-identifier> form
>
>However, if I copy the code that has been created and run it in a SQL+
>worksheet, it runs OK and produces a valid usable trigger.
>
>Here is the trigger code that is produced by the script foloowed by the
>the script code itself.
>
>I have now spent 2 days trying to track this one down and desperation is
>setting in!

IIRC the keyword DECLARE is redundant in trigger bodies, as it is in procedure bodies.

--
Sybrand Bakker, Senior Oracle DBA
Received on Thu Feb 24 2005 - 15:46:21 CST

Original text of this message

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