Urgent - listener aliases

Hi I have a rather urgent issue - I thought this would be simple but it is not working. I feel I am close:
I have an instance name TIRAT04, but I am rebuilding it and must rename the new one TIRAT04A. I want all my applications to still be able to connect using the old SID, but am not having any luck. All client are jdbc thin, using the Oracle 10.2 driver.
I have gotten as far as being able to tnsping the new connection locally, but my jdbc client still give me the error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
Here is my listener.ora and tnsnames on the DB server:
listener.ora:
=======================
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
(PROGRAM = extproc)
(SID_DESC =
(GLOBAL_DBNAME = TIRAT06)
(ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
(SID_NAME = TIRAT06)
(SID_DESC =
(GLOBAL_DBNAME = TIRAT06A)
(ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
(SID_NAME = TIRAT06)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP)(HOST = jumpdb3.mydomain.com)(PORT = 1521))
===========
tnsnames.ora
=============
TIRAT06 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = jumpdb3.mydomain.com)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = TIRAT06.mydomain.com)
TIRAT06A =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = jumpdb3.mydomain.com)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = TIRAT06.mydomain.com)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
=================
Anyone know what I am missing? Is this possible with the thin client?
appreciated!
Trevor

More info - I can connect with the EM console using the alias, but unfortunately this is an OCI connection, not JDBC thin. The problem seems to lie in the request for SID (jdbc) vs SERVICE_NAME (OCI)
06-MAY-2006 00:51:49 * (CONNECT_DATA=(SID=TIRAT06A)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.5.150.55)(PORT=2120 )) * establish * TIRAT06A * 12505
TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
06-MAY-2006 01:02:38 * (CONNECT_DATA=(SERVICE_NAME=TIRAT06A)(CID=(PROGRAM=C:\oracle\product\10.2.0\client_1\jdk\jre\bin\java.exe)(HOST=TMARSHALL )(USER=tmarshall))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.5.150.55)(PORT=2185)) * establish * TIRAT06A * 0
How can I resolve SID to SERVICE_NAME, without changing the jdbc datasource in my applications? I know the SID is actually burned into the DB.
I followed this thread Listener alias question.
but it didn't help. Same problem, but not JDBC.
[oracle@jumpdb3 ~]$ lsnrctl status
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 06-MAY-2006 01:12:32
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
Start Date 05-MAY-2006 19:08:40
Uptime 0 days 6 hr. 3 min. 51 sec
Trace Level off
Security ON: Local OS Authentication
SNMP ON
Listener Parameter File /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
Listener Log File /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=jumpdb3.mydomain.com)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "TIRAT06" has 1 instance(s).
Instance "TIRAT06", status UNKNOWN, has 1 handler(s) for this service...
Service "TIRAT06.mydomain.com" has 1 instance(s).
Instance "TIRAT06", status READY, has 1 handler(s) for this service...
Service "TIRAT06A" has 1 instance(s).
Instance "TIRAT06", status UNKNOWN, has 1 handler(s) for this service...
Service "TIRAT06XDB.mydomain.com" has 1 instance(s).
Instance "TIRAT06", status READY, has 1 handler(s) for this service...
Service "TIRAT06_XPT.mydomain.com" has 1 instance(s).
Instance "TIRAT06", status READY, has 1 handler(s) for this service...
The command completed successfully
cheers,
Trev

