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 Yajra\Oci8\Query\Grammars\OracleGrammar::compileTableExpression does not work with Oracle, it throws this error: *Error Code : 918 Error Message : ORA-00918: column ambiguously defined* ### Code...

need feedback

### Summary of problem or feature request I am trying to run the **php artisan migrate** and I get the following error: **Error Code:** 1086 **Error Message:** ORA-01086: savepoint 'TRANS2'...

need feedback

### Summary of problem or feature request Auth::attemp() returns false every time I test login with right data using oracle db, but postgres there is no problem. ### Code snippet...

question

I am having problem when using Eloquent: Relationships ```      Public function bases ()      {          Return $ this-> belongsToMany ('lotecweb \ Models \ Base', 'userbase', 'idusu', 'idbase');      } ``` Returns the...

### Summary of problem or feature request Relationships are outputting stranger SQL, just does not work. Why it's writting **IS NULL** and **IS NOT NULL** over the query? ### Code...

Hi: What's a good way to test whether the database is available? For example, suppose that the network between the webserver and the database server is down or the database...

question

if in the database was declared a field of type char of 10 positions is correct return of a string of 10 positions? Example: ``` "name": "xx " //length (10)...

question

### Summary of problem Hi Yajra! I have a project in mind that can be easily achieved with **Laravel** but the data source comes from an **external Oracle DB server**...

question
need feedback

### Summary of problem or feature request ### Code snippet of problem ### System details - Operating System - PHP Version - Laravel Version - Laravel-OCI8 Version

question

Anyone know to manually close the connection using oci_close() function ? becase it seems like my production server oracle connection pool is full with the idle connection **Thanks !**

question