Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> dbms_standard
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
![]() |
![]() |