RMAN-04006: auxiliary database error: ORA-12504: TNS:listener has not been

HIII...

I was doing my dataguard configuration, my primary side is a 2 node RAC and my stand by is a single node.
IM using the database and 11 GR 2 grid infrastructure.

When I try to connect to the rating system standy priamry using RMAN im getting the following error.

[*[*Oracle@Rac2 ~] rman target $ / auxiliary sys / sys@to_std *.

Recovery Manager: release 11.2.0.1.0 - Production on Thu Sep 29 20:39:04 2011

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

connected to target database: RAC (DBID = 2346715690)
RMAN-00571: ===========================================================
RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
RMAN-00571: ===========================================================
RMAN-00554: initialization of the package manager internal collection failed
RMAN-04006: auxiliary database error: ORA-12504: TNS:listener did not have the SERVICE_NAME in CONNECT_DATA


My tnsnames.ora file is as follows

to_std =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = tcp (PORT = 9999))(HOST=datagrd))
)
(CONNECT_DATA =
(SERVICE_NAME = STB.msftpnq.com)
)
)


and my listsner.ora file is as follows

list_std =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = tcp (PORT = 9999))(HOST=datagrd))
)
)
SID_LIST_list_std =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = STB.msftpnq.com)
(SID_NAME = STB)
(ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1)
)
)


Please can someone help me to solve the issue.


Thanks in advance.

change the string Service_name in the tnsnames.ora file in the following and try again

(SERVICE_NAME = STB) will be replaced by (SERVICE_NAME = STB.msftpnq.com)

Tags: Database

