English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need an Oracle reference. Thanks.

2006-11-07 05:25:57 · 1 answers · asked by ?! 2 in Computers & Internet Programming & Design

1 answers

Micro-seconds.
Hard to find in docs.
But if you lock a table and sleep in session #1 with something like:
begin
lock table foo in exclusive mode;
exec dbms_lock.sleep(60);
end;
And try an insert into foo in session #2,
you will find that the sum of time_waited for the query
is about equal to the sleep time, if time_waited is treated as micro-seconds.

2006-11-09 09:38:53 · answer #1 · answered by Gregorian 2 · 1 1

fedest.com, questions and answers