Hi and thanks for checking out my post.
My problem is connecting to a remote oracle database from my unix machine. The remote database is on the network and I typicaly connect to it using an alias, username and password.
In the past I have connected to the database using sqldeveloper. The connection type is TNS and the network alias is abc123(for example)I also supply my username and password.
I have also connected to the database using vb.net over the network with no problem by simply providing the same network alias (abc123), password and username.
I have been banging my head against the wall trying to make this connection in a shell script for three days. If anyone could point me in the right direction I would certainly appreciate it.
My problem is connecting to a remote oracle database from my unix machine. The remote database is on the network and I typicaly connect to it using an alias, username and password.
In the past I have connected to the database using sqldeveloper. The connection type is TNS and the network alias is abc123(for example)I also supply my username and password.
I have also connected to the database using vb.net over the network with no problem by simply providing the same network alias (abc123), password and username.
I have been banging my head against the wall trying to make this connection in a shell script for three days. If anyone could point me in the right direction I would certainly appreciate it.
Comment