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

Home -> Community -> Mailing Lists -> Oracle-L -> FW: quick pl/sql question

FW: quick pl/sql question

From: Freeman, Donald <dofreeman_at_state.pa.us>
Date: Thu, 22 Apr 2004 09:33:47 -0400
Message-ID: <AFF54B073FF15849B53E32E67EE860760144EE5B@ENHBGPRI11.PA.LCL>

OK, so it's not you who is going to execute this. It works when you do = it but not when someone else does it?

CREATE OR REPLACE PROCEDURE dave_test (p_user_id IN VARCHAR2)=20 AUTHID CURRENT_USER
AS
BEGIN
=20

        =
dbms_resource_manager_privs.grant_switch_consumer_group(p_user_id,'users1= ',TRUE);
         dbms_resource_manager.set_initial_consumer_group(p_user_id,'users1');

END;
/



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

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Thu Apr 22 2004 - 08:30:40 CDT

Original text of this message

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