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 Rhinorhino 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: *

  • Users: KL1
  • Content: Threads
  • Order by date
  1. KL1

    Oracle XDK Performance Issues

    I am using the Oracle XDK to generate xml from the database. A straight forward select from 1 table which would pull back 70 records takes 10 mins to run before falling over as it has run out of tablespace in TEMP files. I have run an explain plan on the select and the cost is only 1 and it is...
  2. KL1

    Update of table from .csv file

    I need to update specific columns on a table from data held in a csv file. My understanding is that SQL*Loader cannot do this. Is there any quick and easy way to do it or is the best way to use UTL_FILE functionality. Thanks in advance Karen
  3. KL1

    Validate empty elements against schema

    I have an xml file that will initially contain empty elements. When validating this against the schema it does not validate for the reason ' XSD-2025: (Error) Invalid text '' in element: 'DATE_APPLIC_RECD'. I have tried the elements as <DATE_APPLIC_RECD/> and also...

Part and Inventory Search

Back
Top