Open ialarmedalien opened 9 years ago
The problem on my side will be not having an Oracle system to test with. Probably @bigpresh have that option?
If you're on Linux or Windows, you can get the Express Edition (small version for developers) for free:
Attempting to connect to an Oracle DB using
database
fails with the messageUsing the same config params to manually create the DB handle works correctly, though, so the following code will create a DB handle after emitting the warning above.
ORA-12154
refers to an error where a config file is either unreachable, incorrectly specified, or has some other similar error. More details:Given that manual creation works, the various environment params must be set correctly, so it must be something in the DBH creation that is going wrong.
The plugin works fine when used with an SQLite db, so it's an Oracle-specific issue. I'm connecting to an Oracle 11g db, if that is helpful.
Thanks!