Skip to content

Instantly share code, notes, and snippets.

@nosrednakram
Created January 4, 2012 21:06
Show Gist options
  • Save nosrednakram/1562140 to your computer and use it in GitHub Desktop.
Save nosrednakram/1562140 to your computer and use it in GitHub Desktop.
Get Oracle Database/DB Name
-- To get the name of an oracle database
SELECT GLOBAL_NAME FROM GLOBAL_NAME;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment