Drop user command takes time
Gurus,
Why my below SQL command taking so much time?
OS = RHLE 5
DB = 11gR2
I have created a user previously on the way of configuring streams, It was successful on test box. Now I want to configure Bi-directional (Downstream) streams on the same box again from scratch. So I have dropped the old one as below SQL.
SQL> drop user STRMADMIN cascade;
What are the possible reasons for this to running more than a 30 min now.
Thanks,
Harry
Why my below SQL command taking so much time?
OS = RHLE 5
DB = 11gR2
I have created a user previously on the way of configuring streams, It was successful on test box. Now I want to configure Bi-directional (Downstream) streams on the same box again from scratch. So I have dropped the old one as below SQL.
SQL> drop user STRMADMIN cascade;
What are the possible reasons for this to running more than a 30 min now.
Thanks,
Harry
0