Recent content by Rob van Gelder

  1. R

    Slow Data Retrieval

    Worker: It amazes me that you would accept this failure so easily. The fact that it takes an additional (and unnecessary) 25 seconds is troubling me. Marco: could you please confirm PLSQL Developer is using the additional 25 seconds on user interface overheads?
  2. R

    Slow Data Retrieval

    I did as you suggested. The query returns in 15 seconds.
  3. R

    Slow Data Retrieval

    In SQL*Plus it takes longer than 40 seconds. But I expected that, due to the quantity of text output. It's not a fair comparison. I could use filters, but I shouldnt have to. My point is, PLSQL Developer is slow to retrieve results. I know it's slow because for the same SQL query I see all...
  4. R

    Slow Data Retrieval

    Hi. We have a database with approximately 21000 tables. Opening the Tables folder in the Browser is painfully slow. About 30 seconds. I traced the SQL and this is what is run: select object_name, owner object_owner, status, object_type, created, last_ddl_time from sys.all_objects o where...
Back
Top