I am executing a function that returns a dynamically built query, however the results get wrapped with a breaking space. Is there some way that I can stop this?
For instance if my result is supposed to come back as:
SELECT dummy from dual;
It returns:
SELECT dum
my from dual;
With a...
Hi, I am fairly new to oracle.
I have written a function that returns a sql statement that I would like to execute and return the results.
I have another function that I can execute the statement with, I so far have no idea of how to put this together.
This is the one that returns a sql...
I am trying to build a sql statement from a function that will return xml, however oracle replaces my quote with "
Here is a sample of the function:
CREATE OR REPLACE function fnDynSelect(client_id_in IN number,feed_id_in IN number, view_in_name IN varchar2) return varchar2
as
x...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.