How can I stop or remove the earpiece in linux

Hi guys
I encountered an error when I tried to stop the listener in linux environment

Outputs:

[oracle@localhost ~] stop lsnrctl $

LSNRCTL for Linux: Version 11.1.0.6.0 - Production on January 6, 2010 01:38:37

Copyright © 1991, 2007, Oracle. All rights reserved.

Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))
AMT-01189: the listener could not authenticate the user

[oracle@localhost ~] lsnrctl start $

LSNRCTL for Linux: Version 11.1.0.6.0 - Production on January 6, 2010 01:39:21

Copyright © 1991, 2007, Oracle. All rights reserved.

AMT-01106: listener by using the name of the LISTENER listener has already begun

[oracle@localhost ~] $ lsnrctl stop LISTENER

LSNRCTL for Linux: Version 11.1.0.6.0 - Production on January 6, 2010 01:42:06

Copyright © 1991, 2007, Oracle. All rights reserved.

Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))
AMT-01189: the listener could not authenticate the user
[oracle@localhost ~] lsnrctl start $

LSNRCTL for Linux: Version 11.1.0.6.0 - Production on January 6, 2010 01:42:18

Copyright © 1991, 2007, Oracle. All rights reserved.

AMT-01106: listener by using the name of the LISTENER listener has already begun
[oracle@localhost ~] $

can someone tell me what I should do next?

I used vmware

I suspect that the OS/VMWARE networking is misconfigured.

Tags: Database

