Search found 2 matches
- Sun Feb 16, 2003 10:37 pm
- Forum: Databases
- Topic: php can not select Chinese font from ORACLE Server?
- Replies: 1
- Views: 582
php can not select Chinese font from ORACLE Server?
When select * from test,web page can show chinese font. When select * from test where name="公司", the web page show nothing. I am sure that there "公司" record in name filed. putenv("ORACLE_SID=flow.test.com"); putenv("ORACLE_HOME=/u01/oracle/product/9.2.0.1/"); ...
- Sun Feb 16, 2003 10:03 pm
- Forum: Databases
- Topic: ORA-03106 fatal two-task communication protocol error
- Replies: 0
- Views: 461
ORA-03106 fatal two-task communication protocol error
help help! ORA-03106 error when php on linux connect to ORACLE Server. When run OCIexecute($stmt) , web page show Warning: OCIStmtExecute: ORA-03106: fatal two-task communication protocol error in /usr/local/apache/htdocs/test1.php on line 17 putenv("ORACLE_SID=flow.test.com"); putenv(&quo...