Missing Listener Process

Hi,
I've just installed 9.201 on WinXp and used the database configuration assistant to create me two instances.
This is the first time I have installed v9, though I have installed Oracle8i many times.
The problem is that I don't have a listener process. I'm not sure why one has not been created. I selected for a dedicated server install, but I didn't think that would make this difference.
Any ideas gratefully received as to why I don't have a listener and why I have to do to create it now.
cheers
Tony

You can create a listener using the Net Configuration Assistant, but if you just want to create a basic listener with default values that will auto detect your instances, just run the following command in a command window:
c:\> lsnrctl startAfter reporting that there is no configuration file, it will create its file and its service and then start the listener process.
Nothing to it.
I tend to prefer manual scripts and commands to GUI tools. I use GUI tools from time to time, but they can be quite a crutch for a DBA. I always want to be aware of what is going on behind those tools.
Kind regards,
Russ Cannon

Similar Messages

  • TNS-01151: Missing listener name - APPS_VIS

    Hi,
    We completed the installation of E-BIZ Database and Application onto separate VMs via Oracle's eDelivery templates. Both new VMs are up and running per the OVM Manager.
    However, we are not able to connect to the eBusiness Application. Per the e-Business Suite Rapid Install guide, we should be able to verify installation by accessing:
    http://<host name>.<domain name>:<HTTP port>/OA_HTML/AppsLogin
    We receive a HTTP Internal Error when trying to access this.
    Numerous verification steps have been performed including:
    - Testing network connectivity (ping) between APP VM and DB VM using the hostname
    - Checking that the tnslsnr on DB VM is listening on port 1521, which is what was also configured for APP VM
    - Checking that the httpd on APP VM is listening on port 8000
    I am unable to run lsnrctl to check the status - how should my profile be set to be able to run this as I receive: lsnrctl: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    I have also included adalnctl.txt log from the E-BIZ Application Server. I'm not sure whether the LISTENER.ORA on the APP or DB server should be updated. And if so what should it be updated with?
    02/15/10-13:22:33 :: You are running adalnctl.sh version 120.3
    LSNRCTL for Linux: Version 10.1.0.5.0 - Production on 15-FEB-2010 13:22:33
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    TNS-01101: Could not find service name APPS_VIS
    02/15/10-13:22:34 :: adalnctl.sh: Starting listener process APPS_VIS.
    LSNRCTL for Linux: Version 10.1.0.5.0 - Production on 15-FEB-2010 13:22:34
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Starting /u01/E-BIZ/12.1.1/VIS/apps/tech_st/10.1.2/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.1.0.5.0 - Production
    Log messages written to /u01/E-BIZ/12.1.1/VIS/apps/tech_st/10.1.2/network/log/apps_vis.log
    TNS-01151: Missing listener name, APPS_VIS, in LISTENER.ORA
    Listener failed to start. See the error message(s) above...
    Thanks in advance.
    Regards,
    Martin

    Just a follow-up to this thread. We have now been able to start and successfully login to the e-Business Suite.
    The source of the problem was in the installation of the e-Business Suite (via template) - it previously never completed successfully due to:
    1) DNS - No DNS has been setup with the new virtual hosts as this is simply a prototyping activity. We found that it initiates connection with DB host during installation and will not complete successfully if one is not found. Furthermore, the /etc/hosts file is wiped of existing entries and replaced just with the host of the e-Business application server everytime ebiz_1211_reconfig.sh is run. Workaround is to login to the host during the reconfiguration and update the /etc/hosts file just after it instantiates the static IP address
    2) Apps Password - The application could not startup as it was connecting to the database with a locked out user account. It uses the 'app' user to login to the DB - hence the apps password set during the e-Business application installation must correlate with the app user on the database - in this instance we kept it as apps/apps
    After resolving the above issues we are able to connect through the web URL to e-Business Suite.
    My next question is, assuming our database instance is called 'VIS', why is adalnctl trying to look for APPS_VIS in the listener.ora? I read
    Thanks.

  • File process - some files missing in processing

    Hi,
    I am using the below code to create drives on network.
    This exe file is used by ILM as part batch job. The job will pick input files from local drive.
    Query: While executing this job some input files are missing so for them drive is not created. Please let me know what could be the reason and how to resolve? let me know how to avoid file missing without processing?
    System.Diagnostics.Process cmd = new Process();
    cmd.StartInfo.UserName = "ad_user";
    cmd.StartInfo.Domain = "domain";
    cmd.StartInfo.Password = "password";
    cmd.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;
    cmd.StartInfo.FileName = @"d:\miis\createdrive.cmd";
    cmd.StartInfo.WorkingDirectory = @"d:\miis\";
    cmd.StartInfo.UseShellExecute = false;
    string these_args = string.Format("{0} {1} {2}", domain, ocgsamaccountname, ocgpathtocreate);
    cmd.StartInfo.Arguments = these_args;
    try
    Console.WriteLine(cmd.Start());
    if (!cmd.WaitForExit(15000))
    skip_delete = true;
    jaya

    Found the issue:
    At first glance my itunes music folder looks normal, but after some careful reading of the location data...it turns out all of my music is also stored in a subfolder "MUSIC" in with all the artist names.  I found this after discussing with a genius today while having my battery replaced.  Together we found the issue.
    How?  iTunes at some point started making a MUSIC and MOVIES and maybe some other folders in the iTunes folder.  When I redid my library some time ago, it must have changed the directory and copied all my music to the user/music/iTunes/iTunes Music/Music folder.  This would also explain why I found that sometimes my library took up more data than I had expected.  iTunes would say 45 GB but the folder would say 90GB. 

  • Too many LISTENER processes (11gR2 Grid Infrastructure (2 nodes))

    Greetings -
    I get an alert that says that my LISTENER is down (EM Alert Details). It suggests a corrective action
    to stop the current running LISTENER and start it again using the listener parameter (listener.ora) from
    the database (RDBMS) home. There are two (2) LISTENER processes running (ps -ef | grep LISTENER) .
    One process is running from the grid home and the other from the database home however only
    the one running from the grid home has a listener parameter file (listener.ora) there are no others.
    To confuse me even further the documentation says that I should not set the 'local_listener' parameter
    and that the Oracle Agent will maintain this setting.
    Any suggestions ?
    Thanks in advance.
    Brian

    Thanks Rodrigo,
    That was VERY helpful.
    I disabled the old listener and then
    I was able to create a new listener with the correct settings.
    I can see the instances on each node using this
    expression.
    lsnrctl status NEW_LISTENER
    However this shows on the first node that +ASM1, DM3, DM31
    are available on the second node I see only +ASM2 but nothing else.
    I was expecting DM3, DM32 .
    Now when I first created the new listener I read that the 'local_listener'
    setting need NOT be set. When I attemptied to unset that parameter then
    I lost the local instances. I reset the local_listener as before
    and the local instance on node one returned. Not on node two however.
    My question: Do I need to set the 'local_listener' on each instance to the same
    value or to different values to reflect which node they are configured for ?
    I cannot see it now but I remember there is a section that references the
    first node 'node_one-vip' .
    Should the second node's local_listener section be 'node_two-vip' ?
    Now if it need not be set this then something else has to occur to make it work.
    Sorry for not being more brief,
    Brian

  • 10.1.0.4 listener process spawns a new listener process

    Hi
    Last week we had a problem with the listener on one of our 10.1.0.4 databases.
    the TNS connections were timing out, and no one was able to connect ( unless as a local connection from the DB server ).
    When I did ps -ef | grep -i listener I saw TWO listener processes with the same name , one is spawned by the other.
    The only way to solve this was to kill -9 the new listener process
    Is this a normal behavior for the listener to spawn another listener process ? and if saw - why did it cause all connections to hung ?
    Any known bug regarding this ?
    I did find a couple of reports of this behavior in 10. but no followup
    http://dbaforums.org/oracle/index.php?showtopic=991
    http://oracle.ittoolbox.com/groups/technical-functional/oracle-db-l/spawns-new-rogue-listener-with-same-name-as-original-644065
    Thanks in advance for any explanation
    Orna

    I think this is the cause of your problem
    http://coskan.wordpress.com/2007/04/05/child-listener-problem/
    post based on Note:340091.1
    Coskan Gundogar
    http://coskan.wordpress.com

  • Database shutdown taking more time, is listener process a problem??

    Dear all,
    though its a general process to stop the listener before shutting down the database for cold backup. but is it so that if you don't stop the listener before giving shutdown immediate command, the shutdown process takes long time than normal expected time?
    because as per my understanding, the listener process is used just for the connection and when we give shutdown command the database automatically rejects any new connections. your valuable comments are required.

    No version, as usual, and the answer is version specific.
    Why is it so difficult to include those 4 digits?
    Dear all,
    though its a general process to stop the listener
    before shutting down the database for cold backup.
    but is it so that if you don't stop the listener
    before giving shutdown immediate command, the
    shutdown process takes long time than normal expected
    time? No. Must be a fairy tale without proof.
    You might need set job_queue_processes to 0 and aq_tm_processes to 0, but that has nothing to do with the listener.
    >
    because as per my understanding, the listener process
    is used just for the connection and when we give
    shutdown command the database automatically rejects
    any new connections. your valuable comments are
    required.--
    Sybrand Bakker
    Senior Oracle DBA

  • Problem with listener process

    Hi all,
    First, happy new year for everybody.
    I'm under Linux and i have a problem with a listener process in Oracle 10g 10.1.0.3.
    From time to time, my listener process hang-up and it becomes impossible to obtain a Oracle connection.
    With unix 'ps' command, i can see strange process.
    # ps auxw | grep lsn
    oracle 27728 0.0 0.1 37100 4760 ? S Dec23 0:02 /u01/app/oracle/product/10.1.0/db_1/bin/tnslsnr LISTENER -inherit
    oracle 17161 0.0 0.1 37100 4760 ? S Dec25 0:00 /u01/app/oracle/product/10.1.0/db_1/bin/tnslsnr LISTENER -inherit
    oracle 18134 0.0 0.1 18688 5892 ? S Dec25 0:00 /u01/app/oracle/product/10.1.0/db_1/perl/bin/perl /u01/app/oracle/product/10.1.0/db_1/sysman/admin/scripts/lsnr_log_status.pl
    oracle 18145 0.0 0.0 2136 908 ? S Dec25 0:00 sh -c /u01/app/oracle/product/10.1.0/db_1/bin/lsnrctl > /tmp/0lHBosCvOe
    oracle 18146 0.0 0.0 16144 4064 ? S Dec25 0:00 /u01/app/oracle/product/10.1.0/db_1/bin/lsnrctl
    oracle 31474 0.0 0.1 17332 4588 ? S Dec25 0:00 /u01/app/oracle/product/10.1.0/db_1/perl/bin/perl /u01/app/oracle/product/10.1.0/db_1/sysman/admin/scripts/lsnrresp.pl
    oracle 309 0.0 0.1 18688 5892 ? S Dec25 0:00 /u01/app/oracle/product/10.1.0/db_1/perl/bin/perl /u01/app/oracle/product/10.1.0/db_1/sysman/admin/scripts/lsnr_log_status.pl
    oracle 326 0.0 0.0 2128 904 ? S Dec25 0:00 sh -c /u01/app/oracle/product/10.1.0/db_1/bin/lsnrctl > /tmp/zlihqS914Z
    oracle 327 0.0 0.0 16148 4072 ? S Dec25 0:00 /u01/app/oracle/product/10.1.0/db_1/bin/lsnrctl
    oracle 752 0.0 0.0 2128 908 ? S Dec25 0:00 sh -c /u01/app/oracle/product/10.1.0/db_1/bin/lsnrctl > /tmp/K5geR0wcyN
    oracle 753 0.0 0.1 16160 4220 ? S Dec25 0:00 /u01/app/oracle/product/10.1.0/db_1/bin/lsnrctl
    oracle 4270 0.0 0.0 2120 908 ? S Dec25 0:00 sh -c /u01/app/oracle/product/10.1.0/db_1/bin/lsnrctl > /tmp/9ov0ZwbS5e
    oracle 4271 0.0 0.1 16156 4224 ? S Dec25 0:00 /u01/app/oracle/product/10.1.0/db_1/bin/lsnrctl
    oracle 9227 0.0 0.0 2132 908 ? S Dec25 0:00 sh -c /u01/app/oracle/product/10.1.0/db_1/bin/lsnrctl > /tmp/qv5iJttPbm
    oracle 9228 0.0 0.1 16168 4216 ? S Dec25 0:00 /u01/app/oracle/product/10.1.0/db_1/bin/lsnrctl
    ... etc ...
    root 9310 0.0 0.0 1612 472 pts/2 S 08:35 0:00 grep lsn
    If a stop and restart the listener, i don't have any more problem.
    I suspect OEM agent because each time i noted the problem, the agent was running .
    What occurs? Thanks for your help.

    Hi,
    we had exactly the same problem this morning with our listener. We don't run OEM, and the listener.log file didn't have any errors in it. The log shows new connections up to the point where the second process starts (we know this from date stamps on the processes) and the next thing that appears is the listener starting again (after I've killed both listener processes and started the listener again)
    log extract
    09-JUN-2006 09:50:53 * (CONNECT_DATA=(SID=orac10g)(CID=PROGRAM=C:\Program Files\Precedent Version 2\PFW2.exe)(HOST=05BLG297)(USER=pettsc))) * (ADDRESS=(PROTOCOL=tcp)(HOST=172.16.204.76)(PORT=1451)) * establish * orac10g * 0
    TNSLSNR for IBM/AIX RISC System/6000: Version 10.2.0.1.0 - Production on 09-JUN-2006 10:03:42
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is /oracle/product/10.2.0/network/admin/listener.ora
    Log messages written to /oracle/product/10.2.0/network/log/listener.log
    Trace information written to /oracle/product/10.2.0/network/trace/listener.trc
    Trace level is currently 0
    Started with pid=3178550
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=churchill.blg.co.uk)(PORT=1521)))
    According to the actual process - the secondary lsnr process's parent was the initial one. It's almost like the first process spawned the second one.
    We thought it might be one of the limits (we're running AIX 5) on the user running the process - but I suspect not as the same user is running the Oracle DB processes and they don't have any issues.
    Thoughts?
    Dave

  • How do I monitor the listener process

    After starting the listener, I have to wait for few min. before I connect to the database.
    Otherwise I get the following error.
    How do I monitor the listener process and make sure, still it is trying to
    establishing connection with oracle instance ?
    thanks
    siva

    After starting the listener, I have to wait for few
    min. before I connect to the database.That's normal when the registration is dynamic (no SID_LIST in listener.ora). This does not happen if the listener is started before the DB. See http://download-uk.oracle.com/docs/cd/B19306_01/network.102/b14212/architecture.htm#sthref429
    But you can force the registration. As sysdba do
    SQL> alter system register;
    or you can statically configure your DB within listener.ora, SID_LIST section.
    How do I monitor the listener process $ lsnrctl status
    and
    $ lsnrctl services

  • TNS-01151: Missing listener name

    I found the following error in er.log. Does anyone know what this means? I am unable to start the listener service because of this.
    TNSLSNR for 32-bit Windows: Version 8.1.5.0.0 - Production on 07-MAY-01 11:46:07
    (c) Copyright 1998 Oracle Corporation. All rights reserved.
    System parameter file is D:\Oracle\iSuites\network\admin\listener.ora
    Log messages written to D:\Oracle\iSuites\network\log\er.log
    TNS-01151: Missing listener name, er, in LISTENER.ORA

    Check the HOST and PORT parameters in your
    Listener.ora file
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = <machine>)(PORT = 1521))
    Hope this helps
    Ranga

  • Any major differences of exadata database, listener, processes than regular RAC environment?

    I would like to ask for any input regarding any major differences of exadata database, listener, processes than regular RAC environment.
    I know now the exadata not only have SCAN listener, but a lot other listeners. can expert here provide more details?
    Thanks

    We will use zfs to do backups, is that possible for the initiband listener to communicate with ZFS?  where I can find documents for zfs?
    The SDP (Infiniband) Listener is for client connections connecting to the database on Exadata over the SDP protocol on the Infiniband network. You should use the Infiniband network to connect the ZFS to Exadata and mount the ZFS shares to the Exadata compute nodes using DNFS; but this doesn't use the SDP listener because there is no database connection originating from the ZFS you are just backing up your databases to it. See the "Oracle ZFS Storage: FAQ: Exadata RMAN Backup with The Oracle ZFS Storage Appliance (Doc ID 1354980.1)" MOS note for good information and references regarding backing up from Exadata to ZFS.
    Plus how do I know we have exalogic?  I dont think we have one, but is there a way to check to be sure?
    Exalogic is another of Oracle's engineered systems. It contains integrated compute, network and storage - similar to Exadata - but is used for running application environments, specifically for fusion middleware (e.g. Weblogic) applications, instead of databases. It uses a ZFS storage appliance for the storage, as opposed to the storage cells on Exadata, and for virtualized environments uses the Exalogic Elastic Cloud software. You would know if you have one.
    So basically after oracle engineer installed onecommand and created sample database, as oracle dba, we can dbca to create a database just like regular RAC environment?  There is nothing specific on exadata perspective?
    Yes... Oracle on Exadata is still the same RDBMS - same Oracle Enterprise edition with the RAC option. The Exadata difference comes with the hardware integration and the storage cell software... the database software is the same.
    Another question is do I have to configure exadata specific parameters in order for all those features of smart scan, storage index, comrpession, etc work?
    Some Exadata features are mostly "black box" and work without any configuration others may take some configuration or tuning to take advantage of. For example, storage indexes are created dynamically on the storage cells... there is not much you can do to control them. For smart scans you need full table/index scans with direct path reads. So you need to tune for direct path reads. HCC requires setting up your tables/partitions to compress at one of the HCC compression levels and using direct path loads.

  • Rogue listener process spawned

    Hi.
    If this alert is raised, what is the best course of action?
    $ ps -ef | grep lsn
    root 2997 1 0 2008 ? 00:00:00 [ocfslsnr]
    oracle 5517 1 0 2008 ? 00:16:36 /u01/oracle/product/10.1.0/db_1/bin/tnslsnr LISTENER_02 -inherit
    Looks like there is only 1 listener, or two listener processes?
    Thanks.
    DA
    Edited by: Dan A on Mar 28, 2009 4:45 AM

    You forgot to mention your environment (OS and version,database version), but obviously you're running OCFS (Oracle Cluster Filesystem), ocfslsnr is the OCFS listener,not the regular database listener.
    Werner

  • Can DTrace be used to attribute TSB misses to processes?

    Let's say I want to find out which processes might be getting most of the TSB misses. Any ideas of how to attribute a TSB miss to the process whose access triggered it? Specifically, I want a count or rate, so I can see which is highest...so that I only have to use ppgsz or mpss.so.1 with those few. I think maybe determining what triggers a call to sfmmu_tsbmiss_exception() may be what I want, although whether that could be related to a process, I have no idea. But if anything short of an exotic DIY loadable kernel hack could be used to figure that out, I'd suppose it would be DTrace.
    (I may also cut tsb_rss_factor to 256 from the default, but that's another story)
    This is for Solaris 10 (SPARC - a 24 CPU 6800 with 192GB RAM). I've seen trapstat -t overhead percent for some CPUs as high as 20%, and that wasn't when the system was really bad - I wasn't running trapstat from cron yet last time that happened. The system was nearly frozen for some minutes, but there were no I/O errors or anything like that. An xterm displayed back from there would have its scroll bar work fine (no context switch), but even tty driver level echoing was incredibly slow for the shell within that xterm...suggesting that even with very little swap in use, SOMETHING was bogging the system down to the point that a context switch was exceptionally onerous.

    SHA is not encryption, it is a one way hash, which means that there is no way (technically feasible atleast) to recover the original text that was converted to the hash.
    If you really want to try and make a match (ie, make a brute force password cracker ;) ), perhaps you could make a script to hash the password (of list of passwords) that you want to compare, and compare the hashes.

  • BI Admin Cockpit: Program variant missing in Process chain

    Hi,
    I'm installing BI Admin Cockpit and have troubles with Process chains. I followed the installatin guide and had problems activating process chains: 0TCT_C2_INIT_P01 and 0TCT_MD_C_FULL_P01 because of missing InfoPackages. I solved this by installing an correction as it is described by Note: 1432353. After this I activate these Process chains manually in RSA1 Administration--> BI Content -->Process Chains (all necessary objects). No Problems occured. The Problem is when I'm start these Process chains, I get an error on the last step. There is an Abap Programm with an variant. This variant is missing in the System.
    The Variants are:
    - RSTCC_Dataload (0TCT_C2_INIT_P01)
    - RSTCC_QRuntime (0TCT_MD_C_FULL_P01)
    I tried also to get these Process chains with Dataflow before and after to view if I forgot anything to activate, but there is no programm variant. Can anybody explain, how to get these programm variants?
    Thanks and greetings,
    Sebastian

    Sebastian,
    I faced the same problem. Basically what I found was that variants were not defined. So I manually created the value for variants:
    1. For RSTCC_DATALOAD assign value  TCT_C2_DELTA_P01
    2. For RSTCC_QRUNTIME  assign value   0TCT_C0_DELTA_P01
    Our system info is similar to what you have and I in fact had Basis team patch BI Cont to level 6 but this did not help. If I were to take a guess i would have to say that these variants are missing in the 7.01 BI version, you can either choose to create a OSS message with SAP and wait for them to fix it or you could fix it manually.

  • Missing Listener.ora after installing 8i on Red Hat Linux 6.1

    Hi
    After Installing Oracle Enterprize Edition on Red Hat Linux 6.1(Using two patches viz jre1.1.6 and linux_815patches)& created default database with sid ORCL.But listener.ora is missing in $ORACLE_HOME/network/admin.
    So showing error when ever trying to start lsnrctl service.
    What is the reason ? How can you we get default listner.
    Is there any other way to connect client and server without listener.ora.
    please reply immediately.
    null

    Create and configure it. See Section 5:
    http://homepages.tig.com.au/~jmsalvo/linux/oracle8i.html

  • Oracle 10g listener processes on linux

    Hi,
    We have databases (10.1.0.3) running on linux x86 (RH AS3) and Tru64 unix.
    I have noticed on linux that there are a number of processes for each listener whilst on Tru64 the listener has only one process.
    Can anyone explain why linux has these extra processes?
    Thanks
    Mark

    Hi Mark,
    I've the similar issue on linux and solaris.It's a bug in 10g .There is a patch available for it.Apply Patch 4518443 for the problem .Or else you can do the work around like adding this text to your listener.ora file will fix the problem. SUBSCRIBE_FOR_NODE_DOWN_EVENT_<listener_name>=OFF
    Regards,
    Gayatri

