Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to fetch sql/xml via php

wleonardMay 19 2005 — edited Jun 1 2005
Hello,

I'm trying to figure out how to fetch the results of oracle sql to xml query.

here is my query
1 select XMLElement("tree",
2 XMLAttributes(emp_id, emp_name, emp_dept)) as result
3* from emp

PHP
connect to datbase
parse query
fetch

Warning: ocifetch(): OCIFetch: ORA-00932: inconsistent datatypes

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 29 2005
Added on May 19 2005
2 comments
1,112 views