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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Is there anything in Oracle comparable to SQL server "private

RE: Is there anything in Oracle comparable to SQL server "private

From: Mohan, Ross <Ross.Mohan_at_PictureVision.com>
Date: Tue, 17 Oct 2000 10:41:31 -0400
Message-Id: <10652.119465@fatcity.com>


plain old anonymous pl/sql blocks. just start typing, without "create or replace"

BEGIN..... ...

End;
.
/

-----Original Message-----
From: Cale, Rick T (Richard) [mailto:RICHARD.T.CALE_at_saic.com] Sent: Tuesday, October 17, 2000 8:36 AM
To: Multiple recipients of list ORACLE-L Subject: Is there anything in Oracle comparable to SQL server "private temporary store procedures"

Hi DBAs,

In SQL Server there are private temporary store procedures denoted by #create ....
It only lives for the life of the session and can only be run by user creating it at least according
to coworker. Is there anything comparable to this in Oracle.

Thanks
Rick

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Cale, Rick T (Richard)
  INET: RICHARD.T.CALE_at_saic.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Oct 17 2000 - 09:41:31 CDT

Original text of this message

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