Lesson 11 | Connecting from a client |
Objective | Connect to an instance from a client PC. |
Connecting from client in Oracle
Assuming that everything has worked for you so far, you are now ready to connect to your database from your client PC.
If you are doing all this on one machine the process is exactly the same. Up until now, you have always used the
following, simple form of the CONNECT
command to connect to a database from the same machine:
CONNECT INTERNAL
Now for a trip down memory lane.The Oracle Server Manager has been deprecated since Oracle 9i.
Run the same commands listed below using SQL* Plus or SQL Developer.
Connect PC to Database
Connect Oracle Net Service - Exercise
[1]service: NT.A service under Windows NT is software that runs in the background, independently of any logged on user.
A Oracle Net service is a usually a database instance, but could be some other software, that is accessible via Oracle Network Services.