Skip to content

Commit

Permalink
Upgrade to Oracle Database Free (#5378)
Browse files Browse the repository at this point in the history
* Upgrade to Oracle Database Free

* Upgrade to Oracle Database Free
  • Loading branch information
gvenzl authored Jun 26, 2024
1 parent 931f811 commit 4860011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/runtime/oci.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
function test()
{
$tsn = 'oci:dbname=127.0.0.1:1521/xe;charset=AL32UTF8';
$tsn = 'oci:dbname=127.0.0.1:1521/freepdb1;charset=AL32UTF8';
$username = "";
$password = "";
try {
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
POSTGRES_DB: test
POSTGRES_PASSWORD: root
oracle:
image: gvenzl/oracle-xe:slim
image: gvenzl/oracle-free:slim
container_name: "oracle"
environment:
ORACLE_PASSWORD: oracle
Expand Down

0 comments on commit 4860011

Please sign in to comment.