laravel-oci8
laravel-oci8 copied to clipboard
Oracle DB driver for Laravel via OCI8
### Summary of problem or feature request Actually, this is not a problem. I need some suggestions. I am going to live an application where around 1000 concurrent users. I...
Add phpstan static analysis
### Summary of problem or feature request I am trying to use a secondary connection with the oracle connection and receiving an error when trying to connect to the database....
hi, is it possible to install the latest version of oci8 with php 8.1? and if it is not possible, when will the version for php 8.1 be ready? br...
I'm using https://github.com/TheDoctor0/laravel-factory-generator for Factory creation, but seem that is not compatible with laravel-oci8, when i run the command for creating the factory I receive below error: Argument 1 passed...
### Connection timeout When we are creating db connection we need to use connection timeout as described here: https://www.php.net/manual/en/function.oci-connect.php#refsect1-function.oci-connect-parameters, oci_connect's connection_string is capable of handling timeout parameter if passed like...
### Summary of problem or feature request ### Code snippet of problem ### System details oracle autonomous linux 7.9 oracle instant client 21.x oracle autonomous database 19c - Operating System...
### Summary of problem or feature request I am using laravel-oci8 to connect my laravel app to a 12c oracle db. my app is working fine but in my log...
### Summary of problem or feature request I'm try to insert a blob in a table, the table has all columns as VARCHAR and it uses 2 composite keys which...
### Summary of problem or feature request in my controller, i need to call 2 DB from different schema. for example schema deposit and schema majlis. $user = GePrUser::where('username', $id)->first();//from...