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
  #1  
Old   
BobsGTalk@gmail.com
 
Posts: n/a

Default "Drop Public Synonym" hangs - 08-05-2008 , 03:04 PM







We have a public synonym on 10g (10.2.0.3.0) that uses a DB_Link to an
8i instance.

When trying to do anything with the synonym, there is no response - no
error - no results - hangs for a very long time.

Attempted things done that all hang:

Select * from our_synonym;
drop public synonym our_synonym FORCE;
create or replace public synonym our_synonym for some_other_table;

Any ideas on why this is happening and what the remedy is?

Thanks
Bob



Reply With Quote
  #2  
Old   
Shakespeare
 
Posts: n/a

Default Re: "Drop Public Synonym" hangs - 08-05-2008 , 03:15 PM







<BobsGTalk (AT) gmail (DOT) com> schreef in bericht
news:f2ad0b04-36e2-4f26-b20c-498558aebd30 (AT) 25g2000hsx (DOT) googlegroups.com...
Quote:
We have a public synonym on 10g (10.2.0.3.0) that uses a DB_Link to an
8i instance.

When trying to do anything with the synonym, there is no response - no
error - no results - hangs for a very long time.

Attempted things done that all hang:

Select * from our_synonym;
drop public synonym our_synonym FORCE;
create or replace public synonym our_synonym for some_other_table;

Any ideas on why this is happening and what the remedy is?

Thanks
Bob


Maybe if you tell us the exact name of our_synonym.

IIRC, you can't db-link from 10g to 8i directly (not sure about that though)

Shakespeare




Reply With Quote
  #3  
Old   
Shakespeare
 
Posts: n/a

Default Re: "Drop Public Synonym" hangs - 08-05-2008 , 03:15 PM




<BobsGTalk (AT) gmail (DOT) com> schreef in bericht
news:f2ad0b04-36e2-4f26-b20c-498558aebd30 (AT) 25g2000hsx (DOT) googlegroups.com...
Quote:
We have a public synonym on 10g (10.2.0.3.0) that uses a DB_Link to an
8i instance.

When trying to do anything with the synonym, there is no response - no
error - no results - hangs for a very long time.

Attempted things done that all hang:

Select * from our_synonym;
drop public synonym our_synonym FORCE;
create or replace public synonym our_synonym for some_other_table;

Any ideas on why this is happening and what the remedy is?

Thanks
Bob


Maybe if you tell us the exact name of our_synonym.

IIRC, you can't db-link from 10g to 8i directly (not sure about that though)

Shakespeare




Reply With Quote
  #4  
Old   
Shakespeare
 
Posts: n/a

Default Re: "Drop Public Synonym" hangs - 08-05-2008 , 03:15 PM




<BobsGTalk (AT) gmail (DOT) com> schreef in bericht
news:f2ad0b04-36e2-4f26-b20c-498558aebd30 (AT) 25g2000hsx (DOT) googlegroups.com...
Quote:
We have a public synonym on 10g (10.2.0.3.0) that uses a DB_Link to an
8i instance.

When trying to do anything with the synonym, there is no response - no
error - no results - hangs for a very long time.

Attempted things done that all hang:

Select * from our_synonym;
drop public synonym our_synonym FORCE;
create or replace public synonym our_synonym for some_other_table;

Any ideas on why this is happening and what the remedy is?

Thanks
Bob


Maybe if you tell us the exact name of our_synonym.

IIRC, you can't db-link from 10g to 8i directly (not sure about that though)

Shakespeare




Reply With Quote
  #5  
Old   
Shakespeare
 
Posts: n/a

Default Re: "Drop Public Synonym" hangs - 08-05-2008 , 03:15 PM




<BobsGTalk (AT) gmail (DOT) com> schreef in bericht
news:f2ad0b04-36e2-4f26-b20c-498558aebd30 (AT) 25g2000hsx (DOT) googlegroups.com...
Quote:
We have a public synonym on 10g (10.2.0.3.0) that uses a DB_Link to an
8i instance.

When trying to do anything with the synonym, there is no response - no
error - no results - hangs for a very long time.

Attempted things done that all hang:

Select * from our_synonym;
drop public synonym our_synonym FORCE;
create or replace public synonym our_synonym for some_other_table;

Any ideas on why this is happening and what the remedy is?

Thanks
Bob


Maybe if you tell us the exact name of our_synonym.

IIRC, you can't db-link from 10g to 8i directly (not sure about that though)

Shakespeare




Reply With Quote
  #6  
Old   
fitzjarrell@cox.net
 
Posts: n/a

Default Re: "Drop Public Synonym" hangs - 08-05-2008 , 03:28 PM



On Aug 5, 3:15*pm, "Shakespeare" <what... (AT) xs4all (DOT) nl> wrote:
Quote:
BobsGT... (AT) gmail (DOT) com> schreef in berichtnews:f2ad0b04-36e2-4f26-b20c-498558aebd30 (AT) 25g2000hsx (DOT) googlegroups.com...







