• Hello Support, I need assistance on how to connect WordPress to Oracle Database. I have some forms that are launching in this site the should interact with the Oracle database instead of MySQL database. Currently, the forms are submitting to MySQLi and I wish to connect to the oracle database in our environment. I have already created the tables in Oracle and now wondering if there is a way to create this connection between wordpress and Oracle Sample form link : https://projects.softechplanet.com/zescoeforms/ppe/

    Kindly assist if anyone has done this before.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    WordPress works with MySQL and Maria. There’s no support for Oracle databases.

    Thread Starter pmudenda

    (@pmudenda)

    Thank you for the response I appreciate it. Is the and intermediate you can use to interpret or assist with the connection?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    As I said, it’s not supported. Is it possible? Perhaps. https://www.google.com/search?q=use+wordpress+and+oracle+database

    Good luck.

    Dion

    (@diondesigns)

    If all you need is access to an Oracle Database, that can be done in WP plugins and themes via functions in the PHP oci8 extension. What you cannot do is use an Oracle database for WordPress itself.

    The PHP oci8 extension is not part of PHP by default. You must install it from the PECL repository.

    https://pecl.php.net/package/oci8

    Thread Starter pmudenda

    (@pmudenda)

    @diondesigns I have actually oci8 configured already in wamp. I was struggling where to do the connection inside WordPress. Your response gives so much hope you mentioned wp plugin would you know specifically why plugin i can use?

    Dion

    (@diondesigns)

    I would be surprised if there were any plugins that do what you want; you’ll probably need to write the code yourself. Your choices are to write a custom plugin or to add the code to your theme’s functions.php file. The plugin route is much better because code in a theme’s functions.php file will probably be deleted the next time your theme is updated.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘OCI8_12c’ is closed to new replies.