Listener issue

Hi forum members, In this moment I'm working on gentoo linux and I' new in oracle, I could install oracle and created a test database called "oracle.gentoo" , but I don't know if the listener it's really registering a service in order to access to the database with a java program , because the listener says "LISTENER SUPPORTS NO SERVICES" , some of the listener message are:
****************************************************FIRST STOP THE LISTENER
oracle@tux ~/product/10.1.0.3/bin $ ./lsnrctl stop
LSNRCTL for Linux: Version 10.1.0.3.0 - Production on 02-DEC-2005 15:53:33
Copyright (c) 1991, 2004, Oracle. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=tcp)(PORT=1521))
The command completed successfully
************************************************** THEN START THE LISTENER
oracle@tux ~/product/10.1.0.3/bin $ ./lsnrctl start
LSNRCTL for Linux: Version 10.1.0.3.0 - Production on 02-DEC-2005 15:53:47
Copyright (c) 1991, 2004, Oracle. All rights reserved.
Starting /opt/oracle/product/10.1.0.3/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.1.0.3.0 - Production
System parameter file is /opt/oracle/product/10.1.0.3/network/admin/listener.ora
Log messages written to /opt/oracle/product/10.1.0.3/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
Connecting to (ADDRESS=(PROTOCOL=tcp)(PORT=1521))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for Linux: Version 10.1.0.3.0 - Production
Start Date 02-DEC-2005 15:53:47
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /opt/oracle/product/10.1.0.3/network/admin/listener.ora
Listener Log File /opt/oracle/product/10.1.0.3/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
The listener supports no services
The command completed successfully
*************************************************** LATER CHECK THE STATUS OF THE LISTENER
oracle@tux ~/product/10.1.0.3/bin $ ./lsnrctl status
LSNRCTL for Linux: Version 10.1.0.3.0 - Production on 02-DEC-2005 15:54:08
Copyright (c) 1991, 2004, Oracle. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=tcp)(PORT=1521))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for Linux: Version 10.1.0.3.0 - Production
Start Date 02-DEC-2005 15:53:47
Uptime 0 days 0 hr. 0 min. 20 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /opt/oracle/product/10.1.0.3/network/admin/listener.ora
Listener Log File /opt/oracle/product/10.1.0.3/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
The listener supports no services
The command completed successfully
****************************************************** AND CHECK THE SERVICES REGISTERED IN THE LISTENER
oracle@tux ~/product/10.1.0.3/bin $ ./lsnrctl services LISTENER
LSNRCTL for Linux: Version 10.1.0.3.0 - Production on 02-DEC-2005 15:55:13
Copyright (c) 1991, 2004, Oracle. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=tcp)(PORT=1521))
The listener supports no services
The command completed successfully
************************************************************** THERE AREN'T NO SERVICES SUPPORTED, BUT I USE TNSPING TO THE SERVICE AND IT IS OK
oracle@tux ~/product/10.1.0.3/bin $ ./tnsping oracle.gentoo
TNS Ping Utility for Linux: Version 10.1.0.3.0 - Production on 02-DEC-2005 15:55:34
Copyright (c) 1997, 2003, Oracle. All rights reserved.
Used parameter files:
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = LOCALHOST)(PORT = 1521)) (CONNECT_DATA = (SID = oracle) (SRVR = DEDICATED)))
OK (30 msec)
And here there are some config file , like
"opt/oracle/product/10.1.0.3/network/admin/tnsnames.ora"
>>>>>>>>>>>>>>>>>>>>>>>>
oracle.gentoo =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = LOCALHOST)(PORT = 1521))
(CONNECT_DATA =
(SID = oracle)
(SRVR = DEDICATED)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
next the "opt/oracle/product/10.1.0.3/network/admin/listener.ora" file
>>>>>>>>>>>>>>>>>>
LISTENER =
(ADDRESS_LIST=
     (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
     (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))     
SID_LIST_LISTENER=
(SID_LIST=
     (SID_DESC=
(GLOBAL_DBNAME=oracle.gentoo)
(SID_NAME=oracle)               
(ORACLE_HOME=/opt/oracle/product/10.1.0.3)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
and finaly "/opt/oracle/product/10.1.0.3/dbs/initoracle.ora" file
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
db_name=oracle
db_files = 80 # SMALL
db_file_multiblock_read_count = 8 # SMALL
db_block_buffers = 100 # SMALL
shared_pool_size = 70000000 #EXTRA
log_checkpoint_interval = 10000
processes = 50 # SMALL
parallel_max_servers = 5 # SMALL
log_buffer = 32768 # SMALL
max_dump_file_size = 10240 # limit trace file size to 5 Meg each
global_names = TRUE
db_domain=gentoo
# define two control files by default
control_files = (ora_control1, ora_control2)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
And whe i try to connect with program java fails. but i think that my problem is the listener,
Do you know what could be the problem?
Thanks in advance

Alex Korneyev (guest) wrote:
: Hello,
: Listening on: (ADDRESS=(PROTOCOL=tcp)(DEV=12)(HOST=127.0.0.1)
: (PORT=1521))
: TNS-12541: TNS:no listener
: what could be the problem?
Something wrong with hostname configuration or in listener.ora,
but it should also work if you specify explictly in your
listener.ora:
Add in ADDRESS_LIST section an entry, so it will listen on
192.168.1.71 address also, like:
(ADDRESS_LIST =
(ADDRESS=(PROTOCOL= TCP)(Host=192.168.1.71)(Port= 1521))
Andre
null

Similar Messages

  • Oracle 8i listener issue:  TNS-01168: Cannot allocate memory

    We have a loader application coded in perl/c which connects to DB to load data from flat files. Whenever we have multiple such loader programs running, the listener dies and loading stops. The listener.log is around 2GB. I opened the loag and got following details:
    Listener Log file (2GB file):
    -- File begining ---
    ECHO is on.
    17-FEB-2005 20:40:20 * service_update * scanview * 0
    17-FEB-2005 20:50:20 * service_update * scanview * 0
    17-FEB-2005 21:00:10 * (CONNECT_DATA=(SERVICE_NAME=scanview)(CID=(PROGRAM=C:\Perl\bin\perl.exe)(HOST=AZSACTAPP107)(USER=grp_scanview))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.2.164.17)(PORT=2659)) * establish * scanview * 0
    19-FEB-2005 03:14:26 * service_update * scanview * 0
    19-FEB-2005 04:00:09 * (CONNECT_DATA=(SERVICE_NAME=scanview)(CID=(PROGRAM=C:\Perl\bin\perl.exe)(HOST=AZSACTAPP107)(USER=grp_scanview))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.2.164.17)(PORT=2486)) * establish * scanview * 0
    19-FEB-2005 04:04:27 * service_update * scanview * 0
    19-FEB-2005 04:07:07 * (CONNECT_DATA=(SERVICE_NAME=scanview)(CID=(PROGRAM=C:\Perl\bin\perl.exe)(HOST=AZSACTAPP107)(USER=grp_scanview))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.2.164.17)(PORT=2644)) * establish * scanview * 0
    19-FEB-2005 04:18:21 * 51
    Error Started at Line #: 2096
    19-FEB-2005 04:18:21 * 51
    NL-00051: internal error code, arguments: [302], [1], [], [], [], [], []
    Above error continued till Line #: 913372
    19-FEB-2005 04:21:15 * 1168
    TNS-01168: Cannot allocate memory
    19-FEB-2005 06:05:30 * 1168
    TNS-01168: Cannot allocate memory
    TNSLSNR for 32-bit Windows: Version 8.1.7.4.0 - Production on 19-FEB-2005 11:13:49
    -- File ended ---
    Is there a known bug and if so what is the resolution? Will upgrading to Net 9i help?
    Let me know if anyone has faced such issue and the resolution.
    Thanks
    Satish

    alll listeners show the TNS-12531 cannot allocate memory message in the listener.log.Only a single listener is required.
    How many listeners run on this system & why more than 1?
    oerr tns 12531
    12531, 00000, "TNS:cannot allocate memory"
    // *Cause:  Sufficient memory could not be allocated to perform the desired
    // activity.
    // *Action:  Either free some resource for TNS, or add more memory to the
    // machine. For further details, turn on tracing and reexecute the operation.

  • Oracle 11g listener issue

    Hello,
    I have installed oracle 11g on windows 7. Installation and database creation was successfull but after creating database listener should automatically up and start
    but i am not able to listener in the services window and not able to conntest database using connect string.
    I tried to create new listener using netca but it is hanging ..
    I have downloaded this software from oracle website.
    any idea where can i check to resolve this issue.

    944589 wrote:
    Hi,
    I had the same problem as the OP, and I followed these instructions to try and see which error was raised by the listener when it started.
    Weird thing is, after deleting the listener.ora file and restarting the listener with the "lsnrctl start" command, it worked !
    The only additional thing I did is (as written in some obscure Oracle documentation) create a loopback network adapter (because my PC is DHCP-based).
    Now I have rebooted my PC, and it still works. Go figure...
    I hate Oracle. They shouldn't have been authorized to buy back Sun. My prediction is that Java is going the same way as their DB : it's gonna be a mess... :(Just because you can't make things work and find the documentation obscure doesn't mean things don't work. Its not Access with point-click you see!
    Aman....

  • ODBC-datasource generating ORA-12154 (possible listener issue)

    Hi,
    I am trying to configure ao ODBC-datasoure from a client (using instant client 11.2) to a 11.2g Oracle DB server. The database listener is configured to use a non standard port 1700 in this case.
    There is a firewall between the client and the server which is configured to allow connections to the database server on the specified port, when I use telnet from the client to the server, the connection opens on this port, but when I try to test the odbc-datasource I have configured ig et the error ORA-12154.
    The link below outlines the details of the error:
    http://ora-12154.ora-code.com/
    To the context should be added, that there is no problem to use SQL Plus from a computer behind the firewall to connect to the database server using the TNS name that is being used in the ODBC-datasource.
    I have tried to configure the odbc-datasource using both a tns_names.ora file, and also directly in the odbc-datasource using //[ip address] : [port]/TNS_NAME. Both ways of configuring the odbc-datasource generates the same error. I am currently suspecting that the error might be due to some sort of connection redirection on the part of the tns listener on the database server which triggers the firewall to terminate the connection. Could this be the case?
    Does anyone have any suggestions what this error might be caused by. Any suggestions on how to continue my troubleshooting would also be valueble. Further, what kind of configuration would need to be inplace, on the tns-listener / database server side to make this sort of configuration to work.
    Finally, I should also ask that I have tested the same ODBC-datasource configuration in a test system without any firewall inbetween, and that configuration works fine, so there seems to be no problem with the client software configuration per se.
    Any help is apprichated.
    /Eaglecoth

    Cabelcow wrote:
    I managed to solve this issue myself.
    Since there seems to be some problem locating the server I added "HOSTNAME" to the following line in the SQLNET.ORA file on the server:
    names.directory_path = (HOSTNAME,TNSNAMES)
    This solved the issue by using the following syntax in the ODBC Configuration:
    TNS Service Name: [ip-address]:[port]/[TNS NAME]
    Where the TNS_NAME should be that of the TNS_NAME for the database defined in the TNSNAMES_ORA at the server. Note that this value is case sensetivetnsnames.ora is ONLY used by the client side application. It is the tns complement to the local 'hosts' file. It is used by the CLIENT to resolve an alias (tns net service name) to a host (ultimately an ip), port, and service name. Your assertion that the tns_name should be ... hmm, now that I read that again, are you saying that the tnsnames entry on the client should match the one in the tnsnames file on the server? If so, yes and no. There is no technical requirement that they match. It is simply that it is usually assumed that the one on the server is correct and may be used as a model for what to do on the client. The server - acting as a server - doesn't even use the tnsnames.ora file. It exists on the server only to support any client process that may happen to be running on the same box as the db.
    Maybe this will help you understand the connections
    =================================
    ORA-12154: TNS:could not resolve the connect identifier specified
    This error means one thing, and one thing only. The client could not find the specified entry in the tnsnames.ora file being used.
    As a follow-on to that statement, remember that when you use a dblink, the database in which the link is defined is acting as a client to the database that is the target of the link. So in this case, the tnsnames.ora file on the host of your source should have an entry for your target db, as defined in the db_link.
    And for the umpteenth time ... this error has <b><i><u>NOTHING</u></i></b> to do with the status of a listener. The connection request never got far enough to reach a listener. If anyone tells you to check a listener in response to ora-12154, they are not paying attention, or do not understand how TNS works. This error is the equivalent of not being able to place a telephone call because you don't know the number of the party you want to reach. You wouldn't debug that situation by going to the other guy's house and testing his telephone, or by going to the phone company and testing the switchboard. And you don't debug a ORA-12154 by checking the listener. If I had a top ten list of "Incredibly Simple Concepts (tm)" that should be burned into the brain of everyone who claims to be an Oracle DBA, it would include "ORA-12154 Has Nothing To Do With The Listener".
    =================================
    A couple of important points.
    First, the listener is a server side only process. It's entire purpose in life is to receive requests for connections to databases and set up those connections. Once the connection is established, the listener is out of the picture. It creates the connection. It doesn't sustain the connection. One listener, with the default name of LISTENER, running from one oracle home, listening on a single port, will serve multiple database instances of multiple versions running from multiple homes. It is an unnecessary complexity to try to have multiple listeners or to name the listener as if it belongs to a particular database. That would be like the telephone company building a separate switchboard for each customer.
    Additional notes on the listener: One listener is capable of listening on multiple ports. But please notice that it is the listener using these ports, not the database instance. You can't bind a specific listener port to a specific db instance. Similarly, one listener is capable of listnening on multiple IP addresses (in the case of a server with multiple NICs) But just like the port, you can't bind a specific ip address to a specific db instance.
    Second, the tnsnames.ora file is a client side issue. It's purpose is for address resolution - the tns equivalent of the 'hosts' file further down the network stack. The only reason it exists on a host machine is because that machine can also run client processes.
    Assume you have the following in your tnsnames.ora:
    larry =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = curley)
      )Now, when you issue a connect, say like this:
    $> sqlplus scott/tiger@larrytns will look in your tnsnames.ora for an entry called 'larry'. Finding it, tns sends a request through the normal network stack to (PORT = 1521) on (HOST = myhost) using (PROTOCOL = TCP), asking for a connection to (SERVICE_NAME = curley).
    Where is (HOST = myhost) on the network? When the request gets passed from tns to the next layer in the network stack, the name 'myhost' will get resolved to an IP address, either via a local 'hosts' file, via DNS, or possibly other less used mechanisms. You can also hard-code the ip address (HOST = 123.456.789.101) in the tnsnames.ora.
    Next, the standard networking process delivers the message to port 1521 on myhost. Hopefully, there is a listener on myhost configured to listen on port 1521, and that listener knows about SERVICE_NAME = curley. If so, the listener will spawn a server process to act as the intermediary between your client and the database instance. Communication to the server process will be on a randomly selected available port. At that point the listener is out of the process and continues to user port 1521 to await other connection requests.
    What can go wrong?
    First, there may not be an entry for 'larry' in your tnsnames. In that case you get "ORA-12154: TNS:could not resolve the connect identifier specified" No need to go looking for a problem on the host, with the listener, etc. If you can't place a telephone call because you don't know the number (can't find your telephone directory (tnsnames.ora) or can't find the party you are looking for listed in it (no entry for larry)) you don't look for problems at the telephone switchboard.
    Maybe the entry for larry was found, but myhost couldn't be resolved to an IP address (say there was no entry for myhost in the local hosts file). This will result in "ORA-12545: Connect failed because target host or object does not exist"
    Maybe there was an entry for myserver in the local hosts file, but it specified a bad IP address. This will result in "ORA-12545: Connect failed because target host or object does not exist"
    Maybe the IP was good, but there is no listener running: "ORA-12541: TNS:no listener"
    Maybe the IP was good, there is a listener at myhost, but it is listening on a different port. "ORA-12560: TNS:protocol adapter error"
    Maybe the IP was good, there is a listener at myhost, it is listening on the specified port, but doesn't know about SERVICE_NAME = curley. "ORA-12514: TNS:listener does not currently know of service requested in connect descriptor"
    Third: If the client is on the same machine as the db instance, it is possible to connect without referencing tnsnames and without going through the listener.
    Now, when you issue a connect, say like this:
    $> sqlplus scott/tigertns will attempt to establish an IPC connection to the db instance. How does it know the name of the instance? It uses the current value of the enviornment variable ORACLE_SID. So...
    $> export ORACLE_SID=fred
    $> sqlplus scott/tigerIt will attempt to connect to the instance known as "fred". If there is no such instance, it will, of course, fail. Also, if there is no value set for ORACLE_SID, the connect will fail.
    check executing instances to get the SID
    [oracle@vmlnx01 ~]$ ps -ef|grep pmon|grep -v grep
    oracle    4236     1  0 10:30 ?        00:00:00 ora_pmon_vlnxora1set ORACLE_SID appropriately, and connect
    [oracle@vmlnx01 ~]$ export ORACLE_SID='vlnxora1
    [oracle@vmlnx01 ~]$ sqlplus scott/tiger
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 22 10:42:37 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing optionsNow set ORACLE_SID to a bogus value, and try to connect
    SQL> exit
    [oracle@vmlnx01 ~]$ export ORACLE_SID=FUBAR
    [oracle@vmlnx01 ~]$ sqlplus scott/tiger
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 22 10:42:57 2010
    Copyright (c) 1982, 2007, 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
    Enter user-name: Now set ORACLE_SID to null, and try to connect
    [oracle@vmlnx01 ~]$ export ORACLE_SID=
    [oracle@vmlnx01 ~]$ sqlplus /scott/tiger
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 22 10:43:24 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    ERROR:
    ORA-12162: TNS:net service name is incorrectly specifiedOk, that is how we get from the client connection request to the listener. What about the listener's part of all this?
    The listener is very simple. It's job is to listen for connection requests and make the connection (server process) between the client and the database instance. Once that connection is made, the listener is out of the picture. If you were to kill the listener, all existing connections would continue. The listener is configured with the listener.ora file, but if that file doesn't exist, the listener is quite capable of starting up with all default values. One common mistake with the listner configuration is to specify "HOST=localhost" or "HOST=127.0.01". This is a NONROUTABLE ip address. LOCALHOST and ip address 127.0.0.1 always mean "this machine on which I am sitting". So, all computers are known as "localhost" or "127.0.0.1". If you specify this address, the listener will only be capable of receiving requests from the machine on which it is running. If you specified that address in your tnsnames file - on a remote client machine - the request would be routed to the machine on which the requesting client resides. Probably not what you want.
    =====================================

  • Cache Listener Issue

    How can one invoke multiple listeners listening to the same cache simultaneously with multiple events being triggered ?
    To explain my question in a more clear manner I wrote a small Helloworld-Listener program.
    public class multipleListenersMDB implements MessageListener {
    public void onMessage(Message message) {
    // TODO Auto-generated method stub
    NamedCache listenerCache = CacheFactory.getCache("listenerCache");
    listenerCache.addMapListener((MapListener) new CacheListener(), "1", false);
    listenerCache.addMapListener((MapListener) new CacheListener(), "2", false);
    listenerCache.addMapListener((MapListener) new CacheListener(), "3", false);
    listenerCache.put("1", "1-RexUpdated");
    listenerCache.put("2", "2-RexUpdated");
    listenerCache.put("3", "3-RexUpdated");
    CacheListener
    =========
    public class CacheListener extends AbstractMapListener{
         private static Logger logger = Logger.getLogger(CacheListener.class.getName());;
         public void entryInserted(MapEvent Event) {
              String keyValue = (String) Event.getNewValue();
              int delay = 20000;
              long stopTime;
              long startTime = stopTime = System.currentTimeMillis();
              System.out.println("Value:" + keyValue + " startTime:" + startTime + " millis");
              while (stopTime - startTime < delay) {
                   stopTime = System.currentTimeMillis();
              System.out.println("Value:" + keyValue + " exitTime:" + stopTime + " millis");
    Here is the output of this program
    Value:1-RexUpdated startTime:1320379443254 millis
    Value:1-RexUpdated exitTime:1320379463254 millis
    Value:2-RexUpdated startTime:1320379463254 millis
    Value:2-RexUpdated exitTime:1320379483254 millis
    Value:3-RexUpdated startTime:1320379483254 millis
    Value:3-RexUpdated exitTime:1320379503254 millis
    What I had expected to see was basically Value:1-Rex, Value:2-Rex and Value:3-Rex listeners to be invoked not one after the other but in parallel.
    If you see curently Listener1 for 1-Rex is invoked followed by Listener2 for 2-Rex and then followed by Listener for 3-Rex.
    Perhaps this displays my issue clearly and you will be able to use your magic powers to help me.
    PS: I have multiple threadcount for the cache configured already
    Thanks :)
    Edited by: 807103 on Nov 4, 2011 6:06 AM
    Edited by: 807103 on Nov 4, 2011 9:54 AM

    Hi Reon
    The results you are seeing are correct. You can use a listener as a "client" listener or as a backing map listener. Normally, applications only use client listeners where cache events are delivered to the client listener regardless of data location. As you observed, the backing map listener is invoked in the JVM where the data (partition) resides. Backing map listeners are considered and advanced feature, used in special cases, for example when post processing needs to be done within the grid.
    Typically, client listeners are registered dynamically, they are not configured in the xml file. This allows you to listen for specific events or events on specific keys, something you cannot do if you register the listener in the configuration file.
    Please http://coherence.oracle.com/display/COH35UG/Deliver+events+for+changes+as+they+occur
    Paul

  • TNS LISTENER ISSUE

    ORA-12541: TNS:no listener
    this was happened while doing datapump on export. therefore when i try to issue the foll cmd
    C:\Documents and Settings\Vijaya>expdp scott/tiger1@orcl full=y directory=datapu
    mptest dumpfile=full.dmp logfile=full.log
    Export: Release 10.2.0.1.0 - Production on Tuesday, 07 September, 2010 15:32:04
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    UDE-00008: operation generated ORACLE error 12541
    ORA-12541: TNS:no listener
    i get a error.. whether i need to reconfigure the listener? if so how? pl let me know asap

    Hi,
    This means your listener is not running or you have wrong entry in tnsnames.ora file at the client machine(from where you are doing expdp) for orcl.
    Check if listener is up on the server.
    Also post the output of
    From the client (machine where expdp is issued)
    tnsping orcl From the server.
    lsnrctl statusRegards

  • SwiXML - JTree LazyLoad Expand listener issue

    Hi,
    Iam creating UI using SwiXML which is based on Swing. Able to create a Tree structure using the below code logic. Issue is, unable to invoke expansion listener method.
    It would be great, if you can suggest on this issue.
    We have configured Java file in a xml file as below
    <scrollpane id="neh_task_tree">
    <gridbagconstraints insets="5,5,5,5" gridx="1" gridy="1" weightx="1.0"
    weighty="1.0" fill="GridBagConstraints.BOTH"
    anchor="GridBagConstraints.WEST"/>
    <tree id="neh_prod_activity_task_tree" initclass="com.oracle.appsfdoc.fusion.sos.LazyLoadDemo" Font="ARIAL-BOLD-14" VisibleRowCount="5"/>
    </scrollpane>
    public class LazyLoadDemo extends DefaultTreeModel {
            JTree tree;
            final TreeNode root;
            public LazyLoadDemo() {
                super(new DefaultMutableTreeNode("ROOT"));
                System.out.println("LazyLoadDemo");
                root = (DefaultMutableTreeNode) super.getRoot();
                createNodes(root);
                tree = new JTree((TreeNode)root);
                //tree.addTreeExpansionListener(this);
                //tree.addTreeWillExpandListener(this);
                System.out.println("BEFORE HANDLER");
                tree.addTreeExpansionListener(new TreeExpansionListener(){
                            @Override
                            public void treeCollapsed(TreeExpansionEvent e)
                                System.out.println("Node collapsed at " + e.getPath() + "\n");
                            @Override
                            public void treeExpanded(TreeExpansionEvent e)
                                System.out.println("Node expanded at " + e.getPath()+ "\n");
                        });            System.out.println("AFTER HANDLER");
        private void treeForumReviewTreeExpanded(javax.swing.event.TreeExpansionEvent evt) {//GEN-FIRST:event_treeForumReviewTreeExpanded
        // TODO add your handling code here:
        System.out.println("treeForumReviewTreeExpanded");
        /*DefaultMutableTreeNode node = (DefaultMutableTreeNode) evt.getPath().getLastPathComponent();
                ForumView fv = (ForumView) node.getUserObject();
            refreshReview(fv);*/
            private TreeNode createNodes(TreeNode root) {
                        DefaultMutableTreeNode grandparent;
                        DefaultMutableTreeNode parent;
                        DefaultMutableTreeNode child;
                        DefaultMutableTreeNode temp = (DefaultMutableTreeNode)root;
                        root = new DefaultMutableTreeNode("San Francisco");
                        grandparent = new DefaultMutableTreeNode("Potrero Hill");
                        temp.add(grandparent);
                        parent = new DefaultMutableTreeNode("Restaurants");
                        grandparent.add(parent);
                        child = new DefaultMutableTreeNode("Thai Barbeque");
                        parent.add(child);
                        child = new DefaultMutableTreeNode("Goat Hill Pizza");
                        parent.add(child);
                        parent = new DefaultMutableTreeNode("Grocery Stores");
                        grandparent.add(parent);
                        child = new DefaultMutableTreeNode("Good Life Grocery");
                        parent.add(child);
                        child = new DefaultMutableTreeNode("Safeway");
                        parent.add(child);
                        grandparent = new DefaultMutableTreeNode("Noe Valley");
                        temp.add(grandparent);
                        parent = new DefaultMutableTreeNode("Restaurants");
                        grandparent.add(parent);
                        child = new DefaultMutableTreeNode("Hamano Sushi");
                        parent.add(child);
                        child = new DefaultMutableTreeNode("Hahn's Hibachi");
                        parent.add(child);
                        parent = new DefaultMutableTreeNode("Grocery Stores");
                        grandparent.add(parent);
                        child = new DefaultMutableTreeNode("Real Foods");
                        parent.add(child);
                        child = new DefaultMutableTreeNode("Bell Market");
                        parent.add(child);
                        return root;
    Thanks in advance,
    Samba.

    Can some one help on this issue? Why Iam unable to invoke expand/collapse listeners with SwiXML?
    Thanks,
    Samba.

  • Listening issues

    I purchased the iPhone 5s and now my audio books through audible when attached to a bluetooth speaker shuts down when the auto lock engages.  So in order to listen to the book I have put auto lock on never or keep restarting the book.  Is this a software or hardware issue?

    See my reply in your other post.
    BTW. There's no need to start a new topic on your subject.
    Makes it hard to keep oversight.
    Since you're new to these forums, you probably have to get familiar with the workings.
    To add something you forgot to mention, edit the post within 15 minutes.
    Looking at the posting time of your posts, that time already passed.
    If that happens, simply reply to yourself.
    That keeps your posts on the same subject together.
    M

  • Confusing Listener issues

    Hi All,
    SLES 11
    Step1
    I installed first 10R2 db in our server. It created a 10g listener at port 1521. And connection is fine.
    Step2
    Then on the same server.... I installed 11gR2 XE with APEX epg configured on listener port 1522. I created on purpose its own listener because APEX is very sensitive in listener connectivity.
    Both listener now connecting separately for each database.
    Step3.
    Then on the same server..... I installed 11gR2 EE and the listener is using port 1521. So this overrides the listener of 10g ....so that I am not disabling it. And then started the new listener 11gR2.
    It is now at these stage that both 10gR2 and 11gR2 EE have connection problems :(
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptorCan you help fix this issue please?
    Can I use the listener of 11gXE for 10gR2 and 11gR2 EE?
    Which of the 3 listeners should I left alone running?
    Thanks a lot,
    zxy

    This listener is BAD:
    oracle@sdb51:> lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 07-MAR-2013 00:44:00
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                06-MAR-2013 23:59:06
    Uptime                    0 days 0 hr. 44 min. 54 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Log File         /u01/app/oracle/diag/tnslsnr/sdb51/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sdb51.site)(PORT=1521)))
    Services Summary...
    Service "orcl.site" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB.site" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfullyThis listener is good:
    oracle@sdb51:~> lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 07-MAR-2013 00:40:56
    Copyright (c) 1991, 2011, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.2.0 - Production
    Start Date                06-MAR-2013 21:15:04
    Uptime                    0 days 3 hr. 25 min. 52 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Default Service           XE
    Listener Parameter File   /u01/app/oracle/product/11.2.0/xe/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/diag/tnslsnr/sdb51/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sdb51.site)(PORT=1522)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sdb51.site)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XE" has 1 instance(s).
      Instance "XE", status READY, has 1 handler(s) for this service...
    Service "XEXDB" has 1 instance(s).
      Instance "XE", status READY, has 1 handler(s) for this service...
    The command completed successfully

  • Can not open database control in oracle 11g r2, listener issues

    Hi,
    I installed Oracle 11g r2 database on my laptop for testing. at beginning everything was fine and working. 2 days later i am unable to run oracle database control.. i get page not found!
    I tried all the tricks and read almost 200 pages from oracle documentation, none of this was even close to help!
    (by the way oracle documentation is a fail in my opinion, it really tend to complicate things so much and talk about things not related to what a developer want to read about, its even hard for professional programmer to keep up with this, I started to hate dealing with Oracle before even going deep!!)
    I tried deleting database and creating new database i get the following warning:
    - Enterprise manager configuration failed due to the following error:
    listener is not up or database service is not registered with it. start listener and register database service.. etc.
    Some how after few hours the control is working but the database is not there, and it shows that the listener is up, but database is down.
    I tried creating a new database, but i get the error above (it seems its created but not linked to listener!!)
    I guess what triggered this error is running xampp, i was also working in php project and ran xampp for test, since then oracle is corrupted!
    any help would be appreciated (please don't send me links to oracle documentation because its useless and not straight to the point)
    Regards

    Hi
    thank you for the reply
    I assume i should do this through SQL plus?
    anyway, now am getting new error: ORA-00020: maximum number of processes (150) exceeded
    I get this error when trying to login to SQL plus, or create/configure database.
    I tried deleting oracle 11g via universal installer i get message saying run the command c:\...dbhome_1\deinstall\deinstall
    I don't understand Oracle totally collapsed in my laptop with no reason

  • Listener issues with 2 oracle databases

    I have a windows server which has had 2 oracle homes installed. In the services window i can see 2 listener services, one for each home. both of these services are set to start automatically however, only 1 starts (the first ORACLE_HOME)
    If i use the netca utility to create a listener for the second ORACLE_HOME then this appears in the services windows and tnsping works. However, when the server is rebooted this newly created listener doesnt' start.
    can anyone help out with this.
    thanks

    in the second db the parameter local_listener is set to listener_test, this is the port 1522.
    this is the listener.ora file
    # listener.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER_DEV =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = host.b-intra.net)(PORT = 1521))
    SID_LIST_LISTENER_DEV =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER_TEST =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = host.b-intra.net)(PORT = 1522))
    SID_LIST_LISTENER_TEST =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    thanks for your patience.

  • Symbol Button Listener Issues

    i guess i don't understand how to use Symbol Buttons (I think
    that is the proper name for them) and listeners? I am trying to add
    a listener to a Symbol Button and i cannot make it work at all
    using addEventListener or addListener. However if i drag a Button
    Component on stage the listeners work all day long.
    So how do i add a listener for say the click event to a
    Symbol Button? I cannot seem to find any information on this? All
    tutorials deal with the Button Component but never seem to talk
    about Symbol Buttons.
    I am even going about this the correct way? Thanks.

    by a symbol button you mean a member of the button class?
    if so, you don't need to create a listener. that's already
    been done in the class definition. you would just use an onPress or
    onRelease etc handler for the button.
    for example, if you have a button on-stage with instance name
    btn1, you could use:

  • Phone Listener Issues

    I am asking for one of the Admins who are very knowledgeable in 3rd party listener apps or BB development to please contact me about one that has been placed on my phone.. please, please, please..

    i want a feature pack 1
    Moderator's note: We provided a topic-related subject to the post so other users can easily identify and answer the query.

  • Oracle 9 Listener Issue

    Hi everybody...
    I'm running a Oracle 9.2.0 on Windows2000.
    My Oracle listener hangs up after few seconds...
    I try to restart it with Windows Services and lsnrctl program, but it still hangs up.
    I also try to trace it (admin) but windows process hangs up without tracing anything in trace file...
    Does anybody know what's going on ?
    Thanks.

    well, why dont you re-create the listener?
    SJH

  • GPS listener issue

    I have a simple GPS demo program on BB 8830 on VerizonWireless. Somehow location listener was not invoked. The following are the code samples. If I have VZ Navigator, it could get location update. Does the application need to be signed by Verizon. The application has already been signed by RIM. It runs pretty well while VZ Navigator is also running at the same time. I wonder what made difference when VZ Navigator is not running. Any tips areappreciated.
    I added some code for debugging. LocationListener.locationUpdated was called once. But location.isValid() returned fal
          Criteria criteria = new Criteria();
            criteria.setHorizontalAccuracy(Criteria.NO_REQUIREMENT);
            criteria.setVerticalAccuracy(Criteria.NO_REQUIREMENT);
            criteria.setCostAllowed(false);
    /*        criteria.setPreferredPowerConsumption(Criteria.POWER_USAGE_LOW);
            criteria.setPreferredPowerConsumption(Criteria.POWER_USAGE_MEDIUM); */
            criteria.setPreferredPowerConsumption(Criteria.POWER_USAGE_HIGH);
            try
                _locationProvider = LocationProvider.getInstance(criteria);
                if ( _locationProvider == null )
                    // We would like to display a dialog box indicating that GPS isn't supported,
                    // but because the event-dispatcher thread hasn't been started yet, modal
                    // screens cannot be pushed onto the display stack.  So delay this operation
                    // until the event-dispatcher thread is running by asking it to invoke the
                    // following Runnable object as soon as it can.
                    Runnable showGpsUnsupportedDialog = new Runnable()
                        public void run() {
                            Dialog.alert("GPS is not supported on this platform, exiting...";
                            System.exit( 1 );
                    invokeLater( showGpsUnsupportedDialog );  // Ask event-dispatcher thread to display dialog ASAP.
                else
                    // Only a single listener can be associated with a provider, and unsetting it
                    // involves the same call but with null, therefore, no need to cache the listener
                    // instance request an update every second.
                    _locationProvider.setLocationListener(new LocationListenerImpl(), _interval, 1, 1);
                    retval = true;
            catch (LocationException le)
                System.err.println("Failed to instantiate the LocationProvider object, exiting...";
                System.err.println(le);
                System.exit(0);

    Worked It Out

Maybe you are looking for

  • Images as Links

    I am trying to use an image as a link, I can syle all the text hyperoinks I have but for cant do it with the images and always end up with a border around them, i have tried setting border to none and text decoration to none Can anyone help me please

  • Why does the Back button require two mouse clicks?

    I've just upgraded to ver. 9 and now the Back button requires two mous clicks/

  • Image border colors change when DOC convered to PDF

    First off...I have Word 2007 and Acrobat 7 Standard on Windows XP. I tried a trial version of Acrobat 8 for converting PDFs, but it did not resolve all my issues to I'm remote connecting to another computer in the office to create my PDFs. I have to

  • How to solve " No Airport card installed"

    I got " No Airport card installed" on My macbook pro, so i couldn't get access to the Internet. I tried so hard to follow the step - by - step from others suggested, but didn't work. Any idea to help me ? Please... Cattareeya, Thailand

  • Adding a button to a JInternalFrame titlebar

    hi , i was looking for a way to add an additional button to the titlbar of my JInternalFrame , i found some very useful codes here but i still got a little problem , after i added the new button the title of my JInternalFrame becomes "..." i would li