Configure a new oracle instance using PLSql

Source: Internet
Author: User

Open the oracle installation directory and find the tnsnames file. ora file, usually in the path D: \ oracle \ product \ 10.2.0 \ db_1 \ network \ admin (oracle 10g) oracle11g also creates the following configuration in a directory similar to netword \ admin: You can copy and modify the configuration by default. ORCL = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = E1KO2ZD950PMTFH) (PORT = 1521) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl ))) description of parameters for www.2cto.com: HOST = oracle Server HOST Name or IP address Port = Port number SERVICE_NAME = oracle Instance name (Database Name) or SID = Instance name and the following are the parameters: BSY2-PWC-IP50 = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.30.50) (PORT = 1521) (CONNECT_DATA = (SID = orcl ))) PLSQL login is display name: BSY2-PWC-IP50 address is: 192.168.30.50 port: 1521 link SID: ord

Author's code

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.