In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
I executed an impdp, but it didn't finish because there was no space in the tablespace.
I stopped impdb, and now I need to delete the new user and the objects under it:
SQL > drop user TEST cascade
Drop user TGK_EXOR_IFIL_008_432 cascade
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
I didn't find any sessions for this user on this database:
SQL > select * from v$session where username = 'TEST'
No rows selected
Resolve:
Impdp is either still running or is rolling back the import itself.
You can try to wait for it to complete manually or terminate it. Find it:
Select o.object_name as "object_name"
S.sid as "sid"
S.serial# as "serial#"
S.username as "username"
Sq.sql_fulltext as "sql_fulltext"
From v$locked_object l, dba_objects o, v$session s
V$process p, v$sql sq
Where l.object_id = o.object_id
And l.session_id = s.sid and s.paddr = p.addr
And s.sql_address = sq.address
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.