Re: DB link problem

2002-08-09 Thread Eriovaldo Andrietta
Friend : Once time ago, i had a problem with remote connection. So, i had solved it putting the ip of other machine in the file called by "hosts". This file is located in the o OS directory. I were using sqlplus with client installed in the station. You can try to connect using the server datab

RE: DB link problem

2002-08-08 Thread Arvind Kumar
So, there is no way ...to sole it out, Regards Arvind -Original Message- Sent: Friday, August 09, 2002 10:23 AM To: Multiple recipients of list ORACLE-L Hi Arvind From the error message it is clear that remote tables ae having some object type columns which is not permitted. --

RE: DB link problem

2002-08-08 Thread Pawan Dalmia
Hi Arvind From the error message it is clear that remote tables ae having some object type columns which is not permitted. -Original Message- Sent: Friday, August 09, 2002 9:58 AM To: Multiple recipients of list ORACLE-L Dear All, i have created a DB link to remote database its

DB link problem

2002-08-08 Thread Arvind Kumar
Dear All, i have created a DB link to remote database its working perfectly with some tables of remote DB but fails with some tables.. 16:27:08 SQL> select * from zone_mst@arvind; select * from zone_mst@arvind * ERROR at line 1: ORA-22804: remote operations not permitted on object

Re: DB Link Problem

2002-03-14 Thread Rodd Holman
n sense will not accomplish great things. Simply become insane and > desperate." > > > -Original Message- > > From: Suzy Vordos [SMTP:[EMAIL PROTECTED]] > > Sent: Thursday, March 14, 2002 9:59 AM > > To: Multiple recipients of list ORACLE-L > &g

Re: DB Link Problem

2002-03-14 Thread Suzy Vordos
> -Original Message- > > From: Suzy Vordos [SMTP:[EMAIL PROTECTED]] > > Sent: Thursday, March 14, 2002 9:59 AM > > To: Multiple recipients of list ORACLE-L > > Subject: Re: DB Link Problem > > > > > > If using Replication, init.ora must hav

RE: DB Link Problem

2002-03-14 Thread Scott . Shafer
sense will not accomplish great things. Simply become insane and desperate." > -Original Message- > From: Suzy Vordos [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 14, 2002 9:59 AM > To: Multiple recipients of list ORACLE-L > Subject: Re: DB Link Problem >

RE: DB Link Problem

2002-03-14 Thread Scott . Shafer
erate." > -Original Message- > From: Paul Baumgartel [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 14, 2002 9:59 AM > To: Multiple recipients of list ORACLE-L > Subject: RE: DB Link Problem > > Yes, setting GLOBAL_NAMES = FALSE will allow the DB link to work,

Re: DB Link Problem

2002-03-14 Thread Suzy Vordos
If using Replication, init.ora must have global_names=TRUE. So in that case you'd either want to execute 'alter session set global_names=FALSE' at connect time, or create the database link as 'create database link maxtest.tfmc.co.za ...'. > Rodd Holman wrote: > > In your init.ora file add the

RE: DB Link Problem

2002-03-14 Thread Paul Baumgartel
sql prompt and in the init.ora file. > > -Original Message- > > From: Denham Eva [SMTP:[EMAIL PROTECTED]] > > Sent: Thursday, March 14, 2002 7:03 AM > > To: Multiple recipients of list ORACLE-L > > Subject:DB Link Problem > > > > Hello Li

Re: DB Link Problem

2002-03-14 Thread Scott Canaan
I always set the global_name manually, with an update statement.  It does have to match, or it won't work. Denham Eva wrote:   Hello List, Have a problem, Oracle 817 Win3K sp6 Trying to create a DB link between the production and the test dbs. The db_link creates fine ( so it appears). However wh

Re: DB Link Problem

2002-03-14 Thread Rodd Holman
Title: DB Link Problem In your init.ora file add the following: global_names = FALSE Then it won't care.  All it will want at that point is to have a correct and  working tnsnames.ora entry in the USING clause of the dblink create statement. Rodd On Thu, 2002-03-14 at 07:03, D

RE: DB Link Problem

2002-03-14 Thread Scott . Shafer
Thursday, March 14, 2002 7:03 AM > To: Multiple recipients of list ORACLE-L > Subject: DB Link Problem > > Hello List, > > Have a problem, > Oracle 817 > Win3K sp6 > Trying to create a DB link between the production and the test dbs. > > The db_lin

RE: DB Link Problem

2002-03-14 Thread Magaliff, Bill
Title: DB Link Problem did you make sure there's a tns entry on the db server for the remote db being accessed by the link? -Original Message-From: Denham Eva [mailto:[EMAIL PROTECTED]]Sent: Thu, March 14, 2002 8:03 AMTo: Multiple recipients of list ORACLE-LSubjec

RE: DB Link Problem

2002-03-14 Thread Mark Leith
Title: DB Link Problem Try setting the GLOBAL_NAMES init parameter to FALSE.   HTHMark   P.S. WOW you have Win3K! ;P -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Denham EvaSent: 14 March 2002 13:03To: Multiple recipients of list ORACLE

DB Link Problem

2002-03-14 Thread Denham Eva
Title: DB Link Problem Hello List, Have a problem, Oracle 817 Win3K sp6 Trying to create a DB link between the production and the test dbs. The db_link creates fine ( so it appears). However when you try to run a script to reference the other, I get select count(*) from workorder@maxie