OCIExecute

(PHP 3>= 3.0.4, PHP 4 )

OCIExecute -- SQL 구문(Statement)을 수행한다.

Description

int OCIExecute ( int statement [, int mode])

OCIExecute()함수는 미리 해석된 구문(statement)을 실행한다. (OCIParse()함수를 보라.) 선택적인 인수 mode에 execution-mode(디폴트는 OCI_COMMIT_ON_SUCCESS)를 지정할 수 있다. 각 구문이 자동적으로 커밋(commit)되지 않기를 원하면 OCI_DEFAULT로 설정하면 된다.