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

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Stored Procedure Permissions Problem

Re: Oracle Stored Procedure Permissions Problem

From: Dave <x_at_x.com>
Date: Sat, 30 Apr 2005 23:49:30 GMT
Message-ID: <eQUce.22608$G8.14710@text.news.blueyonder.co.uk>

"Guy Noir" <ahackney_at_gmail.com> wrote in message news:1114904311.521795.222300_at_z14g2000cwz.googlegroups.com...
> Hello all. I am new to Oracle stored procedures. I have an Oracle
> account on the university server. I can create and drop tables all day
> long, but I cannot seem to create any kind of stored procedure. I have
> tried very simple select procedures, etc and always get:
>
> ERROR at line 1:
> ORA-01031: insufficient privileges
>
>
> I'm working on a semester project and I have to create stored
> procedures as a result. Any ideas? Do I truely have insufficent privs?
>
> I have tried the "set role none;" and the commands I was attempting in
> the procedure, as suggested in many other posts, which worked fine.
>
> I'm using SQL*PLUS...is there a way I can tell what privs I have been
> given?
> Advice?
> Thanks Much
> -Aaron
>

you need the create procedure privelege Received on Sat Apr 30 2005 - 18:49:30 CDT

Original text of this message

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