Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Is it possible to do "select count(*) from sapr3.zpayr@QA2;"

RE: Is it possible to do "select count(*) from sapr3.zpayr@QA2;"

From: Igor Neyman <ineyman_at_perceptron.com>
Date: Tue, 2 Mar 2004 17:01:12 -0500
Message-ID: <005b01c400a1$e0869eb0$0704a8c0@development.perceptron.com>


You need a database link created between PR2 and QA2.

Igor Neyman, OCP DBA
ineyman_at_perceptron.com

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Roger Xu Sent: Tuesday, March 02, 2004 4:56 PM
To: Oracle-L_at_Freelists. Org (E-mail)
Subject: Is it possible to do "select count(*) from sapr3.zpayr_at_QA2;"

>From SID=PR2, I failed to do the following:

SQL> select count(*) from sapr3.zpayr_at_QA2; select count(*) from sapr3.zpayr_at_QA2

                                 *

ERROR at line 1:
ORA-02019: connection description for remote database not found

But I can do the following without any problems:

sqlplus system_at_QA2/manager
SQL> select count(*) from sapr3.zpayr;

Thanks,

Roger



This e-mail is intended solely for the person or entity to which it is addressed and may contain confidential and/or privileged information. Any review, dissemination, copying, printing or other use of this e-mail by persons or entities other than the addressee is prohibited. If you have received this e-mail in error, please contact the sender immediately and delete the material.

This email has been scanned for all viruses by the MessageLabs Email Security System. Any questions please call 972-721-8257 or email your request to tech_support_at_dp7uptx.com.

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------


----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Tue Mar 02 2004 - 15:58:01 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US