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: dbms_standard package or how to display info to user, please help

Re: dbms_standard package or how to display info to user, please help

From: QuadTwin <quadtwin_at_aol.com>
Date: 1997/02/08
Message-ID: <19970208143101.JAA16304@ladder01.news.aol.com>#1/1

RAISE_APPLICATION_ERROR is a builtin in PL/SQL. We are using it in 7.3 without any apparent problem.

Are you referring to dbms_standard.raise_application_error in your code? If so, just drop the "dbms_standard." part of your reference and you should be ok.

Al Received on Sat Feb 08 1997 - 00:00:00 CST

Original text of this message

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