Changes to Oracle's Global_names

Source: Internet
Author: User

oracle10g after the installation is complete, the value of Global_name is not only ORCL, but also the domain name, and very long, difficult to remember. So think of ways to change the value of Global_name.

Conn/as SYSDBA

Show parameter global_name;

FALSE;

alter system set global_name=true;

Update Global_name set GLOBAL_NAME=ORCL;

Show parameter global_name;

SELECT * from Global_names;

I now want to change the value of global_names to something else, and more.

alter system set GLOBAL_NAMES=TEST1,TEST2,TEST3;

SELECT * from Global_names;


This article is from the "Common Documents" blog, so be sure to keep this source http://yujianglei.blog.51cto.com/7215578/1561899

Changes to Oracle's Global_names

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.