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

Home -> Community -> Usenet -> c.d.o.misc -> ( :NEW ) compile error

( :NEW ) compile error

From: <alexneme_at_my-deja.com>
Date: Tue, 08 Jun 1999 20:48:37 GMT
Message-ID: <7jjvj0$5m$1@nnrp1.deja.com>

Bom Dia !

I have an Oracle 8.0.5.0.0 entreprise Edition in Two envirement (development/Prodution).

I got a test Trigger whith the following definition:

CREATE OR REPLACE TRIGGER SITRAX.Test AFTER INSERT ON SITRAX.Central FOR EACH ROW
DECLARE
  tmp integer ;
  TMPsIGLA CHAR(10);
BEGIN
 TMPSigla := :New.Codigo;
 select IdRegistro.Currval into tmp From dual; END; In the development environment its OK
In the production Environment the compilition donīt accept :NEW utterance

PLS-00553 Character Set Name is not recognized

Please .... and Thank you

                                          alexis





Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Tue Jun 08 1999 - 15:48:37 CDT

Original text of this message

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