Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: SOS - URGENT********DB LINK
Did you check the TNSNAMES.ORA file on the database server where the SRHCXN1 schema resides? That is where Oracle looks to resolve the name PRUEBAS.US.ORACLE.COM.
Paul Baumgartel
CREDIT SUISSE
Information Technology
DBA & Admin - NY, KIGA 1
11 Madison Avenue
New York, NY 10010
USA
Phone 212.538.1143
paul.baumgartel_at_credit-suisse.com
www.credit-suisse.com
-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]On Behalf Of crcbedoy_at_proteccion.com.co
Sent: Monday, September 11, 2006 5:46 PM
To: oracle-l_at_freelists.org
Subject: SOS - URGENT********DB LINK
Could you please help me??
I am tryieng to create a DB link such as:
CREATE DATABASE LINK PRUEBAS.US.ORACLE.COM CONNECT TO userid IDENTIFIED BY password USING 'PRUEBAS.US.ORACLE.COM'; And then, when I try to do:
insert into SRHCXN1.empleado
select * from userid.empleado_at_PRUEBAS where emp_fecha_ingreso>=to_date('20060901','yyyymmdd')
/
I get the following error:
select * from srhcxn2.empleado_at_PRUEBAS where emp_fecha_ingreso>=to_date('20060901','yyyymmdd')
*
I checkl the TNSNAMES.ORA and everything is alright, could anybody please help me??.. I am in a rush:(.. I have the privileges as a DBA, my username is XXX, creating running a script to insert values to the schema SRHCXN1, getting the data from the userid.
HELPPP!!!:(:(
Isabel Bedoya Gómez
Centro de Gestión y Control
Tel. 2307500 ext:
http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Sep 11 2006 - 16:45:59 CDT
![]() |
![]() |