laravel-oci8 icon indicating copy to clipboard operation
laravel-oci8 copied to clipboard

Oracle DB driver for Laravel via OCI8

Results 132 laravel-oci8 issues
Sort by recently updated
recently updated
newest added

hello, I came here after long search ![3](https://user-images.githubusercontent.com/47798916/53054714-9248bf00-34a5-11e9-9fbc-ce4111076522.PNG) in php.ini i removed quotes to both oci8 and oci8_11g ![capture2](https://user-images.githubusercontent.com/47798916/53054814-ec498480-34a5-11e9-91b5-d51d29a1c08e.PNG) in phpinfo() oci8 seems to be enabled ![capture](https://user-images.githubusercontent.com/47798916/53054928-5104df00-34a6-11e9-8d40-78f48804b031.PNG) oci8.dll and oci8_11g.dll...

question

Could not connect to the database. Please check your configuration. error: 'oracle' => [ 'driver' => 'oracle', 'tns' => env('DB_TNS', ''), 'host' => env('DB_HOST', '192.168.01.44'), 'port' => env('DB_PORT', '1521'), 'database'...

### Summary of problem or feature request It would be ideal either to modify the `hasTable()` method to include views (i.e., union between `all_tables` and `all_views`), or at the very...

for review

### Summary of problem or feature request When querying oracle database views some numeric value columns return wrong values . when I change same view to materialized view then problem...

question

### Summary of problem or feature request Error Code : 1400 Error Message : ORA-01400: cannot insert NULL into ("username"."table"."key") Position : 0 Statement : insert into "USERS" ("NAME", "EMAIL",...

question
need feedback

I have the 'Pedido' model that is in an oracle database, and the 'PedidoTeste' model that is in a mysql database. 'PedidoTeste' has 2000 records belonging to 'Pedido', when I...

need feedback

I just need oci8 driver running well while I use Eloquent ORM

question

### Error in update Eloquent more than 1 blob Error when update more than 1 blob.The table has two blob columns. I found error on Yajra\Oci8\Query\Grammars\OracleGrammar line 378 to 382...

need feedback

### Summary of problem or feature request I am trying to run an oracle function and get the result like in the documentation example here (via PDO): https://yajrabox.com/docs/laravel-oci8/master/function ### Code...

for review

displays the following error **"Call to undefined method Illuminate \ Database \ MySqlConnection :: executeProcedure ()"** please help me solve it

question