Skip to content

Commit 4860011

Browse files
authored
Upgrade to Oracle Database Free (#5378)
* Upgrade to Oracle Database Free * Upgrade to Oracle Database Free
1 parent 931f811 commit 4860011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/runtime/oci.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
function test()
33
{
4-
$tsn = 'oci:dbname=127.0.0.1:1521/xe;charset=AL32UTF8';
4+
$tsn = 'oci:dbname=127.0.0.1:1521/freepdb1;charset=AL32UTF8';
55
$username = "";
66
$password = "";
77
try {

scripts/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
POSTGRES_DB: test
4040
POSTGRES_PASSWORD: root
4141
oracle:
42-
image: gvenzl/oracle-xe:slim
42+
image: gvenzl/oracle-free:slim
4343
container_name: "oracle"
4444
environment:
4545
ORACLE_PASSWORD: oracle

0 commit comments

Comments
 (0)