Connecting to Ravel Oracle 11g

Asked 2 years ago, Updated 2 years ago, 84 views

After installing Ravel

  • Introducing yajra/larvel-oci8
  • Edit php.ini
    add extension=php_oci8_11g.dll; Use with Oracle 11gR2 Instant Client
  • config\database.php Configuration

After doing the above and performing the migration

InvalidArgumentException
Unsupported driver [oracle]

The connection failed.

conIt was caused by a omission in config/app.php.
After doing the description and re-migration,

Symphony\Component\Debug\Exception\FatalErrorException
Call to undefined function Yajra\Pdo\oci_connect()

The connection failed.

Does anyone know what it is?
Thank you for your cooperation.

laravel laravel-5

2022-09-30 11:37

1 Answers

Call to undefined function Yajra\Pdo\oci_connect()

larvel-oci8 repository reports many similar errors, but in short, php_oci8_11g.dll is not loading correctly.Specifically,

and so on.


2022-09-30 11:37

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.