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

Thread: ORA-01919: role 'XDBADMIN' does not exist

  1. #1
    Join Date
    Jan 2006
    Posts
    3

    ORA-01919: role 'XDBADMIN' does not exist

    Hi,

    I have used the following code for creating user and granting role to that user. But i am

    getting error while granting role as
    ORA-01919: role 'XDBADMIN' does not exist!!..
    Please let me know where i went wrong...
    I am using Oracle9i for this, my OS is windowXP.

    create user xDemo identified by demo
    default tablespace users
    temporary tablespace temp
    quota unlimited on users;

    grant create session,
    alter session,
    create table,
    create trigger,
    create type,
    create any directory,
    drop any directory,
    xdbadmin
    to xDemo;

    thanks,

    Srinath N

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    do you have the xdb intsalled?

  3. #3
    Join Date
    Jan 2006
    Posts
    3
    nop, how do i install xdb. where do i get it?

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334

  5. #5
    Join Date
    Jan 2006
    Posts
    3
    ThanQ I got it. I am using Oracle9i release 1 which does't support XML DB. I've installed 10g then it worked and i think it also work for oracle9i release 2.

    Srinath N.

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