Remote conenct wiht Listener Problem

On linux server: I test it like
(sqlplus scott/tiger@ora9201) it worked.
and the listener lke this :
(Instance "PLSExtProc", status "unknown")
(Instance "ora9201", status "ready")
(Instance "ora9201XDB", status "ready")
when I choose net8 easy config on client to test the connection. It shows following mesg.
<Connecting....
The test did not succeed.
ORA-03106: fatal two-task communication protocol error
There may be an error in the fields entered
or the server may not be ready for a connection.
You can check the server and retry, or continue.>
Any Idea ?

explorer_prakash wrote:
Hi Everyone,
I faced a problem in our production primary DB like
the listener was running but it was not connecting through the remote system, when i accessed the primary database.
But when i restarted the listener it started connecting.
I want to know the reason for this crash/freeze.
Oracle version: Oracle Database 11g release 11.2.0.1.0 SE1 64 - bit productionwhat clues exist with listener.log file?
How do I ask a question on the forums?
SQL and PL/SQL FAQ

Similar Messages

  • Listener problem

    Hello,
    I have created new database and added connection string in to tnsnames.ora file but i am not able to connect with new database remotely.
    my tnsnames.ora file
    $ cat tnsnames.ora
    # tnsnames.ora Network Configuration File: /opt/appl/oracle/product/10.2.0/db/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    PROD2=
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 139.74.169.143)(PORT=1532))
    (CONNECT_DATA =
    (SID=ROD2))
    PROD=
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 139.74.169.143)(PORT=1532))
    (CONNECT_DATA =
    (SID=PROD)
    listener.ora
    $ cat listener.ora
    # listener.ora Network Configuration File: /opt/appl/oracle/product/10.2.0/db/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER_PROD =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /opt/appl/oracle/product/10.2.0/db)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = PROD)
    (ORACLE_HOME = /opt/appl/oracle/product/10.2.0/db)
    (SID_DESC=
    (SID_NAME = PROD2)
    (ORACLE_HOME = /opt/appl/oracle/product/10.2.0/db))
    LISTENER_PROD =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 139.74.169.143)(PORT = 1532))
    LSNRCTL> status LISTENER_PDMPROD
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER_PDMPROD
    Version TNSLSNR for HPUX: Version 10.2.0.4.0 - Production
    Start Date 06-MAR-2011 07:16:52
    Uptime 0 days 0 hr. 39 min. 31 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/appl/oracle/product/10.2.0/db/network/admin/listener.ora
    Listener Log File /opt/appl/oracle/product/10.2.0/db/network/log/listener_pdmprod.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=139.74.169.143)(PORT=1532)))
    Services Summary...
    Service "PDMPROD" has 1 instance(s).
    Instance "PDMPROD", status UNKNOWN, has 1 handler(s) for this service...
    Service "PDMPROD2" has 1 instance(s).
    Instance "PDMPROD2", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> exit
    sqlnet.ora
    $ cat sqlnet.ora
    # sqlnet.ora Network Configuration File: /opt/appl/oracle/product/10.2.0/db/network/admin/sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    $ tnsping PDMPROD
    TNS Ping Utility for HPUX: Version 10.2.0.4.0 - Production on 06-MAR-2011 07:56:34
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    /opt/appl/oracle/product/10.2.0/db/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 139.74.169.143)(PORT=1532))) (CONNECT_DATA = (SID=PDMPROD)))
    OK (0 msec)
    $ tnsping PDMPROD2
    TNS Ping Utility for HPUX: Version 10.2.0.4.0 - Production on 06-MAR-2011 07:56:40
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    /opt/appl/oracle/product/10.2.0/db/network/admin/sqlnet.ora
    TNS-03505: Failed to resolve name

    If you would have looked up TNS-03505 you would have been easily able to solve this error yourself.
    Please look up this error now, and refrain from redundant posting, violating the Forums Etiquette.
    Thank you !!!
    Others : please don't spoon feed, and promote laziness. The problem is very easy to spot.
    Sybrand Bakker
    Senior Oracle DBA

  • Listener problem in our production environment

    Hi Everyone,
    I faced a problem in our production primary DB like
    the listener was running but it was not connecting through the remote system, when i accessed the primary database.
    But when i restarted the listener it started connecting.
    I want to know the reason for this crash/freeze.
    Oracle version: Oracle Database 11g release 11.2.0.1.0 SE1 64 - bit production

    explorer_prakash wrote:
    Hi Everyone,
    I faced a problem in our production primary DB like
    the listener was running but it was not connecting through the remote system, when i accessed the primary database.
    But when i restarted the listener it started connecting.
    I want to know the reason for this crash/freeze.
    Oracle version: Oracle Database 11g release 11.2.0.1.0 SE1 64 - bit productionwhat clues exist with listener.log file?
    How do I ask a question on the forums?
    SQL and PL/SQL FAQ

  • Listener problem, dhcp

    Hello,
    ORACLE 11G (11.1.0.6.0) installed on my Windows XP laptop and recently my IP was changed, as I have DHCP.
    my listener.ora looks like this :
    11G_DB_1_LIST =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxx.zzz)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    however, I have 2 windows services :
    OracleOraDb11g_home1TNSListener,
    OracleOraDb11g_home1TNSListener11G_DB_1_LIST - this is the one actually used.
    I notes that whenever somebody tries to connect from a remote computer to my db, I've got this windows error on my XP : "TNSLSNR.EXE has encountered a problem and needs to close. We are sorry for the inconvenience." and my listener (11G_DB_1_LIST) stops. the same error I had when I tried to use OEM...
    what can I do ? except reinstall everything ?
    Thank you.

    i am victim of the same issue..
    I loopback the microsoft adopter to 10.10.10.10..
    I also added the following line in my etc/host file
    10.10.10.10 B0024E8C4C45E.corp.bankofamerica.com B0024E8C4C45E
    The listener entry in the listener.ora file is as below.. Pls note that I created this listener using netca.
    11G_LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = B0024E8C4C45E.corp.bankofamerica.com)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    However when trying the start the listener thru services or thru command prompt., getting the following error.
    C:\Documents and Settings\nbkvyws>lsnrctl start 11G_LISTENER
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 19-OCT-2009 13:02:30
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    Failed to start service, error 5.
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    C:\Documents and Settings\nbkvyws>

  • Remote Delta link setup problem with Bean / Access Service

    Hello,
    I am trying to setup Remote Delta Link (RDL) between two portals. (Both portals same version - EP 7.0 EHP1 SP 05 - are in the same domain)
    I already have the Remote Role Assignment working without any issues.
    The following have been done successfully:
    1. Same user repository has been setup for both the portals
    2. Setup trust between producer and consumer (SSO working fine)
    3. Producer added and registered succesfully on consumer
    4. Permissions setup on producer and consumer
    4. pcd_service user with required UME actions setup
    I am able to see all the remote content in the Consumer portal.
    When I try to copy the remote content and paste it as local content, I am getting the following error:
    Could not create remote delta link to object 'page id'. Could not connect to the remote portal. The remote portal may be down, there may be a network problem, or your connection settings to the remote portal may be configured incorrectly.
    After increasing the log severity, I am able to see the following in Default Trace:
    com.sap.portal.fpn.transport.Trying to lookup access service (P4-RMI) for connecting to producer 'ess_int' with information: com.sap.portal.fpn.remote.AccessServiceInformation@31c92207[connectionURL=hostname.mycompany.com:50004, shouldUseSSL=false, RemoteName=AccessService]
    com.sap.portal.fpn.transport.Unable to lookup access service (P4-RMI) with information: com.sap.portal.fpn.remote.AccessServiceInformation@31c92207[connectionURL=hostname.mycompany.com:50004, shouldUseSSL=false, RemoteName=AccessService]
    AbstractAdvancedOperation.handleDirOperationException
    [EXCEPTION]
    com.sap.portal.pcm.admin.exceptions.DirOperationFailedException: Could not retrieve the bean / access service to connect with producer
    Could not retrieve the bean / access service to connect with producer
    Like you can see above, there is some bean / access service which is not retrieved successfully. I am not sure if this is a permission problem on the consumer.
    I have checked that the P4 ports are configured correctly (standard - not changed) and I am able to telnet from producer to consumer (and vice versa) on the P4 port.
    I am stuck at this point and am not able to find any information on this.
    I would really appreciate if some one can point me in the right direction.
    Thank you for reading.
    - Raj

    Hi Raj,
    Please check your config of the P4 port on the producer.  Is it really 50004 (check SystemInfo of the producer)?
    I do think there's a problem with the P4 communication since RDL requires P4 connection.
    Do you have load balanced consumer-producer connection? Please refer to this blog for further details
    Little known ways to create a load balanced Consumer – Producer connection in a FPN scenario
    Regards,
    Dao

  • Message Listener Problem (iDoc)

    I am receiving an iDoc successfully in the Message Listener within Mii.  I have created a Processing Rule for the Message Type and tied it to a simple BLS.  The BLS has an XML input parameter which is selected in the Processing Rule.
    The BLS simply maps the XML input parameter to an XML output parameter and that's it as I want to make sure communication is working before creating any BLS logic.
    The iDoc Message goes into failure status and this is what I get in the log:
    Unable to process request com.sap.jms.client.message.JMSObjectMessage@431f1d25
    [EXCEPTION]
    com.sap.xmii.bls.exceptions.TransactionLoadException: Unable to create transaction instance
    Any ideas why this is happening?

    After much searching and trial and error, I was able to locate the source of this problem.  While I was modifying the "Log Level" in the Processing Rule, someone else changed the Transaction Security to include the "SAP XMII Developer" role.  Once I remove this role from the BLS, the same symptom occurs. 
    It seems this is the only role that allows the Processing Rule to trigger the BLS's.  Is this hard coded somewhere in Mii that this role is required?  If so where can I find these types of requirements so I can avoid going through this for other Mii functionality in the future?
    Thanks

  • HELP!!! Listener problem on AIX 4.1 with oracle 7.2.2.0

    When I try to do "lnsrctl start" (or stop) the server give to me the error below:
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=ora7))
    TNS-12224: TNS:no listener
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    IBM/AIX RISC System/6000 Error: 2: No such file or directory
    Connecting to (ADDRESS=(COMMUNITY=TCP.world)(PROTOCOL=TCP)(Host=BILANCIO)(Port=1521))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    IBM/AIX RISC System/6000 Error: 79: Connection refused
    Connecting to (ADDRESS=(COMMUNITY=TCP.world)(PROTOCOL=TCP)(Host=BILANCIO)(Port=1526))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    IBM/AIX RISC System/6000 Error: 79: Connection refused
    On metalink, solutions are client side, but I have this problem on server side.
    I try to change host name to ip add, but problem persist.
    I try to reboot server (because I think the problem was the oracle istance) but the db works correctly.
    What can I do?
    thank u so much!!!
    pedro

    Hello Pedro,
    Please can you tell me if you resolved this issue you were having and how did you resolve this. I am having the same issue now....
    We did a restore to a different box and now cannot connect to the database and having same issues you described.
    Your help will be appreciated,
    Regards
    Avishkar Bandu

  • Remote and Motorola DVR Problems

    I was connected to fios internet and tv on March 5, I have called tech support at least 8 times about the remote not working . I have had 3 boxes and 2 remotes sent to me and I still have the problem . I have a Sony Bravia LCD 40" TV
    The first box was a Motorola QIP 72161 that came with the installation (remote worked intermittent)
    I was sent a new remote same results
    Sent a new box the old style 64xxxx remote worked but the hard drive was bad
    New box Motorola QIP 72161 same problem
    Tech support advised me I did not set up the remote codes properly (had same results it would work for a while then stop)
    Tech support hung up on me
    Tech support had me lower the picture settings advised me the picture was too bright and it interfered with the remote. She was very polite and helpful saying that this is a known issue and the problem is in the new Motorola boxes Sony, Samsung Sharp all are having this problem  (worked all day but not at night)
    Tech support told me I had to move the box from out from under the TV still did not work and that was all the solutions they had. By the way the remote works with the TV off. Played around with the settings on the TV ended up increasing the setting to vivid and the remote worked the rest of the night. So much for the brightness theory. But alas it did not  work again this morning. Again the remote works with the TV off. Played around some more and you know when you first turn on the power to the TV you have a blank screen well the remote won't work then either. Although when I turn off and on lights I get a response one way Or another.
    The attitude from the last techie is this is the way it is. I seems unfathomable that this is the response change your entertainment center watch a reduced quality picture or too bad.

    You are welcome funkyybuda. This seems to be a "hit or miss" problem, some people say turning off the light sensor helps, some say turning off the "vivid" mode on the TV works, some say neither helps, etc. But apparently for some people, changing a setting on the TV really does help, I guess it just depends on your TV brand and model, or perhaps the specific STB you have. Strange.....but glad it worked for you  
    As to why it works, the Verizon STBs use infrared (IR) for the remote to control the STB. Apparently some TVs generate their own IR signal for certain settings, like vivid or the light sensor, and the Verizon STB sees these signals and this prevents their reacting to the IR signal from the remote. So doing whatever you can to remove the IR from the TV, or reduce it, seems to solve the problem. I wonder why all STBs that use IR, from all manufacturers and used in all systems, don't experience this problem with TVs that generate their own IR. Just one of life's mysteries I guess.... 
    Justin
    Verizon FiOS TV, Internet, and phone
    IMG 1.6.0, Build 06.89
    Keller, TX 76248

  • Remote and keynoteRemote connection problems

    Hello
    I have installed the Remote App, and bought KeynoteRemote, but I cannot make any of them talk to my Macbook correctly.
    IpodTouch (2G, fw2.2.1), Remote.app (1.2.1), Macbook alu (10.5.6), Itunes (8.1.1).
    Ipod and Macbook are on the same Wifi network, the firewall is set to let Itunes (and keynotes from iwork09) pass thru.
    I can see the iPod appearing in Itunes (and keynotes), both will ask me the passcode, I enter the numbers and nothing more happens.
    iTunes asks for them again, keynotes says the ipod is not responding.
    What else should I lookk for to solve this problem ?
    Thanks
    p.
    Message was edited by: prot

    Try setting your firewall on your MacBook to Allow all Incoming Connections. Do this at least long enough to see if that will allow you to connect. You can also use the Set Access for specific services and applications setting.
    These two articles discuss ways to troubleshoot the apps:
    Remote: http://support.apple.com/kb/TS1741
    Keynote Remote (from the manual) Using Keynote Remote
    If you have an iPhone or iPod touch, you can purchase and download the Keynote
    Remote application from the App Store and use it to control your slideshow. After
    you’ve purchased the Keynote Remote application, you must link it to your computer
    before you can use it. To do this, your iPhone or iPod touch and computer must be on
    the same Wi-Fi network.
    You must open the Keynote slideshow document on your computer before you can
    begin to control it using the Keynote Remote.
    To link your Keynote Remote:
    1 Open Keynote on your computer and choose Keynote > Preferences.
    2 Click Remote in the Preferences window and select “Enable iPhone and iPod touch
    Remotes.”
    3 Click the Keynote Remote application icon on your iPhone or iPod touch.
    4 On your iPhone or iPod touch, create a link to Keynote, following the instructions on
    the device.
    A passcode appears.
    5 In Keynote, click the link button next to the remote device that you want to pair with,
    and type the passcode into the window that opens in Keynote.
    6 Close Keynote preferences.
    I would get the iTunes app working first and then work on the Keynote remote. It is probably the same basic problem effecting both.

  • Remote access vpn ESP problem

    I have remote access vpn configured on cisco 2901 router. Everything works good exept ipad 2 3g. When i am connecting with ipad from 3g network it connects but  it is unable to access corporate resources. I talked to my telephone provaider and they told me that they have some nat problems with ESP. and adviced me to force vpn clients to use udp ports 500 and 4500. How i have to configure my router to accomplish this ?
    Thanks in advance

    Hello,
    Isakmp uses port UDP 500 for the managment connection establishment ( Phase 1).
    NAT-T ( used when they are nat devices in between two VPN endpoints) uses port UDP 4500.
    So on your Router NAT-T is configured by default, all you got to do is if you have an ACL on the outside interface allow this traffic (Isakamp and NAT T) On some of the newer IOS versions you do not have to apply the ACL as by default the VPN traffic (encrypted traffic bypasses the ACL).
    So your requirement is done by default, great thing right!! You can let your Telephone provider you are ready for the test.
    Julio
    Do rate all helpful posts!!

  • Oracle Listener Problem

    I am having a problem starting the Oracle Listener after a system crash on Windows NT.
    However, if I first connect to the internet and then try to restart, everything works ok.
    Why should I have to connect to the internet with my laptop in order to start the Oracle Listener?
    The message I am getting is as follows.
    C:\WINNT\Profiles\timh\Desktop>net start OracleStartORCL
    The OracleStartORCL service is starting..........
    The OracleStartORCL service was started successfully.
    C:\WINNT\Profiles\timh\Desktop>net start OracleTNSListener80
    The OracleTNSListener80 service is starting.
    The OracleTNSListener80 service could not be started.
    A system error has occurred.
    System error 1067 has occurred.
    The process terminated unexpectedly.
    null

    some more info.
    Given below is the output of status. does anything look bad or am I doing something wrong?
    for the service"abcd" it says has two instances, one of the status is unknown. does that matter is it always like that or I am asking very dumb questions?
    Please excuse me if that is the case.
    C:\lsnrctl status
    LSNRCTL for 32-bit Windows: Version 9.2.0.1.0 - Production on 23-JUL-2007 14:54:28
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=servername)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Produc
    tion
    Start Date 23-JUL-2007 10:27:09
    Uptime 0 days 4 hr. 27 min. 19 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File D:\oracle\ora92\network\admin\listener.ora
    Listener Log File D:\oracle\ora92\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=servername.domain)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=servername.domain)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=servername.domain)(PORT=2100))(Presentation=FTP)(Session=RAW))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "abcd" has 2 instance(s).
    Instance "abcd", status UNKNOWN, has 1 handler(s) for this service...
    Instance "abcd", status READY, has 1 handler(s) for this service...
    Service "abcdXDB" has 1 instance(s).
    Instance "abcd", status READY, has 1 handler(s) for this service...
    The command completed successfully

  • IOS Remote and Home Sharing problems with iTunes 10.6.3

    I'm having a problem with Home Sharing and the iOS Remote app accessing iTunes since the 10.6.3 update. I have the following:
    2011 Mac Mini Server running Lion 10.7.4 and iTunes 10.6.3
    IPhone 4 running iOS 5.1
    iPad 2 running iOS 5.1.1
    Latest model Apple TV
    The Remote app on both the iPhone and iPad are unable to connect to the iTunes library on the Mini (the app will just sit there trying to connect but never make a connection). The Apple TV is showing the same behaviour: when I go into 'Computers' it tries to connect to my library without success.
    I've tried a few things:
    1) Turning off and re-enabling Home Sharing on the Mac Mini
    2) Deleting my library in the iOS app and then re-adding it
    In both cases this seemed to work at first, but then after a while I was unable to connect again.
    I have since discovered that if I quit and restart iTunes on the Mac this seems to resolve the issue on all of the other devices. But again this is a short term fix and after a while they are once again unable to connect.
    The Mac Mini is always on and is set to not sleep (although I have to enter the password again after an hour).
    At first I thought this might be time related, and that if the Mac had been idle for a while and the drives were 'sleeping' then the issue would occur. However, if I have left the Mac for several hours and then go back to it and login and start something playing in iTunes the other 3 devices still cannot connect even though iTunes is active and reading from the drive. As soon as I restart iTunes they can all see the library again for a while.
    Does anyone have any suggestions?
    thanks
    Mark

    Same thing here except I'm not running server software on the Mac Mini. The Apple support person said that iTunes is the same, server or not. He recommeded setting sleep to never, but I get the same connection problems. I also automatically restart the Mini and relaunch iTunes on startup every morning at 6 AM. And, as with your experience, the only temporary solution is to quit and restart iTunes at the time that I want to connect. Apple TV, iPhone, and iPad all have the same connection problem. My only hope at this point is 10.8. I have to say, 10.7 has never behaved better than a beta release. I hope they took a little more time with Mountain Lion.
    Sorry I don't have a solution. I wanted to add my name to the list and hope someone out there has some insight to share.

  • 9.2 and 10g on same machine, listener problem

    Hi,
    i had a 10g db on a solaris server. then i installed a 9.2 database on this server. I know that i should use the 10g listener for 9.2 database.
    But i cant manage to configure it correctly.
    The 10g listener name is LISTENER and 9.2 listener name is TPRS.
    what i did ? i opened netmgr and created a new listener named TPRS. added the database to it.(on the menu database services)
    when i try to start TPRS i get the following error message
    bash-2.05$ lsnrctl start TPRS
    LSNRCTL for Solaris: Version 10.1.0.4.2 - Production on 08-JUN-2009 16:05:22
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Starting /oracleAS/app/oracle/product/10.1.2.0.2/infra/bin/tnslsnr: please wait...
    TNSLSNR for Solaris: Version 10.1.0.4.2 - Production
    System parameter file is /oracleAS/app/oracle/product/10.1.2.0.2/infra/network/admin/listener.ora
    Log messages written to /oracleAS/app/oracle/product/10.1.2.0.2/infra/network/log/tprs.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sun3.tuprasnet.local)(PORT=1522)))
    TNS-01201: Listener cannot find executable /oracleAS/TPRS/app/oracle/product/9.2.0.1.0/bin/oracle for SID TPRS
    Listener failed to start. See the error message(s) above...
    The directory "/oracleAS/TPRS/app/oracle/product/9.2.0.1.0/bin/" exists , and oracle executable is under it. also /oracleAS/TPRS/app/oracle/product/9.2.0.1.0 is the oracle home for 9.2 database.
    The listener.ora file of 10g is like that:
    SID_LIST_TPRS =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = TPRS)
    (ORACLE_HOME = /oracleAS/TPRS/app/oracle/product/9.2.0.1.0)
    (SID_NAME = TPRS)
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /oracleAS/app/oracle/product/10.1.2.0.2/infra)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = iasdb.tuprasnet.local)
    (ORACLE_HOME = /oracleAS/app/oracle/product/10.1.2.0.2/infra)
    (SID_NAME = IASDB)
    TPRS =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sun3.tuprasnet.local)(PORT = 1522))
    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sun3.tuprasnet.local)(PORT = 1521))
    what am i missing?
    Thanks in advance,
    mehmet

    We (Gerwin and I) had a small discussion about the problem at hand.
    The discussion is overlooking the obvious
    TNSLSNR for Solaris: Version 10.1.0.4.2 - Production
    System parameter file is /oracleAS/app/oracle/product/10.1.2.0.2/infra/network/admin/listener.ora
    Log messages written to /oracleAS/app/oracle/product/10.1.2.0.2/infra/network/log/tprs.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sun3.tuprasnet.local)(PORT=1522)))
    TNS-01201: Listener cannot find executable /oracleAS/TPRS/app/oracle/product/9.2.0.1.0/bin/oracle for SID TPRSSo the Solaris user that starts the listener HAS NO ACCESS rights to the directory path and/or the executables (lsnrctl / tnslsnr).
    [oracle@srv01-18-102 bin]$ ps -ef|grep tns
    oracle   11967     1  0 Jun07 ?        00:00:53 /u01/app/oracle/product/11.1.0/dbhome_1/bin/tnslsnr LISTENER -inherit
    oracle   28694 17439  0 17:49 pts/0    00:00:00 grep tnsYou can choose for a "more than one listener" solution or "only one listener". Whatever you do the unix user that starts the oracle, listener executables have to be the same OR sicky bits have to exist on the executables (so the user is allowed to start the executables and access the memory realms as if it was the actual owner).
    The moment you don't use the defaults - aka "LISTENER" or a non default port (1521), you will have to define this via the database parameter
    LOCAL_LISTENER
    SQL> conn / as sysdba
    SQL> show parameter local_listener
    NAME                                 TYPE        VALUE
    local_listener                       string
    SQL> ALTER system SET LOCAL_LISTENER=
            "(ADDRESS=(PROTOCOL=TCP)(HOST=sun3.tuprasnet.local)(PORT=1522))"
            scope=BOTH;
    System altered.
    SQL> show parameter local_listener
    NAME                                 TYPE        VALUE
    local_listener                       string      (ADDRESS=(PROTOCOL=TCP)(HOST=sun3.tuprasnet.local)(PORT=1522))Now the database "knows" that it has to register itself against "sun3.tuprasnet.local" and will be serviced via port 1522.
    After been set on database level, the "LOCAL_LISTENER" value can be resolved via the string itself or (*most common way of doing it is using a tnsalias*) is resolved via the tnsnames.ora file (the string given in LOCAL_LISTENER is an tns ALIAS).
    If you use ONE listener, then databases can register themselves against SQL*Net compatible listeners. So you don't have to use a 9i listener for a 9i database. A 10g database is also allowed.
    If I use a ONE listener solution, then I normally pick the listener from the highest database version and let all database versions use this listener.
    The post given here (http://www.liberidu.com/blog/?p=116): "Registering non-default XMLDB HTTP/WebDAV and FTP ports on a non-default Oracle Listener port" describes a use case which is even more "extreem" regarding shared server functionality, based on TWO listeners and NON-DEFAULT PORT addressing, based on an Oracle 9 and Oracle 10 environment on the same machine.
    HTH
    M.
    Edited by: Marco Gralike on Jun 8, 2009 6:01 PM

  • ITunes, iPad, Remote app Home Sharing Problems. Please help!

    So I have my 13" Macbook Pro with the latest version of iTunes installed (10.5.2)
    I also have a 32GB Wifi iPad 2 with iOS (5.0.1) with the Remote app installed.
    I am so frustrate with this stupid Home Sharing. I followed the directions the app gave me beginning with turning on Home Sharing on iTunes on my MacBook with my account. I then used the same account to turn on Home Sharing on my iPad from the Remote app. I wait a bit, and wait some more, and yet my iTunes library isn't shown in my Remote app like it is in my iPhone.
    I've tried to find the answer to my problem via Google and these Apple Support Communities, but with no fix.
    I wish you could just connect your device to the computer and punch in the 4-digit code like they used to have you do.
    Please help! Thanks in advance.

    Try turning Home Share off then on on the MacBook Pro and then check Remote App to see if now appears and you can connect - for me it works but eventually I will have to repeat the process to get it working again.
    The four digit code method still works.
    OS 10.7.3, iTunes 10.6.1  and iOs 5.1.1

  • OAS 4.0.8 http listener problems

    I am running OAS 4.0.8 on NT w/ SP5. I followed the instructions for install in the latest (Jan 2000) release notes. The problem I am having is with the listeners. The admin and www default listeners start up fine, but if I create a new listener, it will not start up. The error message tells me to check the NT Event log but there is nothing there. Also there is no svwww.err file available to check because it never starts!
    I am completely lost on this one. Any help is appreciated.
    Thanks

    Try to use root for startup. Remember that port bellow 1024 is protected for root only.
    SA

Maybe you are looking for

  • Access Sequence for Vendor Partner Function

    The business requirement is to display Vendor name for a specific product on UI. Approach till now: Partner function for Vendor can be defined. Relationship between vendor and product can be defined. The following query remains: Can someone help me w

  • How to update a jscrollpane as new tables are added?

    Following is the code of a search form which searches the address based on some search criteria and places the result in the form of table on the panel p3 which has scrollpane sp1. every time the user searches the address a new table adds to the pane

  • Downloaded latest version of FF and now the Yahoo toolbar will not display when I enable it to?

    I have checked the settings for displaying the Yahoo toolbar on FF. Has always worked fine until now?

  • Side bar icons are so small

    Can anyone figure out how to increase the size of the side bar icons in Finder and Mail? They are so small, I can hardly see them. David

  • Brother MFC 640CW Error Message

    Hey when I try and add my printer to my computer, all i get is the following error message: server-error-service-unavailable and that happens when it is plugged into my system via USB and it also happens when I use it's built-in wireless feature to c