Drupacle
29 sites
Security covered
Drupacle allows Drupal sites to connect to Oracle databases. It generates a code snippet based on your Oracle connection details, enabling you to communicate with the database using PHP's OCI8 functions. This lets developers interact with multiple Oracle databases from their Drupal site.
Oracle Database Connection Tool for Drupal
Developed by RAJAT TRIPATHI
The Drupacle module automatically generates a short-code of "oracle database object" by providing connection details to connect to oracle database. This database object used to communicate with oracle database by using PHP's OCI8 functions (http://www.php.net/manual/en/book.oci8.php)
Developers can communicate with multiple oracle databases.
- Step1 - Install and enable oracle oci driver in the server. (Reference link)
- Step2 - Create a drupacle connection (/admin/drupacle/connections).
- Step3 - Copy and use the short code in your file.