Can't start listener from OEM. It appears as Stopped although it is not.

Hi,
I can't make the EM show the listener as running, it always shows it as stopped. I checked it with lsnrctl and it is running, but in EM appears as stopped. I refreshed the screen and nothing; I tried to start it from the EM, and it displays a message like "The listener has been correctly started", but when I check the status in EM it is still stopped. And when I check the details, it shows an error "Access denied", NET_ADMIN_ERROR,REMOTE_OP_ERROR,No such file or directory. I think I have the right credentials (I'm in the administrators group, and I have log on as batch job)
I would appreciate any help on this.
Thanks a lot
Ricardo

Hi Nicolas- here's the SQLNet and listener file:
-----------------LISTENER
# listener.ora Network Configuration File: C:\oracle\product\10.1.0\Db_1\network\admin\listener.ora
# Generated by Oracle configuration tools.
LISTENER2 =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
jon =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
-----------------SQLNET
# sqlnet.ora Network Configuration File: C:\oracle\product\10.1.0\Db_1\network\admin\sqlnet.ora
# Generated by Oracle configuration tools.
#SQLNET.AUTHENTICATION_SERVICES= (NTS)
#NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
I can't see any excess protocols in the listener. As per some metalink entries - I've commented out the "SQLNET.AUTHENTICATION_SERVICES= (NTS)" line from the SQLNet file.
Still the same problem.
To be honest - all replies to postings for this error have not worked. I've contacted some guys with the same problem - and their resolution was to completely reinstall XP and then Oracle again. Just removing and reinstall Oracle was insufficient. So - i guess i'm going to have to follow suit.
Any last minute suggestions before this bit of drastic action?!

