Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
2 votes
1 answer
92 views

PHP Version 7.4.33 I am trying to use Eloquent outside of Laravel and it is throwing the error "Unsupported driver [oracle]" Apparently there is still some connection that needs to be made ...
1 vote
0 answers
73 views

I would like to record API calls using an autonomous transaction so that it cannot be rolled back. There is a call made once a day that has a huge return value. When I try to record that, I get a &...
0 votes
0 answers
101 views

Illuminate\Contracts\Container\BindingResolutionException Target class [auth] does not exist. at vendor\laravel\framework\src\Illuminate\Container\Container.php:940 936▕ 937▕ ...
0 votes
0 answers
1k views

I am Trying to establish connection between a laravel app and Oracle DB. I have installed Instant client for Laravel and oci8. I have also updated the oracle path in zshrc to point to oracle files. ...
2 votes
1 answer
174 views

I have a server with Ubuntu 22.04 that has multiple versions of PHP installed using ondrej:ppa. I need to add oci8 extension to all supported versions. This is the procedure that I have been using: ...
0 votes
1 answer
93 views

I'm trying to implement a find by criteria method with OCI8 in PHP, where if the object has a parameter set, it should query all records, where the given parameters are like the ones in the record. ...
david's user avatar
  • 192
1 vote
3 answers
726 views

I tried to generate sql schema using php .\bin\console make:migration in symfony. But I got this error Warning: PHP Startup: Unable to load dynamic library 'oci8_19' (tried: C:/laragon/bin/php/php-8.2....
0 votes
1 answer
256 views

While installing oci-8 for my Ubuntu system (22.04 lts). I have tried installing libdev library and some other libraries but issue remains same. It says that it can find the instaclient in the given ...
0 votes
1 answer
248 views

I'm trying to get data from oracle pl/sql function, that return REF cursor. I wrote test function, just to check it. I'm using fresh Oracle 19g, and WAMP in windows, with Oracle Driver. Function code: ...
0 votes
0 answers
201 views

I have a vanilla PHP Docker container with Oracle Instant Client installed, and the oci8 extension installed and added to the php ini. I have a pretty bland php script to test the oci_connect method: $...
1 vote
1 answer
200 views

I downloaded and installed Oracle InstantClient from https://www.oracle.com/database/technologies/instant-client/macos-intel-x86-downloads.html, and installed it via the Instructions for OS X Monterey....
dbcn's user avatar
  • 248
2 votes
1 answer
355 views

I've got a coworkers system that will connect to oracle from php using the TNSNAME, but not with an easy connect string. The same easy connect string works from my system that is setup the same (...
Kmus's user avatar
  • 53
0 votes
1 answer
1k views

Is there someone knowledgeable about docker around? I'm basically trying to install the oci8 extension inside a docker image (based on ubuntu) and failing at the last step. I've managed to compile the ...
IGP's user avatar
  • 16.4k
0 votes
1 answer
92 views

Modeling the situation: The user enters his login and password in the form on the auth.php page, the data is sent, new ConnectToDB($user,$password) happens, he is authorized and redirected to the ...
Anreyz's user avatar
  • 1
-1 votes
1 answer
1k views

I tried a lot of thing on internet but didn't worked, and i follow this steps on oracle linux documentation: client documentation php oci documentation commands with the follow erro: sudo dnf install ...

15 30 50 per page
1
2 3 4 5
...
26

AltStyle によって変換されたページ (->オリジナル) /