Thursday, October 8, 2009

Checking the existence of a user in oracle database

For checking the existence of a user in oracle database the following query can be used.

SELECT * FROM ALL_USERS

  
 OR

SELECT * FROM DBA_USERS

No comments:

Powered By Blogger