Problem with TNS #687
Unanswered
ilyosjon09
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
-
Where i put database key? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I installed the package as per guidelines. I am trying to database using TNS string. Thus I changed config accordingly by showing
tns
key only.How ever when try to test it throws Undefined index: database.
I tried to connect with oci extension in a custom PHP script and it worked. But I cannot connect using this package. Please help.
FYI:
I am setting
tns
to something like(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=myhost)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=servicename)(SERVER=DEDICATED)))
Beta Was this translation helpful? Give feedback.
All reactions