DBA Data[Home] [Help]

VIEW: SYS.GLOBAL_NAME

Source

View Text - Preformatted

select value$ from sys.props$ where name = 'GLOBAL_DB_NAME'
View Text - HTML Formatted

SELECT VALUE$
FROM SYS.PROPS$
WHERE NAME = 'GLOBAL_DB_NAME'