Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

microseconds to seconds

user8363520Oct 21 2011 — edited Oct 21 2011
Hello all,


i have the below sql.... and i wanted to convert the time_waited_micro(which is in micro seconds) to seconds....how can i do that ??? so when i run the query it returns the value in seconds ?

select snap_id, event_name, wait_class, total_waits, time_waited_micro from dba_hist_system_event
where wait_class = 'User I/O';
This post has been answered by JustinCave on Oct 21 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 18 2011
Added on Oct 21 2011
3 comments
5,286 views