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 Mike Lewis 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. Latonya

    Extracting XML data

    Does anyone know the proper syntax for extracting XML data using Impromtu? I can do the following: select distinct extract(xml, 'path/text()').getStringVal() from TABLE_NAME When I add a column of a different type to the same SQL, I receive a -239 error. Example: select distinct Date...
  2. Latonya

    CLOB and Impromptu

    Hi Windjuly, Yes, Impromptu 7 supports Oracle CLOB data type. If you want to extract data from the CLOB, you first need to create a table containing an XMLType column. Then you can insert the the data from your table that contains the CLOB. Step 1: CREATE TABLE TEST_CLOB { ID NUMBER (38)...

Part and Inventory Search

Back
Top