Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle 7.3.4 Database link

Status
Not open for further replies.

mariastroot

IS-IT--Management
Jul 13, 2005
4
DE
I want to connect to a second database using a database link, there doing also write operation.
Oracle said I have to install the concerning packages.
OK, but can anybody tell me which packages are ment?

Thanks
Maria
 
The ORA message was the following
SQL> insert into maria@odo values
2 ('one', 'two');
insert into maria@odo values
*
ERROR at line 1:
ORA-02088: distributed database option not installed

A simple select statement works
I suppose the parallel query option is ment

 
Can you tell me, where I will find an installation kit for oracle 7.3.4 on solaris?
My software archive only includes an empty cd cover!!

regards
maria
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top