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: DBMS_OUTPUT not available at client

RE: DBMS_OUTPUT not available at client

From: Seefelt, Beth <Beth.Seefelt_at_TetleyUSA.com>
Date: Fri, 29 Mar 2002 05:23:24 -0800
Message-ID: <F001.00436772.20020329052324@fatcity.com>

It sounds like there is no synonym for DBMS_OUTPUT or the user doesn't have execute rights ?

Try calling it as SYS.DBMS_OUTPUT

And try GRANT EXECUTE ON SYS.DBMS_OUTPUT to user;

-----Original Message-----
Sent: Friday, March 29, 2002 3:18 AM
To: Multiple recipients of list ORACLE-L

Hi!

I have installed client only on a client machine when I use DBMS_OUTPUT at SQL*Plus, it says that it should be declared first.

How to make it available on the client machine?

TIA! Aleem
--

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

Author: Abdul Aleem
  INET: dmit_at_beaconhouse.edu.pk

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).
--

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

Author: Seefelt, Beth
  INET: Beth.Seefelt_at_TetleyUSA.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 Fri Mar 29 2002 - 07:23:24 CST

Original text of this message

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