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.
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.
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.