Similar Messages

  • Stop and then start Listener from OEM

    Hi,
    I am new to Oracle. I notice after stopping listener using OEM on Windows XP, the TNSLNR.exe is terminated as I expected. At that point, all connections include OEM, iSQL*PLUS and SQL*PLUS should close connection.
    If this is right, how can one start listener from OEM? One needs listener work before using OEM to config something else. What is the purpose of Start button for listener on OEM? Even more perplexing me is that iSQL*PLUS is still works! Does iSQL*PLUS not use listener for connection?
    Your help will be appreciated,
    -Hong

    Hi
    i think its not possible to start the listener from oem, because the oem use the listener to communicate to the db.
    Regards
    Mirko

  • I can't start listener in the Control Painel/Admin Tools/ Services

    Windows XP - Home Edition (I know it´s not the better but came with my laptop)
    I installed the Oracle 10g and I don't know why I have 3 listener as services. Its services showed me different messages when I tried start it:
    1. OracleOraDb10g_home1TNSListener: Could not start the 2. OracleOraDb10g_home1TNSListener service on Local Computer
    2. OracleOraDb10g_home1TNSListenerORCL: The OracleOraDb10g_home1TNSListenerORCL service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performace Logs and Alerts service
    3. OracleOraDb10g_home1TNSListenerSID_LIST_LISTENER: The OracleOraDb10g_home1TNSListenerSID_LIST_LISTENER service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performace Logs and Alerts service
    ====PATH======
    Path=C:\oracle\product\10.1.0\Db_3\bin;C:\Program Files\oracle 8i\bin;C:\oracle\
    product\10.1.0\Db_3\jdk\jre\bin;C:\oracle\product\10.1.0\Db_3\jdk\jre\bin\classi
    c;C:\oracle\product\10.1.0\Db_3\jdk\jre\bin\classic;C:\oracle\product\10.1.0\Db_
    3\jlib;C:\oracle\product\10.1.0\Db_3\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C
    :\oracle\product\10.1.0\Db_3\jre\1.4.2\bin\client;C:\oracle\product\10.1.0\Db_3\
    jre\1.4.2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
    Files\ATI Technologies\ATI Control Panel;%java_home%\bin;C:\Program Files\Commo
    n Files\Ulead Systems\MPEG;C:\WINDOWS\system32\gs\gs8.13\bin
    ====REGISTRY======
    TNS_ADMIN I set as Binary Data in the HKEY_CURRENT_USER\Environment with the path C:\oracle\product\10.1.0\Db_3\NETWORK\ADMIN
    ====LISTENER.ORA======
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.1.0\Db_3)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.17)(PORT = 1521))
    ====TNSNAMES.ORA========
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.17)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ====SQL.ORA========
    NAMES.DEFAULT_DOMAIN = 192.168.0.17
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    =======OS CONFIGURATION================
    C:\>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.1.0.2.0 - Production on 23-MAR-2006 08:23
    :44
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.17)(PORT=1521)
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    C:\>ipconfig
    Windows IP Configuration
    Ethernet adapter Local Area Connection:
    Media State . . . . . . . . . . . : Media disconnected
    Ethernet adapter Wireless Network Connection 2:
    Connection-specific DNS Suffix . : myhome.westell.com
    IP Address. . . . . . . . . . . . : 192.168.0.17
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.0.1
    C:\>
    Please, if somebody knows this problem I need a very urgent help. Thank you very much.

    Thanks ALL, I GOT IT, but I used other solution.
    Since I installed and uninstalled the Oracle several times, it keeps also many different Services for the listener. I don't know why, it didn't create a Service for my actual instalation with its path. In other words, all the services remained in the services.msc panel, had the path that was already removed from the Windows folder.
    Then what I did, was that I picked one service, took its name (OracleOraDb10g_home1TNSListener), went to regedit to [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\OracleOraDb10g_home1TNSListener] and simply changed the image path that was setted for the one that was removed (C:\oracle\product\10.1.0\Db_2\BIN\TNSLSNR ) for mine that is installed right now
    (C:\oracle\product\10.1.0\Db_1\BIN\TNSLSNR). Nothing more and finally works.
    I have tried something in the services.msc panel before, as you can see in this forum at the thread "I can't start listener in the Control Painel/Admin Tools/ Services", but I never got
    success.
    Appreciate your time!!

  • [Solved] Can't start GParted from XFCE menu

    Hi,
    I have polkit installed but I can't start GParted from the XFCE menu. Do I need to edit any configuration files to make this work? The wiki isn't very clear about what to do after installing polkit. Thanks.
    Last edited by kaixi (2012-11-02 15:09:12)

    In my Xfce4 installation, it's /usr/share/applications/GParted, which I copied over to ~/.local/share/applications/, as kaixi suggested, and it appeared there as gparted.desktop.  Right-click for Properties > Launcher > Command, and in that field (not wanting to install gksu) I put sudo gparted, which works, thanks.

  • HT1338 If I have OS 7.5 installed on an external drive, can I start up from the external drive in that OS when my macbook pro is 10.7?

    If I have OS 10.6 installed on an external drive, can I start up from the external drive if I have 10.7 installed on my macbook pro?

    Provided that the MBP supports booting from that version of 10.6, and the install was from a retail disk (not a different Mac model), then yes. If it's a newer Pro that came with Lion, it may not boot to 10.6.
    Matt

  • Can't start up from Install disk

    I'm using a MacBook purchased 3/07. System 10.4.11
    I can't start up from the Install Disk for Leopard. I only get a screen with the apple logo and the spinning thing. I wait 10 minutes. Nothing happens. I've tried both using the Disk for the start up and clicking on Install icons but when it shuts down to restart....nothing.
    Can anyone help me?
    Thanks. Lois

    Hi Josef,
    I left it on for over an hour and nothing happened. Finally called Apple and after an hour and a half of all kinds of testing, restarts, zapping and I don't know what else, the nice man there talked to his supervisor and then had me test the hardware (hold down D when starting). Turns out there is a problem with my ram so now I have to take it to a local technician and if he can't fix it, it'll have to go back to Apple for repairs. Ho hum. I just hope it finally gets working to make all this worthwhile.
    Thanks again for your interest and help.
    Berengaria

  • I am trying to use photomerge compose.  I open one standard jpeg image and one image that is my business logo in a png format.  When I select the png image, to extract the logo from it, it appears as all white and will not allow me to select the logo from

    I am trying to use photomerge compose.  I open one standard jpeg image and one image that is my business logo in a png format.  When I select the png image, to extract the logo from it, it appears as all white and will not allow me to select the logo from it.  It has worked in the past but I downloaded the update today and photomerge will not work correctly.  Any ideas?

    hedger,
    How do you expect anyone to help when we don't know a darned thing about the file, abut your setup, exact version of Photoshop and your OS, machine specs, etc.?
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • How can I keep lion from generating .DS_Store files on windows network partitions, but not disable it for all network partitions?

    How can I keep lion from generating .DS_Store files on windows network partitions, but not disable it for all network partitions?  I am fimilar with changing the setting for all network partitions(defaults write com.apple.desktopservices DSDontWriteNetworkStores true), but that is undesirable when I connect my laptop to my home network. A preferable solution would be where I could control the writing of these files based on disk format (NTFS vs HFS+).

    Go to MacUpdate or CNET Downloads and search for ds_store. There are numerous utilities for preventing them from being transferred to Windows systems.

  • I have "ghost" events on my printed calendars repeating daily after the original event. How can I delete these as they only appear on the printed calendars and not on the on screen version?

    I have "ghost" events on my printed calendars repeating daily after the original event. How can I delete these as they only appear on the printed calendars and not on the on screen version?

    I had a similar situation.  My credit card bill shows a charge on Sept 8 and Sept 9, both for $55.99.  I called Apple but they said that I was the victim of identity theft so I cancelled my credit card.  They have not refunded my money.

  • Can't start camera from unlock screen in iphone 5c since ios8

    Hi!
    Some I can't start the camera from the unlock screen in iphone 5c since ios8 update.
    It works a couple of hours after reboot, but the problem keeps turning back randomly.
    After iOS8 update I also installed facebook, facebook messenger, linkedin and sync.me and configured skype.
    The actions are:
    Enabling the unlock screen and then sliding up the camera icon, it seems to appear a camera captured image but then the screen turns black or greyish (randomly) like the unlock screen background.
    The problem doesn't happen from the control center panel locked or unlocked.
    It isn't a big problem because there are simple workarounds, but it's annoying when it happens.
    Best regards,
    Bruno.

    This problem seem to have been solved in iOS 8.0.2.

  • Can't start up from Install CD

    Hi...My Mom's iMac needs the drive erased and the OS reinstalled. I have the original Install CD but this iMac won't start up from it either when I hold down C on start up or when it restarts when I follow prompts from Install CD.
    It reads the Install CD on the desktop. Any thoughts about why it won't boot from CD?
    Can I link to my iBook via firewire and install OS from there?
    Or can I download the OS 10.2.8? I have the original receipt for OS and all manuals, etc. What would I need to do that?
    Thank you very much!

    Hi steve
    Please confirm it's NOT possible to install from a firewire linked iBook?
    It is possible, though if you cannot install from the iMac's CD drive then it is not likely it will work from the iBook's drive, but you can try.
    With the iMac on (Host), the iBook off (Target) connect the firewire cable.
    Start the iBook, hold T key to make it the boot drive. It will appear on the iMac's Desktop.
    Insert the Jaguar Install CD into the iBook.
    It too will appear on the iMac's Desktop.
    From the iMac, select Restart and hold down the Option key to select Start-up Manager.
    From Start-up Manager, select the Jaguar Install CD which will take you into the installation.
    Select the iMac's HD as the destination for the installation.
    ...or the possibility of downloading 10.2?
    Negative on this one. No Mac OS's are available for download as they have a commercial value and cannot be uploaded or downloaded. Besides, you have the Jaguar disk to use. I hope you can install it.
    If the iMac's HD is full you will not be able to do an Archive and Install as there won't be room, but it sounds like an Erase an Install is what you are after anyway.
    regards roam

  • Starting Listener from Remote Machine

    Hi All,
    Can I start the listerner service from a remote server..
    Pls revert ASAP...

    hi still I m getting error.
    [oracle@backup admin]$ lsnrctl start lin14db2
    LSNRCTL for Linux: Version 9.2.0.1.0 - Production on 15-DEC-2005 14:37:37
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Starting /u01/oracle/product/9.2/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 9.2.0.1.0 - Production
    System parameter file is /u01/oracle/product/9.2/network/admin/listener.ora
    Log messages written to /u01/oracle/product/9.2/network/log/lin14db2.log
    TNS-01151: Missing listener name, lin14db2, in LISTENER.ORA
    Listener failed to start. See the error message(s) above...

  • IBook G4 can only start up from CD

    Hello everyone,
    I have a friend who has a problem, his iBook G4 can only start from CD and never from HD. Is there a way to solve this problem for him.
    Thanks

    Does your friend have Mac OS X 10.3 or 10.4? If you can startup from the install CD, can you open the Disk Utility (from the "Installer" menu in Mac OS X 10.3 or from the "Utilities" menu in Mac OS X 10.4)? Does the hard drive appear as an option in the Disk Utility? If so, you should try to "repair disk" from the Disk Utility. Are there any errors found? Can the Disk Utility repair them?
    If it repairs the errors, you can quit the Disk Utility and then Quit the Installer. The computer will restart back to the hard drive.
    If the Disk Utility can't repair the errors, you may want to invest in a more powerful utility like .
    If the hard drive does not appear as an option in the Disk Utility, it may be damaged beyond software repairs. You might find the Apple Hardware Test CD (which could be the same disk as the Mac OS X installer) and run the extended tests.
    -Doug

  • Can't start up from 10.5 Install Disk, but can from MB Pro Install Disk?

    Many thanks in advance for your attention.
    1. I was going to Verify (and then maybe Repair) HD by starting up my computer from the OS 10.5 install disk, but my laptop just blacked out (froze) each time I tried to start up from the 10.5 install disk. I tried starting up holding down the "c" key, the "option" key, and the "shift" key.
    Each time my laptop just blacked out and froze. Odd as the 10.5 install disk has very rarely ben used and has no visible scratches, etc. I think I haven't used it since the original install.
    2. So I tried instead the original Install Disk 1 that came factory specific with the MacBook Pro (which also has 10.5 and iLife, etc. on it). Held down the "c" key and I was able to boot from the Disk (and do a Verify Disk, etc.). No problems at all.
    Anyone know what could be up with my OS 10.5 Install Disk? Is there a way to test if the Disk itself is somehow damaged?
    Thank you.

    Thanks again for your response.
    I am all for these forums in helping people out. I know some questions/ answers can't be all black and white.
    But - in the interests of clarity for others out there -
    1. Again, I was not trying to INSTALL from the 10.5 Install Disk.
    2. I was merely trying to insert it and use it to VERIFY my HD.
    3. I know one cannot do an "update" INSTALL from (for example) a 10.4 Disk if one already has 10.5 installed.
    4. But - through the incarnations of 10.1, 10.2, 10.3, 10.4 - I had always been able to use the OS X retail install disk (no matter how old) to check out my HD, even if my HD had (for example) 10.3.5 on it and my Install Disk was just 10.3.
    According to the link William posted, this may be different (I would guess on rare occasions), starting with Leopard.
    5. But, given my history through all the incarnations of OS X, I was puzzled when it seemed my laptop could not read my very unused, mint 10.5 OS Install Disk. A mystery. But when I washed a seemingly flawless disk, it worked afterwards. So something must have been on it I couldn't see.

  • Can't start movies from AppleTV directly :-(

    First thing first: I'm not sure what version of appleTV I own but I purchased it from an apple store about a month ago. That being sayd: When I try to start a movie (from my home share) directly via appleTV it doesn't load. However, when I start movies from my PC it works flawlessly with no problems at all.

    Welcome to the Apple Community.
    Intermittent problems are often a result of interference. Interference can be caused by other networks in the neighbourhood or from household electrical items.
    You can download and install iStumbler (NetStumbler for windows users) to help you see which channels are used by neighbouring networks so that you can avoid them, but iStumbler will not see household items.
    Refer to your router manual for instructions on changing your wifi channel or adjusting your multicast rate.
    There are other types of problems that can affect networks, but this is by far the most common, hence worth mentioning first. Networks that have inherent issues can be seen to work differently with different versions of the same software. You might also try moving the Apple TV away from other electrical equipment.

Maybe you are looking for