We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931f811 commit 4860011Copy full SHA for 4860011
examples/runtime/oci.php
@@ -1,7 +1,7 @@
1
<?php
2
function test()
3
{
4
- $tsn = 'oci:dbname=127.0.0.1:1521/xe;charset=AL32UTF8';
+ $tsn = 'oci:dbname=127.0.0.1:1521/freepdb1;charset=AL32UTF8';
5
$username = "";
6
$password = "";
7
try {
scripts/docker-compose.yml
@@ -39,7 +39,7 @@ services:
39
POSTGRES_DB: test
40
POSTGRES_PASSWORD: root
41
oracle:
42
- image: gvenzl/oracle-xe:slim
+ image: gvenzl/oracle-free:slim
43
container_name: "oracle"
44
environment:
45
ORACLE_PASSWORD: oracle
0 commit comments