Skip to content

Commit e964d0e

Browse files
authored
Upgrade to Oracle Database Free
1 parent d32b7c4 commit e964d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 {

0 commit comments

Comments
 (0)