Job Seekers   Employers
dbapool: Authors | Submissions | Contact Us
   Forgot password? | Sign up
  Home   Discussion Forum   Articles   Interview Questions   FAQs   Scripts   Rewards   Analyzer   White Papers   Blog   Certification   Downloads   Tools
 

Topic: Database Administration >> Question about create procedure

Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property. You may review the entire Oracle Certification Program Candidate Agreement online Here.



  


 Title: Question about create procedure
 Virusminus  Posted: Apr 15, 2008 08:59:50 AM

 Total Post: 14
 Joined: Jan, 2008






 Hi Friends, I wanted to know if I have the create procedure privilige will I automatically get the privilige of replace also or do I need to be given that privilige separately??

 Mohammed Taj
Posted: Apr 15, 2008 10:53:35 AM  

 Total Post: 746
 Joined: Jul, 2007






 
Anyone stop you to check this?
there is no "create procedure or replace" privilege for database.
lets check...


SQL> conn / as sysdba
Connected.
SQL> grant create procedure, create session to test identified by test;

Grant succeeded.

SQL> conn test/test
Connected.
SQL> create procedure TEST
2 is
3 begin
4 null;
5 end;
6 /

Procedure created.

SQL> create or replace procedure test
2 is
3 begin
4 null;
5 end;
6 /

Procedure created.

 Virusminus
Posted: Apr 15, 2008 11:24:29 AM  

 Total Post: 14
 Joined: Jan, 2008






 
Thanks a lot Taj. This info is a lot helpful.

 Time Zone: EDT

  




Forum Rules & Description


Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user




 








Get FREE Magazines

Top 10 Forum User

  Murtuja Khokhar857
  Mohammed Taj746
  positive fanatic483
  Jayanta Sur479
  Vigyan Kaushik386
  Gopu Gopi333
  Gitesh Trivedi322
  Vinoth Kumar264
  neeraj sharma258
  Ramesh Jois246






oracle Mag



  About Us Advertise Terms of Use Privacy Newsletters Contact Us    

Home   Discussion Forum   FAQs  Articles  Jobs   Newsletters  Directory  Downloads 

Our Premium Sponsor
Confio Software