Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: hanged on import on undo segment
Which SID is your import ?
Look at the program names in v$session to find out, and then use Tom Kyte's print_table routine to print up the single row from v$session_wait that might be relevant.
How do you know that you are "hanging" - if you've done an import that needs to create a lot of indexes and it's doing it on parallel-enabled tables, maybe the display has stopped but the machine is busy.
Regards
Jonathan Lewis
http://www.jlcomp.demon.co.uk/faq/ind_faq.html The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/cbo_book/ind_book.html Cost Based Oracle: Fundamentals
http://www.jlcomp.demon.co.uk/appearances.html Public Appearances - schedule updated 4th Nov 2005
Regards
Jonathan Lewis
http://www.jlcomp.demon.co.uk/faq/ind_faq.html The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/cbo_book/ind_book.html Cost Based Oracle: Fundamentals
http://www.jlcomp.demon.co.uk/appearances.html Public Appearances - schedule updated 4th Nov 2005
Thanks Jhonatan,
Even when the import is hanged several hours, I didn't find a specific
wait event, or I'm querying the wrong t able.
select * from V$SESSION_WAIT order by seconds_in_wait desc
10 325 SQL*Net message from client
driver id
1.414E+09 54435000
#bytes
1 00000001
0 00 0 17101 WAITING 19 325 SQL*Net message from clientdriver id
0 00 0 17101 WAITING 14 325 SQL*Net message from clientdriver id
0 00 0 17101 WAITING 11 34903 SQL*Net message from dblinkdriver id
0 00 0 17097 WAITING 26 25 SQL*Net message from clientdriver id
0 00 0 11791 WAITING 30 18 SQL*Net message from clientdriver id
0 00 0 11769 WAITING 27 18 SQL*Net message from clientdriver id
0 00 0 11769 WAITING 25 18 SQL*Net message from clientdriver id
0 00 0 11652 WAITING 21 16 SQL*Net message from clientdriver id
0 00 0 7041 WAITING 20 725 SQL*Net message from clientdriver id
0 00 0 7015 WAITING 6 19 rdbms ipc message
000
0 00 0 544 WAITING 9 3228 rdbms ipc message
000
0 00 0 294 WAITING 5 280 smon timer
failed 000
0 00 0 270 WAITING 22 350 SQL*Net message from clientdriver id
0 00 0 185 WAITING 8 5666 rdbms ipc message
000
0 00 0 43 WAITING 18 70 null event
1.414E+09 54435000
1 00000001
0 00 -1 0 WAITED KNOWN TIME 7 4194 rdbms ipc message
000
0 00 0 0 WAITING 31 4180 library cache lock
201 000000C9 0 0 WAITING 16 6090 library cache lock
201 000000C9 0 0 WAITING 4 14294 rdbms ipc message
000
0 00 0 0 WAITING 1 7118 pmon timer
000
0 00 0 0 WAITING 2 16303 rdbms ipc message
000
0 00 0 0 WAITING 3 7592 rdbms ipc message
000
0 00 0 0 WAITING
-- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-lReceived on Wed Nov 23 2005 - 13:49:55 CST
![]() |
![]() |