If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > DB Help!!!!!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-30-03, 07:33
peak_amperes peak_amperes is offline
Registered User
 
Join Date: Jul 2003
Posts: 4
DB Help!!!!!

I have 2 instances. I want to view data in instance2, from instance1

I am at instance1, and i try to execute this:
select * from table@dblink2

and i get ORA-02019, so i then i execute this on instance1:

select * from all_db_links;

Result:
Owner Username DB_link Host
PUBLIC|RHE |dblink2 |instance2|


So, whats missing, there is a DB link created from instance1 to instance2, so why am i not able to view the data from instance2 ????

Please respond ASAP......
Reply With Quote
  #2 (permalink)  
Old 07-30-03, 16:53
LKBrwn_DBA LKBrwn_DBA is offline
Registered User
 
Join Date: Jun 2003
Location: West Palm Beach, FL
Posts: 2,455
Cool

Try setting the:

GLOBAL_NAMES=FALSE

parameter on both initSID1.ora and initSID2.ora files and re-start the instances.
__________________
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On