Skip to Main Content

GoldenGate

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!

How to drop my goldengate user? When I drop the user ogg ,occured ORA 14452

1000662May 8 2013 — edited May 17 2013
HI
When I drop the user ogg ,occured ORA 14452 ,and i can not kill the session belongs to the user!
SQL> drop user ogg cascade;
drop user ogg cascade
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-14452: attempt to create, alter or drop an index on temporary table already in use


SQL> select sid,serial#,username from v$session where username='OGG';

SID SERIAL# USERNAME
---------- ---------- ------------------------------
227 13581 OGG
1082 6 OGG

SQL> alter system kill session '1082,6';

System altered.

SQL> select sid,serial#,username from v$session where username='OGG';

SID SERIAL# USERNAME
---------- ---------- ------------------------------
227 13581 OGG
1082 6 OGG
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 14 2013
Added on May 8 2013
7 comments
4,379 views