ORA-17629: unable to connect to the remote database server

Hello

I have put Dataguard in place with primary and 1 physical standby for learning/test database:

I do NOT plan the unloading of RMAN backups on the physics of the day before.

Recorded the primary database with RMAN and when "resync catalog db_unique_name all;" is issued.
I get the following error:
---------------------------------------------------------------------------------------------------------------------
RMAN > catalog resync db_unique_name all;
from full resynchronization of the recovery catalog
full complete Resync
resynchronization of data base with DB_UNIQUE_NAME ASTTESTB
RMAN-00571: ===========================================================
RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
RMAN-00571: ===========================================================
RMAN-03002: failed to db_unique_name resynchronization command at 28/09/2011 11:34:23
ORA-17629: unable to connect to the remote database server
ORA-17628: Oracle 17629 error returned by remote Oracle Server
------------------------------------------------------------------------------------------------------------------
Configuration of RMAN for the main proceedings are the following:

RMAN > show all to db_unique_name asttest;

RMAN settings for database with db_unique_name ASTTEST are:
CONFIGURE RETENTION POLICY TO RECOVERY OF 7-DAY WINDOW;
CONFIGURE BACKUP OPTIMIZATION # by default
SET UP DEFAULT DISK DEVICE TYPE; # by default
CONFIGURE CONTROLFILE AUTOBACKUP # by default
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO "%F" # by default
SET UP THE DEVICE TYPE DISK PARALLELISM 1 BACKUP BACKUPSET TYPE; # by default
CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1; # by default
CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1; # by default
CONFIGURE MAXSETSIZE TO UNLIMITED; # by default
CONFIGURE ENCRYPTION OF DATABASE # by default
CONFIGURE THE ENCRYPTION ALGORITHM "AES128"; # by default
CONFIGURE COMPRESSION ALGORITHM 'BASIC' AND 'DEFAULT' LIBERATION OPTIMIZE FOR TRUE LOAD; # by default
CONFIGURE DB Nom_unique "asttest" CONNECT IDENTIFIER ' ASTTEST. UMDNJ. EDU'; _
CONFIGURE DB "Asttestb" of nom_unique CONNECT IDENTIFIER "asttestb"; _
CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY;
CONFIGURE SNAPSHOT CONTROLFILE NAME TO ' / opt/oracle/product/11.2.0/dbhome_1/dbs/snapcf_asttest.f'; # by default

Configuration of RMAN for instance physical standby are:

RMAN > show all to db_unique_name asttestb;

RMAN settings for database with db_unique_name ASTTESTB are:
CONFIGURE RETENTION POLICY TO RECOVERY OF 7-DAY WINDOW;
CONFIGURE BACKUP OPTIMIZATION # by default
SET UP DEFAULT DISK DEVICE TYPE; # by default
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO "%F" # by default
SET UP THE DEVICE TYPE DISK PARALLELISM 1 BACKUP BACKUPSET TYPE; # by default
CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1; # by default
CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1; # by default
CONFIGURE MAXSETSIZE TO UNLIMITED; # by default
CONFIGURE ENCRYPTION OF DATABASE # by default
CONFIGURE THE ENCRYPTION ALGORITHM "AES128"; # by default
CONFIGURE COMPRESSION ALGORITHM 'BASIC' AND 'DEFAULT' LIBERATION OPTIMIZE FOR TRUE LOAD; # by default
CONFIGURE DB Nom_unique "asttest" CONNECT IDENTIFIER ' ASTTEST. UMDNJ. EDU'; _
CONFIGURE DB "Asttestb" of nom_unique CONNECT IDENTIFIER "asttestb"; _
CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY;
CONFIGURE SNAPSHOT CONTROLFILE NAME TO ' / opt/oracle/product/11.2.0/dbhome_1/dbs/snapcf_asttest.f'; # by default

----------------------------------------------------------------------------------------------------------------------

When I tested missing missing datafile and control file scenario on the primary database, it worked (Advisor to recover data)

However, missing datafile scenario does not work on the physics of the day before.
Here are the steps I followed:
********************************************
1 renamed a file of physical data - in standby mode:

bash - $3.2 ls - ltr

Total 107832

-rw - r - 1 oracle oinstall 52429312 16 September 12:19 asttest_redo03.log

-rw - r - 1 oracle oinstall 61874176 Sep 29 15:41 asttest_temp01.dbf

-rw - r - 1 oracle oinstall 52436992 5 Oct 11:00 rmandg_data01.dbf

bash - $3.2 mv rmandg_data01.dbf rmandg_data01.dbf_old

bash - $3.2 ls - ltr

Total 107832

-rw - r - 1 oracle oinstall 52429312 16 September 12:19 asttest_redo03.log

-rw - r - 1 oracle oinstall 61874176 Sep 29 15:41 asttest_temp01.dbf

-rw - r - 1 oracle oinstall 52436992 5 Oct 11:00 rmandg_data01.dbf_old


