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

Home -> Community -> Usenet -> c.d.o.misc -> Re: [Q] Can I create a sequence in PL/SQL?

Re: [Q] Can I create a sequence in PL/SQL?

From: Matthias Gresz <GreMa_at_t-online.de>
Date: 14 Sep 1998 11:16:23 GMT
Message-ID: <6titu7$bas$1@news01.btx.dtag.de>


Hi,

the rights have to be granted to the user directly not via a role. All roles all turned off dureing execution of an SP.

Chris Muir schrieb:
>
> Howdy.
>
> I'm currently trying to write a PL/SQL package that resets sequence
> numbers in Oracle8. To do this I have to read the sequences
> parameters, drop the sequence, and then recreate it with the original
> parameters.
>
> Currently my package works fine right up to the bit where I attempt to
> recreate the sequence. An exception is raised with sqlerrm reporting
> 'ORA-01031: insufficient privileges'.
>
> What is odd here is that the user does have privileges to create
> sequences. The user can create the sequence with the exactly same
> parameters in SQL*Plus.
>
> Any suggestions on what I'm doing wrong?
>
> Thanks in advance,
>
> Chris Muir
> Cmuir_at_mitswa.com.au.no.spam
>
> If you wish to contact me just remove the '.no.spam' from the email
> address above.

--

Regards

Matthias Gresz :-)

--
Matthias.Gresz_at_Privat.Post.DE

          /|
         / |        
        /| |\
       /||  |\
      / O    |\         
     |        |\ Galopping Horse beats Running Man.
    /          |\
   /      /     |\
  /    __/|      |\
  \°   /  |       |\
   \/_/   |        |\


Received on Mon Sep 14 1998 - 06:16:23 CDT

Original text of this message

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