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

    SQL Loader

    There's a big clue in the Oracle Documentation for SQL*Loader that states : "A key point when using multiple INTO TABLE statements is that field scanning continues from where it left off when a new INTO TABLE statement is processed." That is, the second INTO TABLE will NOT start...
  2. massonek

    How can I tell if a recordset is locked before the user tries to save?

    This can be a frustrating issue, but here's some info that might help.<br><br>Every time a user locks a table for DML ( insert, update, delete ) an entry will appear in v$lock.&nbsp;&nbsp;This view contains a column called id1, which is the object id of that table.&nbsp;&nbsp;As soon as the user...
  3. massonek

    Oracle SQL - ORA-00936: missing expression (HELP)

    The query syntax is incorrect.&nbsp;&nbsp;Does this give the result you want?<br><br><FONT...

Part and Inventory Search

Back
Top