Connecting to remote Oracle DB
Given an IP address, what is the procedure for contacting a DB at that address.
We have a DB instance runningn here, and so can contact it easily using SQL Plus. But now we want to try to put data into a table in a DB running on another facilityâs network. They have given us the IP address, and have verified that we are using Advanced Security Option (ASO). They have told us the structure, and so on.
What is the procedure for putting data into that table, and retrieving those data to verify the feasibility of using their DB?
They have told us:
Our external IP will be 199.nn.nnn.nn1 (the nâs are real #s)
Connection will be required to use ASO/SSL encryption on TCP:9000
How do I utilize this info?
|