RE: Why dbms_lock.sleep is not working for non-sys users?

From: Xu, Roger <Roger.Xu_at_dpsg.com>
Date: Thu, 12 Mar 2009 13:38:10 -0700
Message-ID: <3DC31002EB0BDD46B2B5730CEDF0277008D93C_at_bcxoemb03.dpsg.net>



Aha - it works! Sorry for my lazy mind :-)  

From: Goulet, Richard [mailto:Richard.Goulet_at_parexel.com] Sent: Thursday, March 12, 2009 3:36 PM
To: Xu, Roger; oracle-l_at_freelists.org Subject: RE: Why dbms_lock.sleep is not working for non-sys users?  

Connect to database as sys

grant execute on dbms_lock to public  

The standard install scripts don't do the grant.  

Dick Goulet    


From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Xu, Roger Sent: Thursday, March 12, 2009 4:27 PM
To: oracle-l_at_freelists.org
Subject: Why dbms_lock.sleep is not working for non-sys users?

SQL> exec dbms_lock.sleep(10);  

PL/SQL procedure successfully completed.  

SQL> show user

USER is "SYS"

SQL> connect tsuser

Enter password:

Connected.

SQL> exec dbms_lock.sleep(10);

BEGIN dbms_lock.sleep(10); END;  

      *

ERROR at line 1:

ORA-06550: line 1, column 7:

PLS-00201: identifier 'DBMS_LOCK' must be declared

ORA-06550: line 1, column 7:

PL/SQL: Statement ignored    

SQL>   Thanks  

Click here <http://www.drpeppersnapplegroup.com/about/corporate> to learn more about Dr Pepper Snapple Group's commitment to corporate social responsibility.

Please be conscious of the environment and print this email only if absolutely necessary.

This e-mail (including any attachments) is confidential and may contain privileged information of Dr Pepper Snapple Group, Inc. and/or its subsidiaries ("Dr Pepper Snapple Group"). If you are not the intended recipient or receive it in error, you may not use, distribute, disclose or copy any of the information contained within it and it may be unlawful to do so. If you are not the intended recipient, please notify us immediately by returning this e-mail to us at mailerror_at_dpsg.com <mailto:mailerror_at_dpsg.com> and destroy all copies. Any views expressed by individuals within this e-mail do not necessarily reflect the views of Dr Pepper Snapple Group. This e-mail does not constitute a binding offer, acceptance, amendment, waiver or other agreement, unless the intent that an e-mail will constitute such is clearly stated in the body of the email. Recipients are advised to subject this e-mail and attachments to their own virus checking, in keeping with good computing practice. Please note that e-mail received by Dr Pepper Snapple Group may be monitored in accordance with applicable law.

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Mar 12 2009 - 15:38:10 CDT

Original text of this message