You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Error: Failed to generate XML Schema Definition for the SQL query

edited Jun 28, 2017 7:00AM in Integration

Summary

Error: Failed to generate XML Schema Definition for the SQL query

Content

I get the following error while using Oracle Database Connection inside Integration: Failed to generate XML Schema Definition for the SQL query. Please check the SQL Query entered. Refer Oracle documentation for further information. Query has 2 parameters:

select * from (select row_number() over (order by username) rnum, a.* from sch.accounts a) where rnum between #start and #end order by rnum

but this one is working fine:

select * from (select row_number() over (order by username) rnum, a.* from sch.accounts a) where rnum >= #start and rnum < #end order by rnum

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!