$par=oci_parse($this->conn,$sql)
oci_execute($par)
当执行oci_execute()后$par成了什么类型?是资源类型吗?