dbTalk Databases Forums  

"Drop Public Synonym" hangs

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss "Drop Public Synonym" hangs in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #31  
Old   
BobsGTalk@gmail.com
 
Posts: n/a

Default Re: "Drop Public Synonym" hangs - 08-06-2008 , 02:19 PM







The suggestion in the link worked.

After alerting developers to beware, I killed all sessions that were
coming through a DB_Link
select * from v$session where username='Our_Database_Link';

Then I was able to drop the public synonym that was causing all the
trouble and recreate the synonyms properly.

Everyone is happy and up and running.

Bob

Reply With Quote
  #32  
Old   
BobsGTalk@gmail.com
 
Posts: n/a

Default Re: "Drop Public Synonym" hangs - 08-06-2008 , 02:19 PM







The suggestion in the link worked.

After alerting developers to beware, I killed all sessions that were
coming through a DB_Link
select * from v$session where username='Our_Database_Link';

Then I was able to drop the public synonym that was causing all the
trouble and recreate the synonyms properly.

Everyone is happy and up and running.

Bob

Reply With Quote
  #33  
Old   
BobsGTalk@gmail.com
 
Posts: n/a

Default Re: "Drop Public Synonym" hangs - 08-06-2008 , 02:19 PM




The suggestion in the link worked.

After alerting developers to beware, I killed all sessions that were
coming through a DB_Link
select * from v$session where username='Our_Database_Link';

Then I was able to drop the public synonym that was causing all the
trouble and recreate the synonyms properly.

Everyone is happy and up and running.

Bob

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.