Similar Questions

  • RMAN-04006: auxiliary database error: ORA-01031: insufficient privilege

    To clone physical db Eve, during the implementation of custody of data I am getting following error. How can I solve this problem.
    Recovery Manager: Release 11.2.0.1.0 - Production on Mon May 2 15:01:50 2011
    
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    
    RMAN> connect target sys
    
    target database Password: 
    connected to target database: TMDB (DBID=1592716922)
    
    RMAN> connect auxiliary sys@tbdb
    
    auxiliary database Password: 
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-04006: error from auxiliary database: ORA-01031: insufficient privileges

    Small link will help

    http://forums.Oracle.com/forums/thread.jspa?threadID=920605

  • RMAN-04006: auxiliary database error.

    Hi all

    Get this error when you try to do an RMAN Duplicate command.
    Well, first of all, just try to connect to THE DB fails with this error:

    ORA-12528: TNS:listener: all appropriate instances are blocking new connections


    (1) target to the db is in State of EDITING.
    (2) the DB versions are 11.2.0.2
    (3) file listener is supported by the GRID.

    I looked at a few notes of ML, specially
    Connection to the use of the auxiliary string failed with ORA-12528 [419440.1 ID]
    also this:

    ORA-12528: TNS:listener: all appropriate instances are blocking new connections [301099.1 ID]

    doesn't help at all...

    any ideas?

    RMAN-03002: failure of Db in dual at 13/06/2011 13:25:01
    RMAN-06174: not connected to the auxiliary database
    RMAN-03015: an error has occurred in the script stored memory Script
    RMAN-04006: auxiliary database error: ORA-12514: TNS:listener is not currently of service requested in connect descriptor

    Well... DATABASE TARGET (script running);

    I always offer to run DUPLICATE ONLY auxiliary instance. No source/target server.

    Instance Oracle to close
    output channel: prmy1

    Because if you connect an auxiliary instance of another remotly server, for the most part, it fails each time as oracle bounces to THE databases (because of internal scripts).
    So I highly recommend to run the script from the auxiliary server no target.

    as

    $ rman target sys/***@prod auxiliary.

    RMAN > duplicate target database to "to the";

    Thank you.

  • ERROR: ORA-12514: TNS:listener is not currently of service required

    My database in GNU / Linux, I by default SID like ORCL, and I created 3 other occurrences of DB (TST1, FS2 and TST3). As long as my system has not been retired, I'm Basel connect to instances. Once straightened out my system I'm unable to connect to the new DB instances... Adivice pl... Thank you...

    In sqlplus: name of username/password @ ORCL - works fine...

    name of user/password @TST1 or of other services... .i am getting... error... ERROR: ORA-12514: TNS:listener is not currently of service required

    I created all the DB instances using below command:

    DBCA-silent - createDatabase-templateName - General_Purpose.dbc - gdbname TST1-sid TST1 responsefile - NO_VALUE - characterSet AL32UTF8 - memoryPercentage 40 - emConfiguration LOCAL

    Published by: user10980939 on July 20, 2011 14:16

    Salvation;

    Post your TNSNAMES.ora entery please

    Respect of
    HELIOS

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

    Hello

    I installed Oracle 11 g on Ubuntu 10.04 LTS(64bit) version. but I am not able to connect from the client computer to the oracle server. I got following error in my Ruby on Rails App

    rake db: migrate
    rake abandoned!
    ORA-12504: TNS:listener did not have the SERVICE_NAME in CONNECT_DATA

    (See full trace by running task with the option - trace)

    ==========================================================================
    It's my lister.ora file

    listener.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = orcl.mysite.net)
    (SID_NAME = orcl)
    (ORACLE_HOME = u01/app/oracle/product/11.2.0/dbhome_1)
    )
    )

    LOGGING_LISTENER = OFF

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = server1.mysite.net) (PORT = 1521))
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    )
    )

    ADR_BASE_LISTENER = / u01/app/oracle

    TRACE_LEVEL_LISTENER = OFF
    ======================================================

    and my tnsnames.ora file

    tnsnames.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.

    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = server.mysite.net) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    )
    )

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

    I was depending on status for orcl
    bin/lsnrctl status orcl

    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 22 January 2011 17:19:44

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

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = server.mysite)(PORT=1521) .net) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl)))
    STATUS of the LISTENER
    ------------------------
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Beginning of January 22, 2011 14:24:04
    Uptime 0 days 2 h 55 min 39 sec
    Draw level off
    Security ON: OS Local Authentication
    SNMP OFF
    Parameter Listener of the /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora file
    Summary of endpoints listening...
    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp) (HOST = server.mysite .net)(PORT=1521)))
    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1521)))
    Summary of services...
    Service 'orcl.mysite.net' has 2 occurrences.
    Instance "orcl", status UNKNOWN, has 1 operation for this service...
    Instance "orcl", State LOAN, has 1 operation for this service...
    Service 'orclXDB.mysite.net' has 1 instance (s).
    Instance "orcl", State LOAN, has 1 operation for this service...
    The command completed successfully



    How to fix

    Thank you
    AVIN as

    Hello

    Please change ORACLE_HOME in listener.ora as /u01/app/oracle/product/11.2.0/dbhome_1--

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

    Dear all,

    IAM facing the problem of connection on the OEM Console is unable to connect to LISTENER_ORADB if I can connect to databases.

    AMT-04412: A problem reading or writing of an address caused by: oracle.net.config.SOExceptionConfig: Tns-04408: object type is not valid: 8

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


    Thank you
    Iqbal...

    Paste the tnsname.ora and listener.ora

  • ERROR - ORA-12514: TNS:listener does not know now of immediate service

    Hi all
    Is the problem that I do face when I access oracle 10g database.it was wrking fine a few days back then I installed the developer 10g suite.after I am facing the problem (ERROR - ORA-12514: TNS:listener does not know currently of service requested in connect descriptor) every time I try and access my database.any 10 g help will be very appreciated.
    Thanks in advance
    Mourad

    Hello

    Make sure that you use right tnsnames.ora as you have it installled oracle developer suite after installation of the database so it could change your ORACLE_HOME as a result of developer. You have 2 choices

    1. replace oracle_home installation of oracle database in the variables env control panel system
    or
    1 copy the tnsnames.ora, listener.ora under Developer suite... location/networ/admin.

    If you are using on your local computer, you do not have this and you should be able to connect but if you use it is not bad either.

    Output from the following command post

    lsnrctl status
    

    Concerning

  • ORA-12505, TNS:listener has not currently SID /on sqldeveloper k.w.

    Hello

    I tried to connect to my Oracle 11g with sqldeveloper server, I have donloaded

    but I have this error:

    Listener refused the connection with the following error:

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

    Codice fornitore 12505

    the default sid name in sqldeveloper is "xe".

    I have tiyped

    tsping orcl:

    and SERVICES LSNRCTL:

    What should I type in SID?

    Help, please

    Thank you

    2846174 wrote:

    Hello

    I tried to connect to my Oracle 11g with sqldeveloper server, I have donloaded

    but I have this error:

    Listener refused the connection with the following error:

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

    Codice fornitore 12505

    the default sid name in sqldeveloper is "xe".

    It can be the default, but it may not be suitable for YOUR installation.

    I have tiyped

    tsping orcl:

    If we see that if you use tnsnames.ora to solve your connection request, the net service name "orcl" (that you specified on your tnsping) solves a service name (not a SID) of "orcl.homenet.telecomitalia.it".  Nowhere it is not a reference to XE in YOUR configuration.

    and SERVICES LSNRCTL:

    And we see that your listener support an instance named "orcl".  Once again, XE is not found.

    What should I type in SID?

    Maybe nothing.  Maybe you're using the wrong "type of connection', 'base', select 'tns '.

    Then 'network alias' dropdown will be filled with your tnsnames.ora file, to choose one.

    OR...

    Leave connection type as ' basic' and instead of 'SID', supply "service name".  If you go this route, you will need to provide the correct host name and port.  You can get the values of what you saw when you made "tnsping.

    Help, please

    Thank you

  • ORACLE auxiliary database error: ORA-01152: 2 file was not restored en

    Hello

    I'm trying to clone a database. It is in log mode archive.
    I took a complete using below command
    run {
      backup
         tag 'DAILY_WHOLE'
         format 'FULL_backup_%s_%p_%c.bkp'     database
         plus archivelog
         tag 'DAILY_WHOLE'
         delete all input;
      backup
         current controlfile
         format 'FULL_backup_%s_%p_%c.bkp'     tag 'WHOLE'
         spfile
         format 'FULL_backup_%s_%p_%c.bkp'     tag 'WHOLE';
    }
    then I run a duplicate database command
    RUN
    {                         
     DUPLICATE DATABASE TO TEST_DB
              NOFILENAMECHECK
                NOREDO
               BACKUP LOCATION '/disk10/flash_recovery_area/PROD';
     }
    in the end, I got this error.
    contents of Memory Script:
    {
       Alter clone database open resetlogs;
    }
    executing Memory Script
    
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 05/15/2013 11:59:21
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06136: ORACLE error from auxiliary database: ORA-01152: file 2 was not restored from a sufficiently old backup
    ORA-01110: data file 2: 'sysaux.dbf'
    Can someone help me? I'd be happy. Thank you

    NOREDO would be used when you have a consistent backup (i.e. backup performed while the database is mounted, but is not OPEN) and so any archivelogs must be applied. (It would also be the case for a NOARCHIVELOG database).

    See the notes on NOREDO in order to DUPLICATE documentation in the backup and recovery of reference.

    http://docs.Oracle.com/CD/E11882_01/backup.112/e10643/rcmsynta020.htm#i81724

    Hemant K Collette

  • Test failed: listener refused the connection with the following error: ORA-12505, TNS:listener is not currently of SID given in connect descriptor

    Hello

    I was trying to set up a database connection in Oracle developer j 12 c.

    It's showing this exception.

    I m in this news. Could someone help me pls to solve this issue.

    I have attached the screen for reference.

    https://www.dropbox.com/SC/ua5a92q6kwwflui/wiuCXO_gaG

    Thank you

    Lax

    Database, you are trying to connect is ORCL? If Yes, then you suggest that you write ORCL in the dialog box where you are supposed to write the instance that is directed by the attachment instead of XE what we ORCL

  • ORA-12514: TNS:listener could not resolve service_name

    trying to duplicate db on a remote server, the message, I was wondering how I can make work PMCO is on the remote server, if I add this in listener.ora it says no db name race

    Oracle: tulpcorpadb03$ rman TARGET sys/***@wcmp AUXILIARY.

    Release of Recovery Manager: 9.2.0.8.0 - 64 bit Production

    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of the package manager internal collection failed
    RMAN-04005: target database error:
    ORA-12514: TNS:listener could not resolve service_name in connect descriptor
    Oracle: tulpcorpadb03$ tnsping PMCO

    AMT Ping Utility for IBM/AIX RISC System/6000: Version 9.2.0.8.0 - Production on November 5, 2009 11:21:44

    Copyright (c) 1997, 2006, Oracle Corporation. All rights reserved.

    Use settings files:


    TNSNAMES adapter used to resolve the alias
    Try to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = PWR_DB01-HA)(PORT = 1522)
    () (CONNECT_DATA = (SERVICE_NAME = PMCO)))
    OK (10 ms)
    Oracle: tulpcorpadb03$ sqlplus "sys/***@wcmp as sysdba;
    >
    Oracle: tulpcorpadb03$ sqlplus "sys/***@wcmp as sysdba;

    SQL * more: version 9.2.0.8.0 - Production game 5 11:23:06 Nov 2009

    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

    ERROR:
    ORA-12514: TNS:listener could not resolve service_name in connect
    descriptor of

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=tulpcorpadb03) (PORT = 1521)))
    Summary of services...
    Service "PMCO" has 1 instance (s).
    Instance "PMCO", LOCKED status, has 1 operation for this service...

    BLOCKED is a problem & needs to be solved.

    local & remote control are meaningless from my point of view terms

    using specific host names avoids confusion

    Why 1 system uses use of 1522 & one other port 1521?

  • ORA-12514: TNS:listener is not currently in service

    I installed Oracle Database 11 g and I can access jet database SQL Plus and everything ok, but when I install developer Oracle 11 g and when I try to connect from the form of database, I can't.

    and when I go to the Network Configuration Wizard and add the connection I find this error "" ORA-12514: TNS:listener does not currently of service requested in connect descriptor "and when I check the service all the Oracle service works very well."

    I need help to solve this problem.

    Thank you
    EYAD

    Hello

    I think that your installation of forms is not configured properly again to connect to the database.

    Try to connect to sqlplus in forms_home with the name of the service, if you can connect to the database from there, you will be able to connect using forms also.

    You have netconfiguration manager in you installation of forms, you can use it to add an entry of tns for your database

    You can post your tnsnames.ora content of $ORACLE_INSTANCE/config

    Please see the thread {: identifier of the thread = 1091615}

    Concerning
    SANAE

  • ORA-12521: TNS:listener is not currently of requested instance...

    Hi all.
    Oracle database 11g Release2
    Oracle Grid 11g Release2
    Oracle linux 5.5.
    I get this error ORA-12521 after system reboot
    This problem only in ud1 UD2 works very well there is no error with the same configuration
    but only get error on Node1.
    He started working, but when I reboot the system then its the following error throughing
    a lot of research and I did the same to what was mentioned in these documents.
    I have read somewhere its just temporary error but if its temporary so why its giving the same error all the time on my Node1?
    There should be reason for this guide please so me and if possible help me out.thanks beforehand.
    Here is the error.
    SQL*Plus: Release 11.2.0.1.0 Production on Tue May 31 01:38:46 2011
    
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    
    Enter user-name: sys/****@racdb1-taf as sysdba
    ERROR:
    ORA-12521: TNS:listener does not currently know of instance requested in
    connect descriptor
    Note:-he started working, but when I reboot the system, then the same error is provided.

    Hello

    Try the following.

    RACDB2-TAF =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = racnode2-vip)(PORT = 1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = racnode1-vip)(PORT = 1521))
        )
        (CONNECT_DATA =
          (SERVICE_NAME = racdbXDB.localdomain.com)
          (INSTANCE_NAME = racdb2)
          (FAILOVER_MODE=
          (BACKUP=RACDB1-TAF)
          (TYPE=SELECT)
          (METHOD=PRECONNECT)
         )
        )
      )
    
    RACDB1-TAF =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = racnode1-vip)(PORT = 1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = racnode2-vip)(PORT = 1521))
        )
        (CONNECT_DATA =
          (SERVICE_NAME = racdbXDB.localdomain.com)
          (INSTANCE_NAME = racdb1)
          (FAILOVER_MODE=
          (BACKUP=RACDB2-TAF)
          (TYPE=SELECT)
          (METHOD=PRECONNECT)
         )
        )
      )
    

    Sarah

  • ORA-12505 TNS Listener does not currently in SID

    Hello
    When I try to connect to Oracle Sql developer, error "ORA-12505 TNS Listener does not currently of SID given in connect descriptor". ""
    I use 11 GR 1 material on Windows XPSP2 platform. But several sql works very well.
    Thank you

    Published by: user12222356 on April 11, 2010 07:20

    user12222356 wrote:
    This time the Sql developer is connected successfully. But there is not a question of being happy because what happens frequently. Sometimes is connected while sometimes the connection refused... All, it seems, is that SQL Developer connection to the Oracle server depends on luck.
    Is there any solution to get rid of this problem?

    It's a matter of timing.

    First thing that should be launched is the listener. Who should be started on boot. For a laptop or another machine which uses the DHCP protocol, the listener must be configured to talk to the loopback adapter.

    Then the database should be started to talk to listening on the port of sight to the listener - it is applied either with the "LOCAL_LISTENER" database being left to null (for the default listener on 1521). This can be checked by "Lsnrctl status" showing the instance of database such as saved and available.

    Then the SQLDeveloper can start up, pointing to the same host, port, and service/instance, as shown in "lsnrctl status".

  • ORA-12505, TNS:listener is not currently of SID...

    The President complied,

    I installed
    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    It worked fine for 2 days and its suddenly began raise the following error:
    java.sql.SQLException: Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor The Connection descriptor used by the client was: localhost:1521:XE 
    My listener.ora
    # listener.ora Network Configuration File: c:\oracle\product\10.1.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = c:\oracle\product\10.1.0\db_1)
          (PROGRAM = extproc)
        )
      )
    
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
          )
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
          )
        )
      )
    My tnsnames.ora
    # tnsnames.ora Network Configuration File: c:\oracle\product\10.1.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
        )
      )
    
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
        )
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
        )
      )
    My sqlnet.ora
    # sqlnet.ora Network Configuration File: c:\oracle\product\10.1.0\db_1\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    My JDBC class:
    import java.sql.Connection;
    import java.sql.DriverManager;
    
    
    public class DB{
    
        public static Connection getOracleConnection() throws Exception {
        String driver = "oracle.jdbc.driver.OracleDriver";
        String url = "jdbc:oracle:thin:@127.0.0.1:1521:XE";
        String username = "RMS";
        String password = "s09204031";
    
        Class.forName(driver); 
        Connection cnn = DriverManager.getConnection(url, username, password);
        return cnn;
      }
    }
    Journal of the listener
    TNSLSNR for 32-bit Windows: Version 10.1.0.2.0 - Production on 17-NOV-2009 16:01:55
    
    Copyright (c) 1991, 2004, Oracle.  All rights reserved.
    
    System parameter file is c:\oracle\product\10.1.0\db_1\network\admin\listener.ora
    Log messages written to c:\oracle\product\10.1.0\db_1\network\log\listener.log
    Trace information written to c:\oracle\product\10.1.0\db_1\network\trace\listener.trc
    Trace level is currently 0
    
    Started with pid=3644
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    17-NOV-2009 16:01:57 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Administrator))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=168821248)) * status * 0
    17-NOV-2009 16:02:47 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Administrator))(COMMAND=services)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=168821248)) * services * 0
    17-NOV-2009 16:02:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Administrator))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=168821248)) * status * 0
    Thank you and best regards

    Run "lsnrctl status" and if she does not see that your XE service you may need to manually add in listener.ora part SID_LIST:
    for example:

    SID_LIST_LISTENER10G =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = c:\oracle\product\10.1.0\db_1)
    (= Extproc PROGRAM)
    )
    (SID_DESC =
    (GLOBAL_DBNAME = XE)
    (SID_NAME = XE)
    (ORACLE_HOME = c:\oracle\product\10.1.0\db_1)
    )
    )

    or similar...

    Also, make sure that you can resolve localhost for example ping localhost

    Edited by: Kecskemethy November 17, 2009 06:12

Maybe you are looking for

  • HP Envy 15-j165so PC: keyboards

    So basically, I spilled coke all over my keyboard so I started cleaning off the keys and key holes with cotton swab cleaning. All keys are now very well except the D key. The little tiny hooks of the key is is broken when I removed the key. I use ano

  • How can I integrate signals between t0 and T1

    My problem is: I use USB6251 to receive signal Y permanently, including proportional to t dX/d. I have to calculate the X signal in the interval between t0 and t1. I've known who can use integralx (t) to integrate this signal continuously, but I do n

  • HP Officejet 6000 E609a Watch series

    Hello Does anyone know if there is a way out of the standby mode [standby] for HP Officejet 6000 E609a Series? I looked on the internet for the last two hours and I can't find anything. Please help and thank you.

  • All my mp4 videos changed icons with a music symbol, while media player is set as default.

    Original title: Doug I have windows 7, can someone help me. All my new mp4 video matter now changed the icons with a symbol of music and even a couple of my 'old'. I got the media player by default but the icon does not change, I would like to see th

  • Cisco ACS 4.2 providing display orders only

    I am trying to create a user so that I can give him only to run see command nothing else. (1) created a user in ACS (2) create Shell permission Set - ReadOnly command Unmatched orders - deny Commands added Show output 3) established a group - support