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

### Summary of problem or feature request first php artisan db:seed give out this error ### Code snippet of problem `` In Connection.php line 664: Error Code : 1 Error...

question

### Summary of problem or feature request i have installed fresh new laravel 7 and yajra /laravel-oci8, when i run migrate command i get this error ; ### Code snippet...

question
config-error
stale

### Summary of problem or feature request How do I connect to Oracle database using SYS AS SYSDBA username in config/database.php file ### Code snippet of problem as I tried...

question
stale

### Summary of problem or feature request using eager loading for a related model I hit the exception for `ROWID output is not yet supported.` - there is also no...

stale

### Summary of problem or feature request When using this code: `$nextId = \DB::table('table')->insertGetId([]);` I get the following exception: ``` [2020-03-04 17:11:26] local.ERROR: Undefined index: object {"exception":"[object] [2020-03-04 17:25:34] local.ERROR:...

bug

I am using Laravel 7.x query builder to perform an insert statement, however, the Oracle database trigger automatically creates a sequence number. I want to do two things: 1. get...

bug

- Fix #542. - Make `ORA_MAX_NAME_LEN` configurable via env. ## TODO 1. Fix tests. 2. Fetch ORA_MAX_NAME_LEN from config instead of env.

enhancement
need help

### **How to call Oracle stored procedure with object type as output parameter?** (_PLS-00306: wrong number or types of arguments in call_) Hello, I am trying to call a stored...

question
need help
stale

![image](https://user-images.githubusercontent.com/24598521/94640508-29742a80-0309-11eb-9c62-6d79eeac3780.png) I using auth::attempt() with yajra but return false. Help me please

question
stale

### Summary of problem or feature request In Oracle 12.2 or higher the name length of indexes increased from 30 to 128 bytes. However migrations will still cut off index...

enhancement