Search found 3 matches

by webstarter7
Wed Dec 14, 2022 8:26 am
Forum: Other Database Engines
Topic: Database Connection PHP to OracleDB
Replies: 4
Views: 726

Re: Database Connection PHP to OracleDB

So i get

Code: Select all

could not find driver
.
Can u help me with the problem?
by webstarter7
Tue Dec 13, 2022 2:14 am
Forum: Other Database Engines
Topic: Database Connection PHP to OracleDB
Replies: 4
Views: 726

Re: Database Connection PHP to OracleDB

i cannot get the connection, dont know whats the problem. I dont get any errors
by webstarter7
Tue Dec 06, 2022 7:48 am
Forum: Other Database Engines
Topic: Database Connection PHP to OracleDB
Replies: 4
Views: 726

Database Connection PHP to OracleDB

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: myname = (DESCRIPTION= (ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=xxxxx.com)(PORT=1530))) (CONNECT_DATA=(SERVICE_NAME=dbname)) ...