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: DA Morgan <damorgan_at_x.washington.edu>
Date: Sun, 01 May 2005 10:43:32 -0700
Message-ID: <1114969187.727093@yasure>


Guy Noir wrote:

> 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

Find the DBA and ask them to do the following:

GRANT creat procedure TO <your_schema_name>;

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Sun May 01 2005 - 12:43:32 CDT

Original text of this message

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