We have a public synonym on 10g (10.2.0.3.0) that uses a DB_Link to an
8i instance.

When trying to do anything with the synonym, there is no response - no
error - no results - hangs for a very long time.

Attempted things done that all hang:

Select * from our_synonym;
drop public synonym our_synonym FORCE;
create or replace public synonym our_synonym for some_other_table;

Any ideas on why this is happening and what the remedy is?

Thanks
Bob

Maybe if you tell us the exact name of our_synonym.

IIRC, you can't db-link from 10g to 8i directly (not sure about that though)

Shakespeare- Hide quoted text -

- Show quoted text -
You can if the 8i is 8.1.7.4; nothing earlier than that, though.


David Fitzjarrell


Reply With Quote
  #7  
Old   
fitzjarrell@cox.net
 
Posts: n/a

Default Re: "Drop Public Synonym" hangs - 08-05-2008 , 03:28 PM



On Aug 5, 3:15*pm, "Shakespeare" <what... (AT) xs4all (DOT) nl> wrote:
Quote:
BobsGT... (AT) gmail (DOT) com> schreef in berichtnews:f2ad0b04-36e2-4f26-b20c-498558aebd30 (AT) 25g2000hsx (DOT) googlegroups.com...







We have a public synonym on 10g (10.2.0.3.0) that uses a DB_Link to an
8i instance.

When trying to do anything with the synonym, there is no response - no
error - no results - hangs for a very long time.

Attempted things done that all hang:

Select * from our_synonym;
drop public synonym our_synonym FORCE;
create or replace public synonym our_synonym for some_other_table;

Any ideas on why this is happening and what the remedy is?

Thanks
Bob

Maybe if you tell us the exact name of our_synonym.

IIRC, you can't db-link from 10g to 8i directly (not sure about that though)

Shakespeare- Hide quoted text -

- Show quoted text -
You can if the 8i is 8.1.7.4; nothing earlier than that, though.


David Fitzjarrell


Reply With Quote
  #8  
Old   
fitzjarrell@cox.net
 
Posts: n/a

Default Re: "Drop Public Synonym" hangs - 08-05-2008 , 03:28 PM



On Aug 5, 3:15*pm, "Shakespeare" <what... (AT) xs4all (DOT) nl> wrote:
Quote:
BobsGT... (AT) gmail (DOT) com> schreef in berichtnews:f2ad0b04-36e2-4f26-b20c-498558aebd30 (AT) 25g2000hsx (DOT) googlegroups.com...







We have a public synonym on 10g (10.2.0.3.0) that uses a DB_Link to an
8i instance.

When trying to do anything with the synonym, there is no response - no
error - no results - hangs for a very long time.

Attempted things done that all hang:

Select * from our_synonym;
drop public synonym our_synonym FORCE;
create or replace public synonym our_synonym for some_other_table;

Any ideas on why this is happening and what the remedy is?

Thanks
Bob

Maybe if you tell us the exact name of our_synonym.

IIRC, you can't db-link from 10g to 8i directly (not sure about that though)

Shakespeare- Hide quoted text -

- Show quoted text -
You can if the 8i is 8.1.7.4; nothing earlier than that, though.


David Fitzjarrell


Reply With Quote
  #9  
Old   
fitzjarrell@cox.net
 
Posts: n/a

Default Re: "Drop Public Synonym" hangs - 08-05-2008 , 03:28 PM



On Aug 5, 3:15*pm, "Shakespeare" <what... (AT) xs4all (DOT) nl> wrote:
Quote:
BobsGT... (AT) gmail (DOT) com> schreef in berichtnews:f2ad0b04-36e2-4f26-b20c-498558aebd30 (AT) 25g2000hsx (DOT) googlegroups.com...







We have a public synonym on 10g (10.2.0.3.0) that uses a DB_Link to an
8i instance.

When trying to do anything with the synonym, there is no response - no
error - no results - hangs for a very long time.

Attempted things done that all hang:

Select * from our_synonym;
drop public synonym our_synonym FORCE;
create or replace public synonym our_synonym for some_other_table;

Any ideas on why this is happening and what the remedy is?

Thanks
Bob

Maybe if you tell us the exact name of our_synonym.

IIRC, you can't db-link from 10g to 8i directly (not sure about that though)

Shakespeare- Hide quoted text -

- Show quoted text -
You can if the 8i is 8.1.7.4; nothing earlier than that, though.


David Fitzjarrell


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

Default Re: "Drop Public Synonym" hangs - 08-05-2008 , 03:38 PM




Quote:
Maybe if you tell us the exact name of our_synonym.

IIRC, you can't db-link from 10g to 8i directly (not sure about that though)

Shakespeare
1. You can link (we are using 8.1.7.4 - as correctly suggested by
Fitz).
2. How would my synonym name help you to respond?
3. Maybe I am cranky now (late afternoon) - but why did you bother
responding with no info?


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.