Spec
-Windows7 64 bit
-ใช้เว็บ Server ** XAMPP
-PHP 7 32 bit
-Oracle Database Express 11 Release 2 Version Windows 64 bit
-Instant Client for Microsoft Windows (x64) Version 12.2
ใช้งานได้ปกติ สามารถ Connect ได้ ผ่าน SQL Developer
PHP info ก็ปกติ
Code (PHP)
$conn=oci_connect("system","password","xe");
if (!$conn)
echo 'Failed to connect to Oracle';
else
echo 'Succesfully connected with Oracle DB';
มันฟ้อง error
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
บางทีก็ขึ้น Warning: oci_connect(): ORA-12154: TNS:could not resolve the connect identifier specified in