Change global_name from DB
The global name is set to xxx.yyy
I want to change to global name to aaa without any domain (e.g. not to aaa.yyy, aaa.world, etc.)
alter database rename global_name to "aaa";
still keeps the domain name.
(It is a stand alone DB without DB Links or connections from other DBs so the change is ok)
DB Version Oracle 10g
Message was edited by:
TanteKaethe