hechoendrupal / drupal-console

The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.
http://drupalconsole.com
GNU General Public License v2.0
939 stars 559 forks source link

Oracle Database support #4001

Open jaydee18 opened 5 years ago

jaydee18 commented 5 years ago

console

I'm using this module: https://www.drupal.org/project/oracle

My project requires me to use Drupal 8 with an Oracle db

Follow these instructions to install and connect to an Oracle DB: https://www.drupal.org/docs/8/modules/oracle-driver

Drupal Console commands don't work. I assume Oracle DB isn't supported. Can it be? There is support in Drush (thought the SqlOracle.php file needed to be altered).

Beakerboy commented 4 years ago

I know this is a year old, but drush does not work with MS SQL Server. The drush team has a lot of customized code to get Oracle to install. Console DOES install SQL Server just fine, because it must lean more on the Drupal DBAL. If oracle does not install with console, there may be an issue with the contrib driver that drush was able to overcome.

HebaAbuRizeq commented 3 years ago

console

I'm using this module: https://www.drupal.org/project/oracle

My project requires me to use Drupal 8 with an Oracle db

Follow these instructions to install and connect to an Oracle DB: https://www.drupal.org/docs/8/modules/oracle-driver

Drupal Console commands don't work. I assume Oracle DB isn't supported. Can it be? There is support in Drush (thought the SqlOracle.php file needed to be altered).

are you solved you problem?