DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: How to Grant ALTER command to Role

Hybrid View

  1. #1
    Join Date
    Nov 2000
    Posts
    198

    How to Grant ALTER command to Role

    Hi,
    I am trying to add ALTER SEQUENCE TO ROLE DEV_RL but I keep getting
    this weird message.
    --------------------------------------------
    SQL> CREATE ROLE DEV_RL;

    Role created.

    SQL> GRANT ALTER SEQUENCE TO DEV_RL;
    GRANT ALTER SEQUENCE TO DEV_RL
    *
    ERROR at line 1:
    ORA-00990: missing or invalid privilege
    ----------------------------------------------

    I am runing oracle 8i(8.1.6) and I have DBA role.

    Any Idea !!!

    Thanks,



    SQL>

  2. #2
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    GRANT ALTER ANY SEQUENCE TO dev_rl;
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

  3. #3
    Join Date
    Nov 2000
    Posts
    198
    Thanks alot..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width