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!

Recent content by saintSlen

  1. saintSlen

    Performance going down on certain tables

    What differences can you ascertain from your stats pack reports when performance was good compared to now?
  2. saintSlen

    Wich SET command I can use...

    set pagesize 0 set heading off set feedback off spool Script.sql select 'Myname 00001111 Notinwork' from dual; spool off set heading on set feedback on @Script
  3. saintSlen

    snapshot too old, in english

    Can you create a large rollback, alter sessions set transaction or use the create temp table table technique and just query a sub-set of the data; then insert /*+ append */ the rest. rules for insert append and redo: Table Mode Insert Mode ArchiveLog mode result -----------...
  4. saintSlen

    snapshot too old, in english

    I think support note <Note:40689.1> covers this topic very well: ORA-01555 &quot;Snapshot too old&quot; - Detailed Explanation =================================================== Overview ~~~~~~~~ This article will discuss the circumstances under which a query can return the Oracle error...
  5. saintSlen

    Date or Varchar field

    Not quite enough info to definitively determine which is &quot;more efficient&quot;; it really depends on exactly what you are doing and wish to capture. Do you want to include network times from an app server to the db server or are you really looking for pure db transaction times? That said...
  6. saintSlen

    Extents allocation problem

    Cause: An attempt was made to specify a HASH_MULTIBLOCK_IO_COUNT value that is greater than the tablespace's NEXT value. Action: Increase the value of NEXT for the user's temp tablespace. ~L

Part and Inventory Search

Back
Top