DB_UNIQUE_NAME
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
0