Tuesday, June 10, 2014

GET TIME of SQL in SQL PROMPT and PUTTY

GET TIME of SQL in SQL PROMPT and PUTTY


if you want to get the sql execution time use this method


set timing on;

select username from dba_users;
select * from tab;



No comments:

Post a Comment