Re: Does oracle come with any stored procedures?

From: Scott Urman <surman_at_wwsun10.us.oracle.com>
Date: 15 Nov 1994 00:14:08 GMT
Message-ID: <3a8ugg$4av_at_dcsun4.us.oracle.com>


In article <allan.1135231472F_at_newshost.lanl.gov>, allan_at_apple.com (Allan Marcus) writes:
|> I'm a sybase guy new to oracle. Sybase comes with some built in stored
|> procedures (Like "who", which tells who's logged on). Does oracle come with
|> any useful stored procedures and where would I find them?
|>
|> Thanks,
|>
|> -------------------------------------------------
|> Allan Marcus
|> "My opinions are my own, I think..."
|>
|>
|> AppleLink: Allan.Marcus
|> CIS: 76666,2113
|> InterNet: allan_at_apple.com (not affiliated with Apple Computer)
|> eWorld or NewtonMail: Allan.M
|> Day Job email: allan_marcus_at_lanl.gov
|> Day Job Voice: 505-665-1828
|> -------------------------------------------------

Check out Appendix A of the Application Developer's Guide. This describes several useful packages, such as dbms_output (print from PL/SQL), dbms_pipe (send messages between sessions), etc. All are created by $ORACLE_HOME/rdbms/admin/catproc.sql. Received on Tue Nov 15 1994 - 01:14:08 CET

Original text of this message