Similar Messages

  • URGENT, LISTENER HELP

    Dear,
    i have 2 node RAC and 2 listener on each node.
    ASM_HOME;/u01/oracle/product/10.2.0/asm (LISTENER NAME ASM_EBS-DB1) port =1521
    ORACLE_HOME:/u01/oracle/product/10.2.0/db (listener name LISTENER) port=1525
    set TNS_ADMIN=/u01/oracle/product/10.2.0/db/network/admin
    when runnging
    $lsnrctl start
    it pickup the correct listener parameter but start the wrong port .
    always pickup the port 1521
    even the ENV set to the database when run
    lsnrctl status
    IT ALWAYS SHOW 1521
    CAN SOMEONE PLEASE HELP.
    REGARDS,

    the problem i have now is
    with service is ready CRP3
    but i can not connect like this
    sqlplus>conn apps/apps@crp3 or
    sqlplus >conn apps/apps@crp31
    GOT this erro from the listener
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.10.2.120)(PORT=1525)))
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.10.2.122)(PORT=1525)))
    Listener completed notification to CRS on stop
    SNMP OFF
    Listener Parameter File /u01/oracle/product/10.2.0/testdb/network/admin/CRP31_ebstest-db1/listener.ora
    Listener Log File /u01/oracle/product/10.2.0/testdb/network/log/listener_ebstest-db1.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.10.2.120)(PORT=1525)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.10.2.122)(PORT=1525)))
    Services Summary...
    Service "CRP3" has 2 instance(s).
    Instance "CRP31", status READY, has 2 handler(s) for this service...
    Instance "CRP32", status READY, has 1 handler(s) for this service...
    Service "CRP31" has 1 instance(s).
    Instance "CRP31", status UNKNOWN, has 1 handler(s) for this service...
    Service "CRP3_XPT" has 2 instance(s).
    Instance "CRP31", status READY, has 2 handler(s) for this service...
    Instance "CRP32", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> exit
    [oracle@ebstest-db1 CRP31_ebstest-db1]$ lsnrctl
    LSNRCTL for Linux: Version 10.2.0.4.0 - Production on 03-MAY-2009 12:45:17
    SQL> conn apps/apps@crp1
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified

  • LISTENER: Service/SID Aliases

    Hi,
    I have this db instance that answer correctly to DEVDB from a service DEVDB
    Now, I would like to have it accept connection to TESTDB as well.
    I know it is possible to use some sort of aliases but not sure how to setup the .ora files
    here are the files;
    # listener.ora Network Configuration File: /usr/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /usr/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = DEVDB.DEV)
    (ORACLE_HOME = /usr/app/oracle/product/10.2.0/db_1)
    (SID_NAME = DEVDB)
    (SID_DESC =
    (GLOBAL_DBNAME = DEVDB.DEV)
    (ORACLE_HOME = /usr/app/oracle/product/10.2.0/db_1)
    (SID_NAME = TESTDB)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ~
    # sqlnet.ora Network Configuration File: /usr/app/oracle/product/10.2.0/db_1/network/admin/sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    NAMES.DEFAULT_DOMAIN = DEV
    ~
    # tnsnames.ora Network Configuration File: /usr/app/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    #DEV =
    # (DESCRIPTION =
    # (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    # (CONNECT_DATA =
    # (SERVER = DEDICATED)
    # (SERVICE_NAME = dev)
    DEVDB.DEV =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = DEVDB)
    DEVDB.DEV =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = TESTDB)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ~

    each name must be in single quotes and the list is separated by commas.Not necessarily :
    SQL> sho parameter service
    NAME                                 TYPE        VALUE
    service_names                        string
    SQL> alter system set service_names='devdb, testdb';
    System altered.
    SQL> sho parameter service
    NAME                                 TYPE        VALUE
    service_names                        string      devdb, testdb
    SQL> alter system set service_names='devdb','testdb';
    System altered.
    SQL> sho parameter service
    NAME                                 TYPE        VALUE
    service_names                        string      devdb, testdb
    SQL>
    How can I make this alias work so I can connect to the short name;
    testdb and it will connectd by default to the dev domain but if I specify testdb.prod it will go the the production database??Not sure to understand... you'd want to simultaneously use two different domains for the same database ?

  • Listener not starting(urgent)

    when i am trying to start the listener i am getting the following error.
    LSNRCTL>start listener
    TNS-12560 TNS protocol Adapter error
    No such file or directory error.
    Let me know the sloution for this problem please.
    OS is windows sever 2000
    Database version 9i.
    Thankx...

    Check the listener.log file in the logs directory (%ORACLE_HOME%\network\logs). See if all locations listed exist. Maybe the logs directory is not even writeable?
    Paste contents of listener.ora.
    And - this is a voluntary forum; urgent questions are handled by support - here you get what you paid for

  • Very Urgent.. Critical Listener Issue...Please help!!

    Dear All,
    i'm getting a critical error with the listener. as per client's request we made 6 listners in different ports since the application is port specific so as to balance the load. The Details of the DB server:
    Oracle Version: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    O.S. : Microsoft Windows Server 2003 Enterprise Edition(5.2, build 3790)
    Service Pack 2
    The service pack 2 patch had been applied just yesterday (18hrs)i.e. one day before
    The problem is the listener is getting stopped after some interval. and we have to manually stop and start again and again. I've deleted all the listeners and recreated it but all in vain. When i'm giving the STATUS LISTENER command from lsnrctl utility it is getting hanged and forcefully i've to break the command using Ctrl+C.
    Please suggest me what to do since i cannot go on monitoring the process everytime? is it because of the patching ? if so, why it is giving error after so long time i.e . after 18 hrs?

    Well if tracing is not helping you than I guess the best way out will be to raise an SR only.Because like you mentioned that its getting hung , I guess only the support people will be in a better position to tell some thing abut it.
    Aman....
    PS: Please don't use "urgent" word in the posts. Its not really a good gesture on a free and public forum where all posters and all posts are alike.

  • Apex Listener Images... urgent help

    I followed the steps in this doc to install apex listener with weblogic, and got it running
    http://www.oracle.com/technology/products/database/application_express/html/apex_listener_install_web.html
    but I cannot for the life of me find where to put the images directory on here.... can someone help me out?
    this is a windows 2003 machine.
    I copied into the images directory in C:\Oracle\Middleware\Oracle_PFRD\j2ee\home\default-web-app\docs
    and copied a new directory called "i" in here.... anyone able to help me out?
    Thanks,
    Scott

    I found an image on this site, but my listener config looks different
    http://2.bp.blogspot.com/_HTPuwjEAZfk/SZngkENGFSI/AAAAAAAAAM8/W6UmUx5mvtM/s1600-h/ListenerConfig.JPG
    at the bottom of mine, it says
    Files can be stored for quick access and will expire at the specified duration. and for file storage, does not give /i location

  • URGENT - Posting a XML file to a listener URL

    Hi all,
    I have a situation like this: A servlet Client should post a XML file
    to a listener URL, and the listener responds back with a XML file
    after the processing the posted XML file.
    1. Before posting, the servlet client should establish a session with
    the server on which the listener URL is sitting and the Server will
    return a cookie with the authentication credentials to the servlet
    client.
    2. That cookie should be added to the HTTPResponse and then the
    posting of the file should happen.
    The first part is happening okay ..and i could add that cookie to the
    HTTPresponse.
    Now, did anyone successfully post a XML file to a listener URL like this from a servlet?
    I tried using URLConnection, but my cookie got lost and i got back a 401 error. The key there is i should use the same HTTPrequest and HTTPresponse objects, as the cokie needs to be retained!
    Any example code please!!
    thanks a lot
    Rox

    Thanks for your response, but i dont think using authenticator would work. To tell you exactly what is happening there, the url to which the sevlet posts the XML file is protected by Siteminder ( a Enterprise securty platform) and all it requires is a cookie with authenticated credentials on the httprequest/httpresponse objects which are trying to post to that URL. If it find the cookie with the credentials, then the requestor will not be challenged for credentials.
    Here is what i am doing:
    String urlString = "http://webservicesURL.com/ws";
    Cookie SMSESSION = setSMSession();
              if(SMSESSION != null)
                   response.addCookie(SMSESSION);     
              System.out.println("\n..Cookie confirmation..\n"+SMSESSION.getName()+" : "+SMSESSION.getValue());
    URL u = new URL(urlString);
              URLConnection conn = u.openConnection();
              conn.setDoOutput(true);
              conn.setDoInput(true);
              conn.setRequestProperty(SMSESSION.getName(),SMSESSION.getValue());
              OutputStream out = conn.getOutputStream();
    BufferedReader in = new BufferedReader(new FileReader(file));
              while((s = in.readLine())!= null)
                   xml_line = xml_line+s;
              writer.println("The XML file is ..\n");
              writer.println(xml_line);
              writer.println("\n\n\n");
              out.write(xml_line.getBytes());
              InputStream ins = conn.getInputStream();
    when i execute the servlet, i get a tomcat error 401 on the last line above.
    So the new URLConnection that is being opened, is not carying the credentials with it, or the siteminder is unable to read the credentails from the URLConnection. But i am positive that it can read the credentials from the cookie from the HttpResponse object.
    Do you have any more ideas, please?
    thanks

  • Urgent : MDB stops listening to the queues after some time  !!!

    Hi,
    I am using OJMS with OC4J 10.1.2 and db 9.2.0.5. I have a web application which send messages into the queue very frequently.
    But the problem is the MDBs stop listening to the queues after some time (1-2 days) and no more messages will be dequeued from that point.
    All these messages will move to the exception queue after their expiry.
    But the dequeing agains resumes after restarting the OC4J !.
    I guess, at some point mdbs are either becoming busy (locked ) or some exception occured while dequeing, hence they stop listening to the queues.
    Please throw some light on this issue as it is very crucial in my project.
    Regards
    Prashanth

    I've noticed this lately as well, with my iPhone 4. I couldn't confidently pin it directly on any particular iOS update, but my iPhone used to automatically connect up via Bluetooth with my Prius's handsfree feature, and now it doesn't. I work with a CE-based device at my job, with Bluetooth capability, and I used to test out that feature by having it discover my iPhone. This no longer works either.
    What I have found (not really a solution, but it does work and may be a clue for Apple) is that if I simply go to the Settings app then the General -> Bluetooth screen and let it sit there, it will pair right up with my car within a few seconds. Bluetooth is always on, and always says "Now Discoverable" at the bottom of the settings screen.

  • Can't connect to my database problem with listener or tnsname help urgent

    Hi here are the problems i get
    sqlplus scott/tiger@CHUCKY
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Mar 29 13:51:24 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Here is my config :
    ID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = CHUCKY)
    (ORACLE_HOME = /home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1)
    (SID_NAME = CHUCKY)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.1)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    # tnsnames.ora Network Configuration File: /home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1//network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    CHUCKY =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.1)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(Key = EXTPROC))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = CHUCKY)
    (INSTANCE_NAME = CHUCKY)
    (GLOBAL_NAME = CHUCKY)
    (HS = OK)
    I can't figure out what's wrong I have created database with dbca script giving
    sid=chucky
    globaldb name = chucky.rss-global.com
    I don't know what to do
    lsnrctl services listener
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 29-MAR-2006 13:54:41
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.1)(PORT=1521)))
    Services Summary...
    Service "CHUCKY" has 1 instance(s).
    Instance "CHUCKY", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:3 refused:0
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully
    Oracle is started and the listener too.What can i do?

    Ok I have changed environment rules
    oracle@debian:~$ env|grep ORACLE
    ORACLE_SID=CHUCKY
    ORACLE_BASE=/home/oracle
    ORACLE_HOME=/home/oracle/u01/app/oracle/oracle/product/10.2.0/db_1/
    But now even if i connect
    oracle@debian:~$ sqlplus SCOTT/tiger@CHUCKY
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Mar 29 15:30:37 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    or
    oracle@debian:~$ sqlplus SYS/tiger@CHUCKY as SYSDBA
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Mar 29 15:31:15 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    I am not sure but I think scott user is maybe locked by default.
    The problem to verify that is that I can't connect no more to oem, I only could the first time after creating CHUCKY database with emca .
    Connection refused, my computer doesn't make a listen on theses addresses, it only made a listen on it the first time I had created database.
    I don't know to reactivate it .
    http://localhost:5500/em
    http://localhost:1158/em
    iSQL*Plus HTTP port number =5560
    Enterprise Manager Console HTTP Port (test) = 1158
    Enterprise Manager Agent Port (test) = 3938
    Enterprise Manager Console HTTP Port (chucky) = 5500
    Enterprise Manager Agent Port (chucky) = 1830
    So I don't know exactly what the problem is oem is no more accessible so I can't change permission or reactivate scott user and it is said permissions denied when doing sqlplus as sysdba.

  • URGENT!! 8.1.6 / 7.3.4 on same box - LISTENER problems

    Hi all!
    Ever had one of those days? I have installed 8.1.6 onto our 7.3.4 server as directed in the installation notes etc.
    I have amended the listener.ora file as directed and this contains both the 7.3.4 instance and 8.1.6 instance. You can log on to the 8.1.6 via SQL*Plus with no problems, but when you try to get to the 7.3.4 instance, you get:
    ORA-12500: TNS:listener failed to start a dedicated server process
    Heellppppp!
    Thanks and regards,
    GR

    Hi All,
    I am trying to confugure the listener services on an existing Oracle 7.1.6.2 running on Digital Unix 4.0f. I installed Net Services from Oracle 7.2 CD ad with this Listener was installed successfully. But when I try to connect the server it gives the error oRA-12500.
    Can anyone comment on this.
    Tks,
    Ravi
    I ran into a bug (specific to my os - digital unix) when running an 8.1.5 listener and trying to connect to 7.3.4. It sounds like this may be the issue if you are on digital unix - the bug number is 740014.
    Hope this helps.
    Niki Robinson
    [email protected]
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Grossell ([email protected]):
    Hi all!
    Ever had one of those days? I have installed 8.1.6 onto our 7.3.4 server as directed in the installation notes etc.
    I have amended the listener.ora file as directed and this contains both the 7.3.4 instance and 8.1.6 instance. You can log on to the 8.1.6 via SQL*Plus with no problems, but when you try to get to the 7.3.4 instance, you get:
    ORA-12500: TNS:listener failed to start a dedicated server process
    Heellppppp!
    Thanks and regards,
    GR<HR></BLOCKQUOTE>
    null

  • URGENT : EVENT Listener Problem

    Hi All,
    Thanks for your time. I am facing a Small issue with Event
    dispatcher and Add Event listener. Well i will explain the problem.
    I am having one MovieClip named BUTTON_SET and i gave
    "ButtonSet.as" as linkage Class.
    Inside that BUTTON_SET i am having some Buttons and they are
    also having "UIButton.as" as linkage class
    UIButton Dispatching press and release events, But unable to
    capture it using ButtonSet Class. Here with i have attached the
    Code and i gave the Source URL Too.
    upto my Knowledge : UIButton class is not initiated When the
    ButtonSet is ready to addListener.
    Please Help me to fix this.
    if i don't find a solution i need to change all my class
    structures.
    CLICK HERE FOR SOURCE
    CODE

    According to your Code, When you are calling the InitHandler
    Functionction the Buttons may/may not be Initiated. So use the
    Enterframe to check whether its loaded or not.
    Write down this in the ButtonSet to replace the init Handler
    Call.
    this.onEnterFrame = Delegate.create(this, initHandler);
    inside the initHandler remove the function This will help you
    if you are not using any Enterframe for any other manipulation)
    delete this.onEnterFrame;

  • Urgent! http listener not started with services

    Hi,
    I installed oracle 9i on my win2k, and it runs fine when I started manually with the ${ORA_HOME}\j2ee\Oracle9iDS\startinst.bat.
    I then try to registrate it as services with this command: rwserver -install rep_mypcname autostart=yes
    It registrated successfully and I save it is started automatically, I also saw an icon (smart agent) on my right hand bottom taskbar.
    But when I tested it via http://localhost:8888/reports/
    It can't find the server, and obviously no http listener is up.
    All my config are default, here is my rwservlet.properties:
    SERVER_IN_PROCESS=YES
    Also there is no log files generated in ${ORA_HOME}\j2ee\Oracle9iDS\log\ when it is started as service, but if it is started from command line by using "startinst.bat", some log files are generated.
    Am I missing some steps?
    Thanks.
    David

    David,
    Script startinst.bat starts the OC4J instance, not the Reports Server. When you send request to http://<server>:<port>/reports/rwservlet, it will startup an in-process Reports Server if it has not been started.
    The command you run:
    rwserver -install rep_mypcname autostart=yes
    only install Reports Server as a service. It has nothing to do with OC4J instance, which you will still need to startup yourself. That's why http server is not up.
    The difference is that if the Reports Server is up, after you start up OC4J, the in-process server will no longer need to be started.
    -Jeff

  • Urgent:ORA-12514: TNS:listener does not currently know of service requested

    Database server LinuxAS4 10g
    oracle client in windows XP
    getting error
    lister.ora
    # listener.ora Network Configuration File: /home/oracle/product/network/ad
    stener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /home/oracle/product)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.9.19)(PORT = 1521))
    tnsnames.ora
    ORCL=
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.9.19)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ORCL)
    sqlnet.ora
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    SQLNET.AUTHENTICATION_SERVICES= (none)
    tnsping orcl is working fine
    C:\Documents and Settings\Administrator>tnsping orcl
    TNS Ping Utility for 32-bit Windows: Version 10.1.0.2.0 - Production on 21-JUN-2
    006 11:17:31
    Copyright (c) 1997, 2003, Oracle. All rights reserved.
    Used parameter files:
    E:\Oracle\product\10.1.0\Client_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.
    9.19)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ORCL)))
    OK (0 msec)
    from the client
    c:> set oracle_sid=orcl
    C:>sqlplus scott/tiger@orcl
    C:\Documents and Settings\Administrator>cd c:\
    C:\>sqlplus scott/tiger@orcl
    SQL*Plus: Release 10.1.0.2.0 - Production on Wed Jun 21 11:21:30 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor

    [oracle@localhost admin]$ lsnrctl start
    LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 21-JUN-2006 11:52:20
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Starting /home/oracle/product/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    System parameter file is /home/oracle/product/network/admin/listener.ora
    Log messages written to /home/oracle/product/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.19)(PORT=1521
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    Start Date 21-JUN-2006 11:52:20
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /home/oracle/product/network/admin/listener.ora
    Listener Log File /home/oracle/product/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.9.19)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    still getting eror

  • Urgent : regarding listener port functionality in Websphere 5.0

    Hi all,
    In my production I have two different Listener port (LP1 from JVM1) and (LP2 from JVM2) pointing to the same queue in the queue manager. Let say that a message gets dropped in the queue will there be any conflict for the message since two differnt thread(LP1 and Lp2) are looking at the same queue. Is there any best pratice that only one listener thread should be looking at one queue. Have anyone used the same architecture to run in the production environment and has issues with it.
    Thanks
    Manoj

    The code looks OK. I can only think of 2 suggestions:
    1) install fixpack 8 or better for the 5.0 runtime
    2) make user you have the TCP/IP moniter installed between the WS clinet and server (not between the browser and client). You should see the SOAP packet in the data in the request window. There is detailed help under "Using the TCP/IP Monitor to test Web services".
    -- Frank

  • TNS Listener Error. Please Help. Urgent

    Hello All,
    I restarted the Oracle Server. After restarting the TNS SERVICE is not starting at all. It shows the status as started and then thros the error "TNSLSNR.EXE encountered a problem and needs to close."
    The error stack is something like
    szAppname :TNSLSNR.EXE
    szAppver : 0.0.0.0
    szModename: unknown
    szModVer: 0.0.0.0
    offset :0003002
    Please help me to overcome this error. Even when i try to configure a new listener using the Net Configuration Assistant nothing happend. Means nothing shows up in the services.
    Please tell me what could be the possible reason and what should be done to overcome the issues.
    Regards,
    SID

    The documentation
    http://tahiti.oracle.com/
    Select your database version, note I guessed here because you don't provide that information.
    http://www.oracle.com/pls/db102/db102.homepage
    Enter listener.log into the Quick Search
    http://www.oracle.com/pls/db102/search?remark=quick_search&word=listener.log
    Analyzing Listener Log Files
    http://download.oracle.com/docs/cd/B19306_01/network.102/b14212/troublestng.htm#sthref1676
    Resolving the Most Common Error Messages for Oracle Net Services
    http://download.oracle.com/docs/cd/B19306_01/network.102/b14212/troublestng.htm#i440403

Maybe you are looking for