webstarter7
New member
Hello, i am new here and new to PHP.
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:
and i got provided an jdbc code, like this:
.
I never worked with Oracle Database before, so i have no idea. I tried some reserach but only found informations about
but i think this is not the right for me.
Can u help me to build the connection please.
Thank you mates!
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:
myname =
(DESCRIPTION=
(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=xxxxx.com)(PORT=1530)))
(CONNECT_DATA=(SERVICE_NAME=dbname))
)
and i got provided an jdbc code, like this:
Code:
jdbc:oracle:thin@//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:
oci_connect
Can u help me to build the connection please.
Thank you mates!