Maybe you are looking for

  • Need help in planning a course in FW

    hello everyone, I need help! I have to plan a 20 hours course in FW. I don't know the software yet... Is it like Imageready? Which features are most important to teach? (I don't have the book yet, and I am asked to give a short summary of the course

  • Keyboard/Trackpad not working in BootCamp

    I installed Windows XP SP2 on a BootCamp partition, but the keyboard and trackpad on the laptop doesn't work. Only external, USB keyboard/mice work. Any ideas how to get the keyboard and trackpad to work?

  • HT204053 Can I use my Apple ID that I have for my iPod, for my new iPad? And how?

    HELP. Can I use my Apple ID that i have for my iPod, for my new iPad? If so, how?

  • Error in setting a NULL !

    I am trying to set a NULL in a int column. The column allows nulls and has a foreign key. I tried cs.setNull(16,Types.INTEGER), still get this error: [IBM][SQLServer JDBC Driver][SQLServer]UPDATE statement conflicted with COLUMN FOREIGN KEY constrain

  • Word, Acrobat 9 Pro Extended and PDF Maker

    I am still using Acrobat 9 Pro Extended and I also have Office 2010 installed on my Windows 7 laptop. Is there a way to get PDF Maker to work in Office? Right now when I open Word for example the PDF tab does not appear anywhere. I tried running the