PLSQL Developer connects to the external Oracle Server Database

Source: Internet
Author: User

PLSQL Developer connects to the Internet Oracle Server database 1. In the Oracle installation directory, find product \ 11.2.0 \ dbhome_1 \ NETWORK \ ADMIN \ tnsnames. ora file to open tnsnames. add the following content at the end of the ora file: QUEUETEST = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = ip address of the Internet oracle Server) (PORT = 1521) #1521 is the default PORT used by Marshal) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = docDB) # docDB is the name of the Internet oracle service instance, similar to mysql and SQL server databases. ) If the file is modified, the system prompts that the read-only file cannot be saved. You can copy the file and modify it. After modification, copy the file and paste it back to overwrite the original file. 2. Open the PLSQL Developer client, select the newly added database name, and enter the user name and password. PS: the connection is in. You can create an SQL window and enter select * from tab; to check whether all tables in the database can be found.
 

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.