2. restore the datafile (find the data file # view v$ recover_file):
RMAN > restore datafile 5;



From restoration to 5 October 11

Segmentation fault


3. in spite of the error, published "recover datafile command.

4 RMAN > recover datafile 5;



From pick up to 5 October 11

allocated channel: ORA_DISK_1

channel ORA_DISK_1: SID = 10 type of device = DISK

RMAN-00571: ===========================================================

RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

RMAN-00571: ===========================================================

RMAN-03002: failure of the command recover at 05/10/2011 12:00:40

RMAN-06094: datafile 5 must be restored.


5. manually copy the physical primary datafile - in standby mode, & then problem recover RMAN command:
bash - $3.2 scp oracle@msudrainier:/ora03/oradata/asttest/rmandg_data01.dbf.

rmandg_data01.dbf 100% 50 MB 16.7 MB/s 00:03

bash - $3.2 ls - ltr

Total 159096

-rw - r - 1 oracle oinstall 52429312 16 September 12:19 asttest_redo03.log

-rw - r - 1 oracle oinstall 61874176 Sep 29 15:41 asttest_temp01.dbf

-rw - r - 1 oracle oinstall 52436992 5 Oct 11:49 rmandg_data01.dbf_old

-rw - r - 1 oracle oinstall 52436992 5 Oct 12:01 rmandg_data01.dbf


RMAN > recover datafile 5;



From pick up to 5 October 11

using channel ORA_DISK_1



RMAN-00571: ===========================================================

RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

RMAN-00571: ===========================================================

RMAN-03002: failure of the command recover at 05/10/2011 12:01:59

RMAN-06067: RECOVER the DATABASE required with a backup control file or created


6. of course RMAN commands have failed to restore the missing data file;
So I renamed the file to original and rebooted repeat services applies - this restore the data file and now the configuration state of the DG is normal.
*********************************************************************************

Not quite sure if I'm still he hands the right way or if the error above is related to RMAN not able to synchronize with the physics of the day before.

The documentation I want to talk to is here (1 paragraph):

[http://download.oracle.com/docs/cd/B28359_01/server.111/b28294/rman.htm#BAJDFBDD | http://download.oracle.com/docs/cd/B28359_01/server.111/b28294/rman.htm#BAJDFBDD]


Any pointers/direction and advise is greatly appreciated.

Best regards
NK

I got it!

/home/oracle:STANDBY >$ORACLE_HOME/bin/rman target sys/ catalog /@rcatalog

Recovery Manager: Release 11.2.0.1.0 - Production on Fri Oct 7 14:12:10 2011

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

connected to target database: PRIMARY (DBID=1562898590, not open)
connected to recovery catalog database

RMAN> resync catalog from db_unique_name all;

resyncing from database with DB_UNIQUE_NAME PRIMARY
starting full resync of recovery catalog
RMAN output not resynced for database with DB_UNIQUE_NAME PRIMARY
full resync complete

If the necessary connection string a target/sys and a catalogue

RMAN target sys / catalog /@rcatalog

I did my standby

Will try the primary

Best regards

mseberg

Work on both. Great question!

connected to target database: PRIMARY (DBID=1562898590)
connected to recovery catalog database

RMAN> resync catalog from db_unique_name all;

starting full resync of recovery catalog
full resync complete

resyncing from database with DB_UNIQUE_NAME STANDBY
RMAN output not resynced for database with DB_UNIQUE_NAME STANDBY

RMAN> 

Published by: mseberg on October 7, 2011 14:16

Thanks a ton for sticking to it. I'll add this little thing to my web site.

Published by: mseberg on October 7, 2011 14:22

Tags: Database

Similar Questions

  • DOUBLE DB: ORA-17629: unable to connect to the remote database server

    [oracle@ora11g1 ~] $ export ORACLE_SID = sales
    [oracle@ora11g1 ~] $ rman target sys/sales@sales

    Recovery Manager: release 11.2.0.1.0 - Production Wed Jun 5 13:00:15 2013

    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.

    connected to target database: SALES (DBID = 690066655)

    RMAN > Connect auxiliary sys/salestby2@salestby2

    connected to the auxiliary database: SALES (not mounted)

    RMAN > CURRENT SPFILE DATABASE of TARGET duplicate FOR THE EVE OF the DATABASE
    2 > DB_NAME SET = 'sales '.
    3 > SET DB_UNIQUE_NAME = "salestby2".
    4 > control_files='/u02/oradata/salestby2/control01.ctl','/u02/oradata/salestby2/control02.ctl SET'
    5 > SET DB_FILE_NAME_CONVERT = "/ u02/oradata/sales /", "/ u02/oradata/salestby2 / '.
    6 > SET LOG_FILE_NAME_CONVERT = "/ u02/oradata/sales /", "/ u02/oradata/salestby2 / ';

    From duplicate Db 5 June 13
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID = 20 type of device = DISK

    content of Script memory:
    {
    backup that copy reuse
    TargetFile ' / auxiliary format of the u01/app/oracle/product/11.2.0/dbhome_1/dbs/orapwsales
    ' / u01/app/oracle/product/11.2.0/dbhome_1/dbs/orapwsalestby2' targetfile
    ' / u01/app/oracle/product/11.2.0/dbhome_1/dbs/spfilesales.ora' auxiliary format
    ' / u01/app/oracle/product/11.2.0/dbhome_1/dbs/spfilesalestby2.ora';
    clone of SQL 'alter system set spfile = "/u01/app/oracle/product/11.2.0/dbhome_1/dbs/spfilesalestby2.ora";
    }
    execution of Script memory

    From backup 5 June 13
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = 58 type of device = DISK
    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 05/06/2013 13:05:26
    ORA-17629: unable to connect to the remote database server
    ORA-17627: ORA-01017: name of user and password invalid. connection refused
    ORA-17629: unable to connect to the remote database server
    continue other job steps, not a not working will not re-run
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Db in dual at 05/06/2013 13:05:27
    RMAN-03015: an error has occurred in the script stored memory Script
    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 05/06/2013 13:05:27
    ORA-17629: unable to connect to the remote database server
    ORA-17627: ORA-01017: name of user and password invalid. connection refused
    ORA-17629: unable to connect to the remote database server

    Welcome to the oracle forums!

    Please take the time to go through [url https://forums.oracle.com/forums/ann.jspa?annID=1535] FAQ PAGE

    Always after 4 version oracle numbers and details of the OS.

    Post any request outside has put between.

      \
    

    Tags

    Mark your questions answers if you give the answer

    Password for the SYS user on primary and standby must be the same. Copy the master password for the backup server

    SCP $ORACLE_HOME/dbs/orapwv112 : /u01/app/oracle/product/11.2/dbs/orapwdupv112

  • ORA-12560 error adapter, connect to the remote database

    I started to learn Oracle for the last week or two, and certainly my installation process was a bit special. In the end, I try JBoss to connect to the database, but for now, I just want to try a simpler installation.

    I use Instant Client on Windows 7 with Oracle 11.2 running on a RedHat 5 virtual machine. When I connect with the following...

    sqlplus sys@domain:1521/sid

    It crashes, it's finally time. When I use...

    sqlplus sys as sysdba @domaine: 1521/sid

    It asks for my password, then gives me the error of the adapter, after I get it.

    My listener status is:

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on February 21, 2012 16:27:16

    Copyright (c) 1991, 2009, Oracle. All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)))
    STATUS of the LISTENER

    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start date February 20, 2012 15:28:54
    Operating time 1 days 0 h 58 min 21 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /var/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora file
    The listener log file /var/app/Oracle/diag/tnslsnr/SSC-redhat64/listener/alert/log.XML
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1521)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=domain) (PORT = 1521)))
    Summary of services...
    "Sid" service has 1 instance (s).
    "Sid" instance, status UNKNOWN, has 1 operation for this service...
    Service 'sid.domain' has 1 instance (s).
    "Sid" instance, State LOAN, has 1 operation for this service...
    Service 'sidXDB.domain' has 1 instance (s).
    "Sid" instance, State LOAN, has 1 operation for this service...
    The command completed successfully


    My main reason to use Instant Client is simply to test the connection to the database remotely. What other information should I post? Any help would be much appreciated.

    >

    ORA-12504: TNS:listener did not have the SERVICE_NAME in CONNECT_DATA

    Try with quotes around the part of login id, for example

    C:\>sqlplus user@'hostname/test'

  • Unable to connect to the remote database

    Hi all

    Please find below the details of the environment: -.

    VM: VirtualBox VM 4.3.6

    OS: CentOS 6.4

    Database: Oracle 11.2.0.1 (3 installed DB COSP1, Cost1, RMANDB)

    I am able to tnsping three DBs all: -.

    [oracle@diamond ~] $ tnsping rmandb

    AMT Ping utility for Linux: Version 11.2.0.1.0 - Production on 19 February 2014 14:21:14

    Copyright (c) 1997, 2009, Oracle.  All rights reserved.

    Setting files:/u02/app/oracle/product/11.2.0.1/db_1/network/admin/sqlnet.ora

    TNSNAMES adapter used to resolve the alias

    Try to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(Host = diamond.example.com) (Port = 1532))) (CONNECT_DATA = (SID = RMANDB)))

    OK (10 ms)

    [oracle@diamond ~] $

    However, when I am trying to connect via sqlplus or rman catalog, it throws the following error: -.

    [oracle@diamond ~] $ sqlplus rmancat/rmancat@rmandb

    SQL * more: Production release 11.2.0.1.0 Wed Feb 19 14:20:37 2014

    Copyright (c) 1982, 2009, Oracle.  All rights reserved.

    ERROR:
    ORA-12505: TNS:listener is not currently of SID given in connect
    descriptor of

    Enter user name:

    =========================================================================================

    RMAN > Connect catalog rmancat/rmancat@RMANDB

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-04004: recovery catalog database error: ORA-12505: TNS:listener is not currently of SID given in connect descriptor

    RMAN > exit

    ============================================================================================

    Please suggest how I can make this connection.

    sourav_biswas wrote:

    [oracle@diamond ~] $ ps - ef | grep-i pmon

    Oracle 2369 1 0 19:57?        00:00:00 ora_pmon_rmandb

    Oracle 2498 1 0 19:59?        00:00:00 ora_pmon_cosp1

    Oracle 2614 2301 20:00 0 pts/0 00:00:00 grep pmon-i

    only two databases are actually up to the present

    with * NIX questions

    ORACLE_SID = cosp1 is different from ORACLE_SID = COSP1

    When tnsnames.ora contains ORACLE_SID = COSP1 is NEVER connected to the instance named "cosp1." who is running as described above.

  • Windows Media Center - not the initial download put in place data for guide "unable to connect to the remote server.

    Hello

    Looking for help on this one...

    I have a new install of windows 7 pro running, and I was not able to get the guide to download Windows Media Center.   I am up-to-date with all the updates and SP1 version running.   My video card drivers are also updated.

    I use HDHOMERUN PRIME equipment with cablecard and who receives a TV signal very well and I am able to view it in WMC.    I use Verizon FIOS and my zip code is 07452.    Before this computer, I ran the cablecard even with a ceton infinitv and had no problem Guide at all.

    It's just that I can't download the guide data.  Its just totally blank.   I receive the channels and view them, but there is NO data.      Whenever I run the TV setup the same question comes up.  Cannot download the initial configuration data due to the error of previous download.   As far as I know, there is NO error message when Windows installed... actually... I reinstalled windows completely and this has not solved the problem.    I tried to manually download the guide which did not help.   It... nothing happened when I turned 'on' and 'off' WMC in Control Panel to reinstall.  I even tried explore the ehome folder and remove the file db... but nothing is helping.

    I can't find a file mcupdate.exe light on my system - don't know if this is relevant.   When I looked in the event viewer here are some of the error messages that I see.

    Impossible to extract the EpgLineups (error: unable to connect to the remote server)
    Impossible to extract the MCEClientUX (error: unable to connect to the remote server)

    I'm starting to think it's a matter of windows.   Anyone have any ideas?

    Mark

    E-mail address is removed from the privacy *.

    On Tuesday, September 23, 2014 00:32:35 + 0000, Mark_Sap_70 wrote:
     
    > I'm starting to think it's a matter of windows.   Anyone have any ideas?
     
    See this thread
     
     
     
    __________________________________________________________________________________________________
    Barb
    MVP Windows Entertainment and connected home
     
    Please mark as answer if that answers your question
     
     
     
  • Can't export virtual machines: unable to connect to the remote server

    Hello

    I'm working on vSphere client 5.1 (vCenter Server 5.1). Trying to export a virtual machine for distribution model. When I go to file-> export the template OVF..., I get the following error message:

    Can't export virtual machines: unable to connect to the remote server

    Remote not sure what/who he is not able to connect to. If I connect vSphere Web Client and navigate to the same model (or all other models), under 'All the Actions of vCenter' I don't have an option to export to the model of the FVO. But if I use a VM machine instead of a virtual machine template, I have the ability to export to the OVF, but it is grayed out.

    Am I missing any customer authorization or plugin for vShpere?

    Discovered that vSphere server had some modifications made by HIM to resolve the violation POODLE. HE had to set the ip address of the machine where export OVF will be performed. Which allowed the connection to establish vsphere client and perform an export of the FVO.

  • Unable to connect to the Remote Agent of VMware Converter

    I'm trying to V2V an our old infrastructure of VMware 2.5.x our vSphere infrastructure W2K Server.

    I've done several servers of the old infrastructure without problem.

    On this particular server, however, fails with the error "Unable to connect to the Remote Agent of VMware Converter"

    The journal of the points below on the $ IFC share.

    [2011-01-14 12:32:40.008 'P2V' 4788 info] [ClientConnection, 101] Connection to IPC$ on 10.101.0.171 like 10.101.0.171\administrator
    [2011-01-14 12:33:10.086 'P2V' 4788 info] [, 0] SMB Manager: connection error for share [\\10.101.0.171\IPC$]: 1792

    [2011-01-14 12:33:10.086 'P2V' 4788 WARNING] [ClientConnection, 115] Unable to connect to IPC$ on 10.101.0.171. Reason: Error unspecified in the mechanism of the remote execution
    [2011-01-14 12:33:10.086 'P2V' 4788 info] [ClientConnection, 119] Renounce the attempt to connect to IPC$ on 10.101.0.171
    [2011-01-14 'P2V' 4788 error 12:33:10.086] [task, 295] Task failed: P2VError REMOTE_UFA_FIREWALLED (10.101.0.171)
    [2011-01-14 12:33:10.086 'P2V' 4788 verbose] [task, 339] The transition of InProgress asked congestive
    [2011-01-14 12:33:10.086 'P2V' 4788 verbose] [task, 388] Successful passage

    Any suggestions for a solution would be appreciated.

    It looks like maybe the firewall on the server. Install the converter directly on the machine you want to convert, or temporarily disable the firewall.

  • ORA-02019: description of the connection to the remote database not found

    Hi all

    10.2.0.4 on solaris 10.

    I can tnsping and connect to a tnsentry in tnsnames.ora from the server, but when I use the same in dblink, get the error below:
    ORA-02019: description of the connection to the remote database not found. Here's the scenario. any idea?
    medt01:medtora:/medt/oracle/product/102/network/admin$ tnsping medcon
    
    TNS Ping Utility for Solaris: Version 10.2.0.4.0 - Production on 09-NOV-2011 23:49:23
    
    Copyright (c) 1997,  2007, Oracle.  All rights reserved.
    
    Used parameter files:
    /medt/oracle/product/102/network/admin/sqlnet.ora
    
    
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.102)(PORT = 1523))) (CONNECT_DATA = (SERVICE_NAME = medcon)))
    OK (20 msec)
    medt01:medtora:/medt/oracle/product/102/network/admin$ sqlplus medts_ed/medfcv@medcon
    
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Nov 9 23:49:31 2011
    
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    medt01:medtora:/medt/oracle/product/102/network/admin$ sqlplus medts_ed/medfcv@medcon
    
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Nov 9 23:59:54 2011
    
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    medt01:medtora:/medt/oracle/product/102/network/admin$ tnsping medcon
    
    TNS Ping Utility for Solaris: Version 10.2.0.4.0 - Production on 10-NOV-2011 00:00:02
    
    Copyright (c) 1997,  2007, Oracle.  All rights reserved.
    
    Used parameter files:
    /medt/oracle/product/102/network/admin/sqlnet.ora
    
    
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.102)(PORT = 1523))) (CONNECT_DATA = (SERVICE_NAME = medcon)))
    OK (0 msec)
    medt01:medtora:/medt/oracle/product/102/network/admin$ sqlplus medts_ed/medfcv@medcon
    
    SQL*Plus: Release 10.2.0.4.0 - Production on Thu Nov 10 00:00:07 2011
    
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    medt01:medtora:/medt/oracle/product/102/network/admin$ sqlplus medc_pl/medxcdsw3
    
    SQL*Plus: Release 10.2.0.4.0 - Production on Thu Nov 10 00:00:17 2011
    
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    
    SQL> create database link med2con connect to medts_ed identified by medfcv using  'medcon' ;
    
    Database link created.
    
    SQL> select * from medc@med2con;
    select * from medc@med2con
                                *
    ERROR at line 1:
    ORA-02019: connection description for remote database not found

    Try this,

    SQL > create database link med2con connect to medts_ed identified by using medfcv ' (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.0.102)(PORT = 1523))) (CONNECT_DATA = (SERVICE_NAME = medcon)))';

    SQL > select * from medc@med2con;

  • When you try to connect from my vista desktop to my laptop windows 7 through the DRC I get the error "unable to connect to the gateway terminal server."

    problems of the DRC of vista for windows machine 7

    I have 2 computers running on a homegroup. When you try to connect from my vista desktop to my laptop windows 7 through the DRC, I get the error "unable to connect to the gateway terminal server."   Can I remotely from the laptop to the desktop vista end. I the DRC 7 is installed on the desktop and tried to connect using the IP as well as the name of the machine but still no joy.

    can someone shed light on this please?

    Hello

    Temporarily disable the security software on both computers and check if it makes a difference.

    http://Windows.Microsoft.com/en-us/Windows-Vista/disable-antivirus-software

    Note: Antivirus software can help protect your computer against viruses and other security threats.  In most cases, you should not disable your antivirus software. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your antivirus software is disabled, your computer is vulnerable to attacks.

  • Unable to connect to the software update server (127.0.0.1)

    I'm under El Capitan 10.14.4

    I'm unable to view or download from the App store apple updates. Everything else in the app store works fine except the updates and the updates, I get 3rd party updates, but nothing from apple. If I click on updates at the top of the app store icon I get the following error

    Troubleshooting steps I went through far

    • I restarted my mac a few times
    • I did some research on Google and messages more speak of iworm, fortunately I could find no trace of an infection by the worm, I scanned my machine using Sphos and ClamXav and haven't found anything relating to iWorm. I am also unable to find all the files, he leaves behind him, so I think I'm safe in this regard.
    • I checked the hosts file and there are no entries that should not be there, hosts file is copied below.

    # Database host

    #

    localhost # is used to configure the loopback interface

    # When the system boots.  Do not change this entry.

    ##

    127.0.0.1 localhost

    255.255.255.255 broadcasthost

    : 1 localhost

    • The /var/log/install.log which appear relevant lines are;

    May 26 09:44:02 macbook-pro softwareupdated [435]: SUScan: Scan for pid 435 client (/ System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdated)

    May 26 09:44:02 macbook-pro softwareupdated [435]: SUScan: out of time scan = 0.2

    May 26 09:44:02 macbook-pro softwareupdated [435]: SUScan: error in scan: error Domain = NSURLErrorDomain Code =-1004 'unable to connect to the software update server (127.0.0.1)." UserInfo = {NSErrorFailingURLKey =http://127.0.0.1/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lio n-snowleopard - leopard.merged - 1_disabled.sucatalog, SUCatalogFetchOverrideURLString =http://127.0.0.1/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lio n-snowleopard - leopard.merged - 1_disabled.sucatalog, NSLocalizedRecoverySuggestion = check that your network connection is working normally.} {If there is no problems with your connection, contact your network administrator for assistance., NSLocalizedDescription = can connect to the software update server (127.0.0.1)., SUErrorRelatedCode = SUErrorCodeScanCatalogNotFound, SUErrorUpdateServerName = 127.0.0.1, NSErrorFailingURLStringKey =http://127.0.0.1/content/catalogs/others/index-10.11-10.10-10.9-mountainlion-lio n-snowleopard - leopard.merged - 1_disabled.sucatalog, _kCFStreamErrorDomainKey = 1, _kCFStreamErrorCodeKey = 61}

    May 26 09:44:02 macbook-pro softwareupdated [435]: Scan received the error unable to connect to the software update server (127.0.0.1).

    May 26 09:44:02 macbook-pro softwareupdated [435]: updates marked ramps

    • I can ping swscan.apple.com and she is resolved to 17.164.1.22 which is the same IP that also resolves the mac next to me (which gets the update)
    • I cannot telnet on port 443 to swscan.apple.com and it connects.
    • I have a mac in yosemite next to me who can see the updates so I suspect that doesn't pose any problems with the service itself rather something on why machine.
    • I started in safe mode, and while in safe mode, I get the same error.

    I am at a complete loss what to do next short of wiping and restore from a time machine backup, can anyone help please

    You can try to disable the Sophos websheild and ClamXav if she has one. Even better would be to uninstall both and test.

    FWIW, it is never a good idea to have 2 av programs installed.

  • Unable to connect to the web services server

    Unable to connect to the web services server.  It is a common error that you might see if you try to enable web services.  If you receive this message, try the following steps.

    For Officejet printers

    1. open the internet browser type printer IP address.

    2 should bring you to the status of the printer page.

    3. Select the tab network at the top.

    4. left side select IPv4 under wireless.

    5. under DNS address Configuration select manual DNS server.

    6. for favorite enter 8.8.8.8

    7. for alternate enter 8.8.4.4

    8. Select apply. You can get a warning saying that this could break the connection which is very good.

    9. turn the printer off for about 30 seconds and then try to enable web services.

    For Photosmart printers

    1. Enter the printer's IP address in a browser.

    2 Select the network at the top of the page.

    3. on the left, select network.

    4. Select Network (IP) address

    5. select manual DNS server

    a. manual Preferred DNS should read 8.8.8.8

    b. alternate DNS server should read. 8.8.4.4

    6. Select apply you could get a fair warning select OK

    I hope this helps!

  • Unable to connect to the local MySQL server through socket ' / var/lib/mysql/mysql.sock' #2 #.

    I received an email indicating that HP does not show me as having all printers which explains why I have not received information of driver update I guess.  But when I typed in HP4500 G510, I received the following error message:

    Unable to connect to the local MySQL server through socket ' / var/lib/mysql/mysql.sock' #2 #.

    And since I don't know beans about computers, I don't have any idea what it means.

    Because I had to pick a topic, I chose the one above, but no other choices were nowhere near cover.

    Hi mac64.
    I understand you are trying to register for updates for your Officejet 4500. I can certainly help you with this.

    I'll give you a link to try to register for driver updates. Please let me know if it's the same link you used and if this works differently for you, simply click on the following link: the HP driver updates.

    Hope to hear from you soon

  • RC-40201: unable to connect to the TEST database running adcfgclone.pl appsTier

    Hi Experts,

    While performing a cloning my instance of R12, I got RC-40201 error when I ran "adcfgclone.pl appsTier.

    [appltst@oracleupk bin] $ perl adcfgclone.pl appsTier

    Copyright (c) 2002 Oracle Corporation

    Redwood Shores, California, USA

    Applications Oracle rapid Clone

    Version 12.0.0

    adcfgclone Version 120.31.12010000.1

    Enter the password for APPS:

    Running:

    / data/appl_top/apps/apps_st/comn/clone/bin /... / JRE/bin/Java-Xmx600M - cp /data/appl_top/apps/apps_st/comn/clone/jlib/java:/data/appl_top/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/data/appl_top/apps/apps_st/comn/clone/jlib/ojdbc14.jar oracle.apps.ad.context.CloneContext EI/data/appl_top/apps/apps_st/comn/clone/bin /... /Context/Apps/CTXORIG.xml-valider - pairsfile /tmp/adpairsfile_24425.lst-stade/data/appl_top/apps/apps_st/comn/clone 2 > /tmp/adcfgclone_24425.err; ECHO $? > /tmp/adcfgclone_24425.res

    Logfile located at /data/appl_top/apps/apps_st/comn/clone/bin/CloneContext_0912145803.log

    Provide the values required for the creation of the new file APPL_TOP context.

    Target System Hostname (virtual or normal) [oracleupk]:

    SID data system target: TEST

    Target database system [oracleupk] server node:

    Target system Base Directory: / data / appl_top

    Target system tools ORACLE_HOME directory [/ data/appl_top/apps/tech_st/10.1.2]:

    Target Web ORACLE_HOME directory system [/ data/appl_top/apps/tech_st/10.1.3]:

    Target system APPL_TOP directory [/ data/appl_top/apps/apps_st/appl]:

    Target system COMMON_TOP directory [/ data/appl_top/apps/apps_st/comn]:

    Target system Instance home directory [/ data/appl_top/inst]:

    Target system service root [activated]:

    Target Web Entry Point [active] System Services:

    Target [active] System Web Application Services:

    Target [active] Batch Processing Services system:

    Other Services target system [off]:

    You want to preserve the display [oracleupk:0.0] (y/n)? : n

    Target display system [oracleupk:0.0]: oracleupk:1.0

    System Target Pool [0-99] port: 80

    Audit of the pool of port 80

    fact: Port 80 pool is free

    Report file is located at /data/appl_top/inst/apps/TEST_oracleupk/admin/out/portpool.lst

    Information available at /data/appl_top/inst/apps/TEST_oracleupk/admin/out/portpool.lst complete port

    RC-40201: unable to connect to the TEST database.

    Create the new file APPL_TOP context of:

    /Data/APPL_TOP/apps/apps_st/appl/ad/12.0.0/admin/template/adxmlctx.tmp

    The new context APPL_TOP file was created:

    / Data/APPL_TOP/inst/Apps/TEST_oracleupk/Appl/admin/TEST_oracleupk. XML

    Logfile located at /data/appl_top/apps/apps_st/comn/clone/bin/CloneContext_0912145803.log

    Check the context Clone logfile /data/appl_top/apps/apps_st/comn/clone/bin/CloneContext_0912145803.log for more details.

    Clone of fast running with the command:

    Perl java /data/appl_top/apps/apps_st/comn/clone/bin/adclone.pl = / data/appl_top/apps/apps_st/comn/clone/bin /... /JRE mode = apply dialing = / data/appl_top/apps/apps_st/comn/clone point = appsTier = CUSTOM appctxtg=/data/appl_top/inst/apps/TEST_oracleupk/appl/admin/TEST_oracleupk.xml contextValidated = true showProgress method

    Running:

    Perl java /data/appl_top/apps/apps_st/comn/clone/bin/adclone.pl = / data/appl_top/apps/apps_st/comn/clone/bin /... /JRE mode = apply dialing = / data/appl_top/apps/apps_st/comn/clone point = appsTier = CUSTOM appctxtg=/data/appl_top/inst/apps/TEST_oracleupk/appl/admin/TEST_oracleupk.xml contextValidated = true showProgress method

    Apps for password:

    Start application layer apply - Fri Oct 12 15:01:20 2013

    / données/appl_top/apps/apps_st/comn/clone/bin /... /jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/oui -classpath /data/appl_top/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/data/appl_top/apps/apps_st/comn/clone/jlib/ojdbc14.jar:/data/appl_top/apps/apps_st/comn/clone/jlib/java:/data/appl_top/apps/apps_st/comn/clone/jlib/oui/OraInstaller.jar:/data/appl_top/apps/apps_st/comn/clone/jlib/oui/ewt3.jar:/data/appl_top/apps/apps_st/comn/clone/ jlib/Oui/share.jar:/data/appl_top/apps/apps_st/ Comn/clone/jlib/Oui/srvm.jar:/Data/APPL_TOP/Apps/apps_st/COMN/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyAppsTier EI /data/appl_top/inst/apps/TEST_oracleupk/appl/admin/TEST_oracleupk.xml-/data/appl_top/apps/apps_st/comn/clone - scene showProgress

    Password APPS: log file located at /data/appl_top/inst/apps/TEST_oracleupk/admin/log/ApplyAppsTier_09121501.log

    -79% completed

    ERROR when executing apply...

    Fri Oct 12 15:07:47 2013

    ERROR: Cannot run /data/appl_top/apps/apps_st/comn/clone/bin/adclone.pl

    Contents of the log file: -.

    [AutoConfig error report]

    The following report lists the errors autoconfig met in each

    execution phase.  Errors are grouped by directory and by phase.

    The format of the report is:

    < file name > < phase > < eventually return code >

    [INSTALLATION STAGE]

    AutoConfig could not successfully run the following scripts:

    Directory: / data/appl_top/inst/apps/TEST_oracleupk/admin/install

    adgendbc.sh INSTE8_SETUP 1

    afcpnode.sh INSTE8_SETUP 1

    afgcsreg.sh INSTE8_SETUP 1

    txkWfClone.sh INSTALL_SETUP 1

    [PROFILE PHASE]

    AutoConfig could not successfully run the following scripts:

    Directory: /data/appl_top/apps/tech_st/10.1.3/perl/bin/perl-je /data/appl_top/apps/tech_st/10.1.3/perl/lib/5.8.3-je /data/appl_top/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3-je /data/appl_top/apps/apps_st/appl/au/12.0.0/perl-je /data/appl_top/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /data/appl_top/inst/apps/TEST_oracleupk/admin/scripts/adexecsql.pl sqlfile = / data/appl_top/inst/apps/TEST_ oracleupk/admin /. install

    afwebprf. SQL INSTE8_PRF 1

    amscmprf. SQL INSTE8_PRF 1

    amswebprf. SQL INSTE8_PRF 1

    bisadmprf. SQL INSTE8_PRF 1

    bisdblrp. SQL INSTE8_PRF 1

    clnadmprf. SQL INSTE8_PRF 1

    cncmprf. SQL INSTE8_PRF 1

    cseadmprf. SQL INSTE8_PRF 1

    csfadmprf. SQL INSTE8_PRF 1

    csiadmprf. SQL INSTE8_PRF 1

    eamadmprf. SQL INSTE8_PRF 1

    fteadmprf. SQL INSTE8_PRF 1

    ibywebprf. SQL INSTE8_PRF 1

    icxwebprf. SQL INSTE8_PRF 1

    oksfrmprf. SQL INSTE8_PRF 1

    wshadmprf. SQL INSTE8_PRF 1

    Directory: / data/appl_top/inst/apps/TEST_oracleupk/admin/install

    adadmprf.sh INSTE8_PRF 1

    admk80ln.sh INSTALL_PRF 1

    afadmprf.sh INSTE8_PRF 1

    afcpctx.sh INSTE8_PRF 1

    afcpgsm.shINSTE8_PRF1
    igccmprf.shINSTE8_PRF1
    jtfictx.shINSTE8_PRF1
    okladmprf.shINSTE8_PRF1
    txkJavaMailerCfg.shINSTE8_PRF1
    txkWebServicescfg.shINSTE8_PRF1

    [APPLY PHASE]

    AutoConfig could not successfully run the following scripts:

    Directory: /data/appl_top/apps/tech_st/10.1.3/perl/bin/perl-je /data/appl_top/apps/tech_st/10.1.3/perl/lib/5.8.3-je /data/appl_top/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3-je /data/appl_top/apps/apps_st/appl/au/12.0.0/perl-je /data/appl_top/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi/data/appl_top/inst/apps/TEST_oracleupk/admin/install
    adadmat.plINSTE8_APPLY1

    Fate of 31 stateful auto-configuration

    RC-50014: Fatal: failed to run the auto configuration service

    Asked by oracle.apps.ad.clone.ApplyApplTop

    ERROR: AutoConfig completed with errors. Check the logfile at /data/appl_top/inst/apps/TEST_oracleupk/admin/log/ApplyAppsTier_09121501.log for more details.

    ApplyApplTop completed successfully.

    # Check the race situation AutoConfig of ApplyApplTop

    WARNING: The autoconfiguration service has completed with errors.

    Please help me solve this problem, your prompt response will be highly appreciated.

    -Thank you

    Ankur

    Audit of the pool of port 70

    fact: Port pool 70 is free

    You used port 70 for the node of the database layer, so you will need to use the same port pool (70 instead of 80) when running "perl adcfgclone.pl appsTier.

    Thank you

    Hussein

  • ADF / integration OBIEE: unable to connect to the presentation BI server

    Hello
    Using JDeveloper 11.1.1.6, I created an ADF application to test its integration with OBIEE 11.1.1.6. The request contains the jsf page that holds the OBIEE dashboard. Next, OBIEE, I created impersonate user. When I run this application on Weblogic Server built-in, it shows dashboard OBIEE perfectly. But when I deploy the application on weblogic OBIEE server, deployed with success but shows following error when we try to access the application via a URL.

    Unable to connect to the presentation BI server. Please ensure that it is running, configured correctly, and that the details of the connection in this application is accurate. Please check the log file for more details.

    (Http) connection works very well when check it out us inside the app. Can you please help how to solve this problem?

    Hello
    Bad news.

    How did you create the connection? In the resource Palette?

    I noticed that I have to drag the connection in the connections of Application resources (if it is not present), I have to uncheck in the properties/deployment of applications 'Powers' and cancel the deployment of the application and redeploy with JDEV (or em)

    This connection is really not clear in my mind

  • Unable to connect to the remote computer

    Hello

    I work in an organization. I set up VPN in my computer and when I try to access a remote server, it comes with the following error:

    Remote Desktop cannot connect to the remote computer to one of the following reasons:

    1. remote access to the server is not enabled

    2. the remote computer is disabled

    3. the remote computer is not available on the network

    Make sure that the remote computer is on and connected to the network, and remote access is enabled.

    I connected several times using my computer. I had no problem. But suddenly am facing it.

    I also tried another computer and I was able to connect without any problems.

    When connected to the VPN, am able to ping the server name and IP. Am also able to connect to shared folders (\\COMPUTERNAME). But I am not able to connect to the desktop remotely using DRC (mstsc).

    Help, please!

    Thank you.

    Vignesh.

    Hello

    Thanks for posting your query in Microsoft Community.

    The Microsoft Answers community focuses on the context of use. Please reach out to the business community of COMPUTING in the TechNet forum below:

    http://social.technet.Microsoft.com/forums/en/category/w7itpro

Maybe you are looking for