InterviewSolution
Saved Bookmarks
| 1. |
How To Find Out The Database Name From Sql*plus Command Prompt? |
|
Answer» SELECT * from global_name; This will GIVE the DATABASE name which u r currently connected to. Select * from global_name; This will give the database name which u r currently connected to. |
|