Loading...
 
Skip to main content

Features / Usability


DSN configuration

posts: 32 Greece

Is it possible to connect to an ORACLE database using DSN? What must be the DSN string?


Spyk

posts: 2881 United Kingdom

Hi

Probably using an ODBC connection, A quick google on DSN Oracle PHP gave me some interesting results.

Damian

posts: 32 Greece

Maybe, I don't express, very clearly, in English what I want to say.

I would like to know how we form the DSN string in SQL Plugin in the case of an Oracle Database.

Because the example in the previous Wiki page is about MySQL.

Spyros
UserPagespyk


posts: 32 Greece

Maybe, I don't express, very clearly, in English what I want to say.

I would like to know how we form the DSN string in SQL Plugin in the case of an Oracle Database.

Because the example in the previous Wiki page is about MySQL.

Spyros
UserPagespyk


posts: 1001 Canada

Hi spyk, for the the SQL plugin itself, the string is simple, like {SQL(db=>oracle)} assuming you named your DSN "oracle". The real question would be how you create your DSN. Did you try with the info in AdminDSN? What's not working?
I hope that helps, if not you can try asking on the IRC channel.