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

Thread: elapsed time in sqlplus client

  1. #1
    Join Date
    Jan 2001
    Posts
    2,828

    elapsed time in sqlplus client

    Hi

    SQL> select * from dual;

    D
    -
    X

    real: 16
    SQL>

    what i need is the elapsed time.I also tried setting set timing on no use any ideas ?

    regards
    Hrishy

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    "set timing on" works ... you probably have a mismatch between your client and server versions.
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

  3. #3
    Join Date
    Jan 2001
    Posts
    2,828
    Hi Dave

    Yep you are absolutely right :-)

    regards
    Hrishy

  4. #4
    Join Date
    Jun 2005
    Location
    London, UK
    Posts
    159
    Quote Originally Posted by hrishy
    SQL> select * from dual;

    D
    -
    X

    real: 16
    SQL>
    Wow, I remember when SQL*Plus used to give that type of timing info. Just. Version 8.0 or so, maybe?

    Presumably you also encounter problems with timestamp columns and SQL commands beginning with MERGE or WITH as well.
    Last edited by WilliamR; 03-24-2006 at 07:40 PM.

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