ORACLE 11GR2 is configured with a domain during installation and will be deleted later. oracle11gr2

Source: Internet
Author: User

ORACLE 11GR2 is configured with a domain during installation and will be deleted later. oracle11gr2

Because a security platform is used. Does this platform not support services in oracle? "." This is because oracle was installed and entered into the domain. We thought it was to modify the service name. There are more than a hundred thousand, and the last finding is to delete the domain.

Thanks for this article: http://blog.csdn.net/viszl/article/details/7787528

Finally, the problem is solved according to this article.

Sqlplus ***** as sydba -- first confirm show parameter db_name; select * from global_name; -- start to modify update global_name set global_name = 'orcl 'commit; alter system set db_domain = ''scope = spfile; ----- restart database shutdown immediatestartup ---- check whether the modification is successful show parameter db_domain

Related Article

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.