환경 :서버1-리눅스, php5, oracle 9 (클라이언트로사용)
서버2-솔라리스,oracle 8.1.7.0 버젼(디비서버)
php에서 오라클디비서버를 연동할려고 합니다.
php에서 oci함수를 사용해서 디비서버와 연결은 되는데요..
select 할때 결과값이 문자인경우는 에러가 납니다.
에러내용 :Warning: ociexecute() [function.ociexecute]: OCIStmtExecute: ORA-03120: two-task conversion routine: integer overflow
소스는
<?
include "connect.php";
$query = "select BAN from test_memo where ban in ('test')";