- Oracle Database XE 11gR2 Jump Start Guide
- Asif Momen
- 266字
- 2021-08-13 18:28:13
Remote database connections
Establishing a connection remotely means running the SQL command-line utility on a different host other than the Oracle Database 11g XE machine and initiating a database connection command using the valid database credentials over the network using a connect
string.
The following screenshot is taken from Oracle Database 11g XE on Windows, and demonstrates establishing a remote database connection to the database:

As discussed earlier, a connect
string defines which database server to connect to, on what port, and using what protocol. In the preceding example, xe
is the name of the connect
string.
Alternatively, we can connect to the database by providing the database host name and port as shown in the following screenshot:

The database hostname name and port information is basically encapsulated in the connect
string.
Using the local sqlplus
utility we can connect to the database via listener; thus, simulating remote client connections. To achieve this, we need to configure the tnsnames.ora
file and make sure that the listener is running.
The remote host initiating database connection should have Oracle Client software installed. It is through this client software that the Oracle command-line utilities connect to the database.
You can download Oracle Database 11g R2 Client software for Windows from http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html. To download the software you have to log in and accept the license agreement.
Tip
Downloading the example code
You can download the example code files for all Packt books you have purchased from your account at http://www.packtpub.com. If you purchased this book elsewhere, you can visit http://www.packtpub.com/support and register to have the files e-mailed directly to you.
- UI圖標創(chuàng)意設計
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- Learn Blockchain Programming with JavaScript
- 自己動手寫搜索引擎
- Python爬蟲開發(fā):從入門到實戰(zhàn)(微課版)
- Visual C
- The DevOps 2.4 Toolkit
- C++ 從入門到項目實踐(超值版)
- Unreal Engine 4 Shaders and Effects Cookbook
- 現(xiàn)代C:概念剖析和編程實踐
- Python Projects for Kids
- Three.js權威指南:在網(wǎng)頁上創(chuàng)建3D圖形和動畫的方法與實踐(原書第4版)
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- 計算機系統(tǒng)解密:從理解計算機到編寫高效代碼
- The Applied Data Science Workshop