DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Timed Statistics

  1. #1
    Join Date
    May 2003
    Location
    India
    Posts
    2

    Exclamation Timed Statistics

    Hi,

    In one of my sessions i had issued the following statment to find out the elapsed time

    SQL> set timing on;

    SQL> select tname from tab;

    After listing the table names, the following line is displayed
    real : 491

    Iam not getting the Elapsed: 00:00:03.45 message at all. Why is this so?. What does real mean?. How do i rectify this?

    Thanks in Advance.

  2. #2
    Join Date
    Jan 2002
    Location
    Up s**t creek
    Posts
    1,525
    The display given when you issue SET TIMING ON is platform specific, judging by the output you are getting I would say your on Windoz.

    The value presented is in milliseconds so in your example the result took 0.491 seconds

    HTH
    Jim
    Oracle Certified Professional
    "Build your reputation by helping other people build theirs."

    "Sarcasm may be the lowest form of wit but its still funny"

    Click HERE to vist my website!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width