InterviewSolution
Saved Bookmarks
| 1. |
Name of the database is displayed in |
|
Answer» ong>Answer: The easiest way of finding the database NAME is: select * from global_name; This view is granted to PUBLIC, so ANYBODY can query it. Here first one "ORCL" is database name,may be your system "XE" and other what was given on oracle DOWNLOADING time. |
|