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 -> dbms_standard

dbms_standard

From: zonnet <cpwets_at_zonnet.nl>
Date: Fri, 3 Dec 1999 22:02:31 +0100
Message-ID: <TsW14.914$Fm2.26947@zonnet-reader-1>

Question,

when I want to use the put_line function in de package dbms_output, my code would be like this:

 dbms_output.put_line ('testing');

When I want to use a function or procedure in the dbms_standard package the name of the package I can leave away, so my code would be like this:

raise_application_error (....)

and not

dbms_standard.raise_application_error(....)

Can anybody tell me this???? I can't find a synomym either.

greeting Dennis Wets Received on Fri Dec 03 1999 - 15:02:31 CST

Original text of this message

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