laravel-oci8
laravel-oci8 copied to clipboard
Oracle DB driver for Laravel via OCI8
### 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...
### 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...
### 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...
### 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...
### 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:...
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...
- 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.
### **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...
 I using auth::attempt() with yajra but return false. Help me please
### 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...