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: Guy Noir <ahackney_at_gmail.com>
Date: 10 May 2005 10:35:09 -0700
Message-ID: <1115746509.581077.195300@f14g2000cwb.googlegroups.com>


Yes, they asked me to do a project without sufficient permissions.

I coded everything as an anonymous PL block until they got my permissions correct. Once they gave me rights, I converted to procedures and functions. It worked.....imagine that! LOL

Thanks for all of the replies.

-Aaron

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
Received on Tue May 10 2005 - 12:35:09 CDT

Original text of this message

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