Similar Questions

  • How can you stop safely remove hardware to appear when there is nothing connected to the USB ports?

    Orifginal title: Aggrevation

    How can you stop safely remove hardware to appear when there is nothing connected to the USB ports? It is causing my screen lock and give an error does not.

    Hi ElginCarelock,

    You can try to restart the computer and check.

    Uninstall all USB device manager entries

    a. Click Start and typedevmgmt.msc and press ENTER.

    b. expand Bus USB controllers.

    Note: You will need to scroll down to find this point.

    c. the first USB controller under Bus USB controllers right click and then click on uninstall to remove it.

    d. Repeat steps above for each controller USB is listed under Bus USB controllers.

    e. restart the computer and check.

    Hope this information is useful.

  • I bought my computer from someone else. Change user accounts did not name of each file in the computer. How can I change or remove the user/name (my name) /document? __

    I bought my computer from someone else. Change user accounts did not take their name off of each (or more) file in the computer. How can I change or remove the user/name/document
    I have looked everywhere and changed user information and the name of the administrator. What can I do else?

    Hello flashgordonjxn,

    Who has ever done the installation of Windows, the installation program asks you to enter your name and optionally, the name of the organization. These registration information appears under recommended for in the general tab of the System when you click Start, click Control Panel, click performance and Maintenanceand then click System.

    To change see instructions below:

    1. Click Startand then click run.
    2. In the Open box, type regedit, and then click OK.
    3. Look for the following registry key:
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
    4. To change the name of the company, follow these steps:

      In the right pane, double-click RegisteredOrganization. Under value data, type the name that you want, and then click OK.

    5. To change the name of the registered owner, follow these steps:

      In the right pane, double-click RegisteredOwner. Under value data, type the name that you want, and then click OK.

    6. Click Exit on the file menu to exit the registry editor.

    Hope this helps you. Let us know anyway. Make it a great day!

    "And in the end the love you take, is equal to The Love You Make" (The Beatles last song from their latest album, Abbey Road.)

  • How can I stop firefox from the offer to remember my passwords?

    I don't want ANY program to offer to remember my password. Ask Firefox several TIMES to remember this information anywhere, anytime, that I connect to work or personal sites. I'm quite capable of remembering my own passwords, and the pop up key icon is really very annoying. How can I stop this feature?

    See also:

  • How can I find (and remove) the source of this irritation

    With irritating regularity, a dialog box appears on my screen that says "sh: / usr/bin/lockfile: no such file or directory (127) '."  How can I find and eliminate the source of this thing?

    Please update "SuperDuper" to the current version, or delete it if you don't need.

  • How can I stop Dreamweaver remove my closing tags?

    I've recently moved to Dreamweaver CC.

    When I open my files .cfml, Dreamweaver removes some of the closing tags that were there.

    So far, he has deleted several < / cfif > and < /table > tags. The only thing I see is that the start tag was a bit out of proportion with the closing tag.

    What happens and how can I get him to stop?

    I do not design features. I have just the code. However, there are a number of features outside the CF support making it a useful tool.

    Maybe you're just right. If there is no way to have it NOT to rewrite my code, I guess it would be better to move to a non Adobe product.

  • How can tag photos - I remove the 'Tag' because it's in every picture!

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas: How can I remove the "Tag" I didn't tag each photo. I thought that I have WAS MARKING ALONE.  I can't get rid of the label on each photo

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Right click on the tag in the left pane, click on remove, then click Yes. (Windows Photo Gallery)

    Click on the descriptive tag, click on manage tags, right click on the tag you want to delete, then click on delete and then Yes. (Windows Live Photo Gallery)

    teengeek.freehostingcloud.com

  • Adobe Captivate 7 - How can I stop AutoPlay from the slides at the end of the enclosure of the slide?

    Hello

    I produce an e-learning with many slides that are set to music. I noticed after the export slide that starts automatically when they are reached. It is wanted, but it isn't good that after the duration of the slides which depends on the duration of speakers the next slide open automatically and starts playing.

    How can I reach that a slide with a speaker stops playing after the speaker is finished, so that the next few slides is open only by clicking on the button next in the PlayBar?

    I assume you mean audio slide? Add a click box to each slide and extend its duration until the end of the slide, which can easily be made with the hotkey CTRL-E. A click box will automatically pause at its end, which will be at the end of the slide.

    Add to the first slide and set up as explained and copy the click zone. Then go on the Filmstrip, select all the other slide and paste it.

  • How can I stop loading if the user selects another mp3 mp3?

    I work with a lot of mp3 files and I want to be able to stop an MP3 of loading from the server if the user selects a different mp3. How can I do this?  Here is my code so far:

    function startNewSound (): void
    {
    var mySound:Sound = new Sound();
    mySound.load (new URLRequest (tempo + ".mp3"));
    mySound.addEventListener (Event.COMPLETE, soundLoaded);

    function soundLoaded(evt:Event):void
    {
    sndChannel.stop ();                   his previous is stopped
    sndChannel = mySound.play (0, int.) MAX_VALUE);
    myTransform.volume =-volumeNum/100;
    sndChannel.soundTransform = myTransform;
    }
    }

    Any help is greatly appreciated.

    Your code can be something like this:

    var mySound:Sound = new Sound();// listeners should be added BEFORE load is calledmySound.addEventListener(Event.COMPLETE, soundLoaded);var sndChannel:SoundChannel = new SoundChannel();
    
    function startNewSound():void  {     mySound.close();     mySound.load(new URLRequest(tempo + ".mp3"));}
    
    function soundLoaded(evt:Event):void{     sndChannel.stop();  //previous sound is stopped     sndChannel = mySound.play(0, int.MAX_VALUE);     myTransform.volume = volumeNum / 100;     sndChannel.soundTransform = myTransform;}
    
  • How can I stop randomly ding-* the sounds coming from my computer?

    Help! Every two hours, I get a random ringing * sound of my desktop computer, if there is a web page open or not. The sound comes from speakers but is not related to the speakers themselves. The sound is the "notify" windows wave sound, like a "ding *.»  It happens totally randomly, without warning and without apparent reason. Can someone help me remove it? I use Windows 7. Thank you!

    Look in the event viewer for event occurring at that time there

  • In the spell checker, how can I stop it showing the contractions as a spelling error?

    I am writing a novel and using lots of contractions (i.e., don't, can't, didn't, isn't, etc..)  Spellcheck shows everyone as a misspelled word.  How can I

    change the spelling or grammar checker to accept these contractions?

    It depends on what software you use, and I'm afraid that you neglected to mention that.

    If you are using Word 2007, it marks the words as cannot not and was not.  I just checked.  When it report a spelling error, it gives you a chance to add to the dictionary, which will prevent it in the future.

  • How can I select and remove the net football behind the goalie with Photoshop CS5?

    Hello

    Could you please help me with the next case. I have a picture of a football match and I want to choose and remove the net behind the football (soccer) goalkeeper. Do you know what is the procedure for the selection and removal of net, in "clear" of the lens showing only the goalkeeper under objective?

    Thank you in advance,

    Petar

    Product: Photoshop CS5

    Hello Petar,

    You're in luck. Photoshop CS5 is the first version to come with Content Aware Fill. You can use this to clear transparent objects, such as your net. Try to take a look at this video, that should help you to do exactly that:

  • How can I stop to see the CC very annoying popup everytime I open my laptop? (mac os)

    Since the last update CC2015

    Peter, please update the Creative cloud to the latest version:

    1. remove the cloud creative app.

    Using creative cloud | Uninstall the creative cloud desktop application

    https://helpx.Adobe.com/Creative-Suite/KB/CS5-cleaner-tool-installation-problems.html

    2. install Creative Cloud app - https://helpx.adobe.com/creative-cloud/help/install-apps.html

  • How can I stop surface removal of e-mails of main computer

    I tried to stop removing surface removal of the main computer on Hotmail but email always deletes main computer.

    It is a function of IMAP. Although cached locally as can be read online all changes are applied to host e-mail and is therefore visible on all clients attached to the mailbox.

  • How can I find and remove the 'eco antivirus' virus from my laptop?

    I recently contracted computer disguised as «eco antivirus» virus  I can't find the files on my computer to remove them.  I also tried to do a system restore in the hope of eliminating the virus.  What can I do?

    Eco Antivirus is a rogue security program. Here is the removal instructions:

    http://www.bleepingcomputer.com/virus-removal/remove-eco-antivirus-2010

    If you can't do the work yourself (and there is no shame in admitting this isn't your cup of tea), take the machine to a professional computer repair shop (not your local equivalent of BigComputerStore/GeekSquad). Please be aware that not all shops are skilled at removing malware, and even if they are, your computer may be so infested that Windows will have to be properly installed. If possible, have all your data backed up before taking the machine into a shop.
    MS - MVP - Elephant Boy computers - don't panic!

