Re: impdp Issue

From: Mladen Gogala <gogala.mladen_at_gmail.com>
Date: Tue, 10 Sep 2024 16:18:57 -0400
Message-ID: <5d49bf26-6a85-41f5-85be-bffae73e444c_at_gmail.com>


On 9/10/24 8:25 AM, Scott Canaan (srcdco) wrote:

I’m trying to import from one database to another via the network.  I’ve done this many, many times with no issues, until now.  I create the database link, put the entry in the tnsnames.ora file, and verified that all is good.  The tnsping returns correctly.  I can query the remote database from SQL*Plus with no issue, but when I try to run the impdp, I get:

 

ORA-39001: invalid argument value

ORA-39200: Link name "advcprod" is invalid.

ORA-12154: TNS:could not resolve the connect identifier specified

 

The source database is Oracle 12.1 on Red Hat 7, the destination database is Oracle 19 on Red Hat 8.  I’ve tried setting the SID and SERVICE_NAME in the tnsnames.ora file and it doesn’t matter, I get the same error either way.

Can you do strace and check the file that is being opened for TNS identifiers? You might be using wrong TNS_ADMIN.

Regards


--
Mladen Gogala
Database Consultant
https://dbwhisperer.wordpress.com
-- http://www.freelists.org/webpage/oracle-l Received on Tue Sep 10 2024 - 22:18:57 CEST

Original text of this message