| |
You are here: Experts > Computing/Technology > Oracle > Oracle > oracle
Expert: Binosh Mullassery-Padman - 11/5/2009
Question Respected Sir/Mam
I am using oracle10gXe but I am not able to see the my database name.
Is there any table which store the NAME OF all database
running on my computer
thanks in advance
Answer Hi San,
How are you doing? If you want to see all the users in your database, then run the following command,
SELECT * FROM all_users;
Or if you want to know the database name and its connect string and when it is created and the OS the DB resides in etc etc...run the following sql
SELECT * FROM V$DATABASE;
Hope this helps
Add to this Answer Ask a Question
|
|