Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tomblanchard

    function returns results wrapped with breaking space.

    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...
  2. tomblanchard

    function problem

    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...
  3. tomblanchard

    problem with oracle replacing " with "

    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...

Part and Inventory Search

Back
Top