-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data explorer: test pdo_oci for direct connections. #102
Comments
well, tested a bit pdo_oci. download pack - into includes/database/oci modify the settings local to include a connector. not sure the connector was right. $databases['oracledata']['default'] = array( what is im unsure about? well, the port, etc. how i tested? tried to see the connector in the widget provided by schema_reference. |
not successful, postponing. |
the reasons could be many. 1- may need a php native driver -- this was run in solaris, which runs an oracle11g DB and some clients. Im pretty sure it may not have a php-oci driver. i can try testing accessing from a ubuntu instance, installing a client over there. not sure that'd be successful. |
Some more testing. the http://drupal.org/project/oci8 bills itself as a lighter weight module meant for connections to external oracle DBs, in a way, perhaps more synergistic with our goals. the approach, as claim, is to wrap the current connectivities around oci8 commands, to enable such conn. however, it did not work for me. granted, im using 'schema-reference', that may need the actual driver and the abstraction layer in includes/database/oci (or something). what i did: install the oci8 module. create a connector as the previous in settings local. no work. so, create a conector as suggested in the module page /**
variations of this: with/o port and with port. no work yet. |
Would be interested if the DE could talk to Oracle directly.
The text was updated successfully, but these errors were encountered: