I am trying to connect my application with the oracleDB i got provided.
So i have got a TNS entry of the database. Something like this:
Code: Select all
myname =
(DESCRIPTION=
(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=xxxxx.com)(PORT=1530)))
(CONNECT_DATA=(SERVICE_NAME=dbname))
)
Code: Select all
jdbc:oracle:[email protected]//xxx-x.xxxxxx.com:1530/myname
I never worked with Oracle Database before, so i have no idea. I tried some reserach but only found informations about
Code: Select all
oci_connect
Can u help me to build the connection please.
Thank you mates!