Maybe you are looking for

  • HP Pavilion drivers Windows 7 500 - 070

    I had to downgrade to Windows 7 on my 500-070 for many reasons (work) and now find myself without any wireless adapter drivers for the Ethernet adapter. Can someone point me in the right direction for these drivers?  Even the name/model of the wirele

  • Qosmio F15-201: old BIOS version required

    Well, I changed my original BIOS and then ran into problems.And I did not backup old.So I need a new. Please help me on where it is located?This is for a Toshiba Qosmio F15 201 with a GeForce fx 5700 with 128 MB of memory. Here is some information on

  • Heb een heel stil geluid op mijn mediaplayer

    Heb een heel stil geluid op mijn mediaplayer langs mijn oortjes is het wel goed geluid

  • problem of CPP to 7031 error print spooler

    I have a DELL client computer that has a virus.   After virus cleaning and installation of Norton 2012, I worked all the problems left by the virus and anything but get his printer Dell 942 AIO work fixed.  It has disappeared from the list of printer

  • Ideal for Xperia Z3

    HelloI bought a Sony Xperia Z3 around 3 days back and it gives me fantastic autonomy. I understand Sony model rocomended of charge. I noticed that with a great battery performance, Xperia Z3 lasted 1.5 days on full charge. I like to keep my battery i