Database Administration (MOSC)

MOSC Banner

DB_UNIQUE_NAME

edited Feb 3, 2013 9:17PM in Database Administration (MOSC) 3 commentsAnswered
Hi allI have got a question regarding DB name.
We are querying the DB for its name.
select name from v$database;
Our customer have a different name at db_ unique_name .
Is it save to replace our query to get the db name to :
select db_ unique_name from v$database;
Does db_ unique_name will have value all the time ?
What could be the risk of that change?

Thanks
Eyal

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center