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

Thread: dba_users view

  1. #1
    Join Date
    Apr 2006
    Posts
    24

    dba_users view

    Hi
    I am getting an error when I tried this---->
    SQL> desc dba_users;
    ERROR:
    ORA-04043: object dba_users does not exist


    SQL> select username from dba_users;
    select username from dba_users
    *
    ERROR at line 1:
    ORA-00942: table or view does not exist

    It used to work fine before. Any help would be appreciated to resolve this.

    Thanks in advance.

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    Maybe someone has come to their senses and taken away access ... DBA_USERS is a dangerous view to be giving permission on.
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

  3. #3
    Join Date
    Mar 2006
    Location
    Charlotte, NC
    Posts
    865
    have you connected with SYS user ? or any other user who has DBA role ?

  4. #4
    Join Date
    Apr 2006
    Posts
    24
    Thanks vnktummala.
    I have connected as a sys as well as other user with DBA role.
    Thanks in advance.

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