How to unconfigure a listener after command drop database

Hello

OS = RHL

I have two questions small but important for me please.

(1) I want to delete one instance 10.2 including full Cup out of the ASM instance (instance ASM has other instances registered too). I did not privilege y to set the display, so the only option is to manually.
-For this, I found that I can use the command sequence:
shutdown abort
startup mount exclusive restrict
drop database
# I read that DROP DATABASE command will also remove all the data files, controlfiles, redo logs and spfile (init.ora file not and the password if necessary). How can I 'ls' or confirm related control files are also deleted (for example + DATA01/db/control01.ctl)

(2) second, I want to stop and disable configure the listener also.

PS to the | grep LISTENER shows 4 listener, but I want to stop only 1 and then I want to remove/disable-configures it. How do I do this

Thank you very much in advance.

Best regards

Hello

 How can I "ls" or confirm that related control files are also deleted (for example +DATA01/db/control01.ctl)

You can do the following

asmcmd
ASMCMD> cd +DATA01/db/
ASMCMD> ls
2) Secondly, I want to stop and de-configure the Listener also.

ps aux | grep LISTENER shows 4 listener, but I want to stop only 1 and then I want to delete/de-configure it. How I can achieve that

check the listener where the name of your DB

lsnrctl status 
then stop
lsnrctl stop 
from above O/P you can find out the path of Listener Home
remove the Entry of your DB from listener file.

HTH

Tags: Database

Similar Questions

  • How to update af:treetable after the drop event

    Hello

    I use jdev 11g.
    I have a tree table when I drag and drop an object in the picture of the tree, the tree is not refreshed until I click on it.
    or expand all the nodes on this subject.
    Kindly advice
    Emile BITAR

    In the dropListener adds the array tree as the target of partialtrigger.

    UIComponent ltreetable = JSFUtils.findComponentInRoot("treetab");
    RequestContext.getCurrentInstance().addPartialTarget(ltreetable);
    

    where treetab is the id of your treetable.

    Timo

  • How Controlfile SNA remain synchronized after moving the database with the cold backup

    Hello DBAs,

    I doubt that:

    Every time you pass a cold backup database. We create a new controlfile with new locations of data/redologs etc.

    And then we execute "create controlfile reuse...". noresetlogs...; "to create the controlfile.

    After that, we will open the database as > > alter database open;

    Now the question is:

    We are able to open the database without clause "resetlogs.

    Here, we create a new controlfile so SNA to controlfile will not be synchronized with the SCN of the datafile and redo the file.

    Please let me know how the new controlfiles' SNA is synchronized with the data file and redofile and wea are able to open the database without resetlogs clause.

    Oracle: 11.2.0.4

    OS: Linux

    If your cold backup also includes online redo logs, a RESETLOGS is not necessary.

    The controlfile is created if it does not have a SNA, it reads the data file headers the YVERT database. For a cold backup, all the headers of data file are consistent.  (This is also the reason why a RECOVERY is not required).

    Hemant K Collette

  • Printer HP Deskjet 3050 a hesitate because long after command to print

    Printer HP Deskjet 3050 a hesitate because long after command to print.  How to fix this?

    Hello

    As OEM HP is responsible for the good operation of the printer and their
    drivers provided. Check with HP support, their documentation online and
    drivers and ask in their forums.

    Good luck, you need to update or reinstall the latest driver.

    HP support/troubleshooting & drivers
    http://welcome.HP.com/country/us/en/support.html

    Contact HP
    http://welcome.HP.com/country/us/en/contact_us.html

    HP forums
    http://h30434.www3.HP.com/PSG/

    =============================================

    The main issue is probably the drivers, but these can help:

    Add or remove a printer
    http://Windows.Microsoft.com/en-us/Windows-Vista/add-or-remove-a-printer

    Solve printer problems
    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-printer-problems

    Open the printer Troubleshooter
    http://Windows.Microsoft.com/en-us/Windows7/open-the-printer-Troubleshooter

    Find the manufacturer's Web site
    http://Windows.Microsoft.com/en-us/Windows-Vista/find-a-printer-manufacturers-website

    Find and install printer drivers in Windows 7
    http://Windows.Microsoft.com/en-us/Windows7/find-and-install-printer-drivers

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • How can I fix the "drag and drop" feature in Windows 7? It used to work, but now does not work, for no apparent reason!

    How can I fix the "drag and drop" feature in Windows 7?  It used to work, but now does not work, for no apparent reason!

    What happens when you try?  Make sure you drag the icon image and not the text of the name.

    If it still doesn't work there are some registry changes that can try to alleviate the problem.  But because the changes to the registry are tedious and dangerous, I recommend to leave the system to repair it for you.  Here's how:
    1. Type of restore in the search box of the start menu to find and open to restore system files and settings from a restore point.
    2. Click Next, choose a date before the problem started, then click Next once more.
    • This process only takes around 2 minutes and only restores your system files/settings: it will not affect any of your files, documents, photos, emails, or anything else.
    If the system restore does not resolve the problem try this to replace missing or corrupted system files.  Here's how:
    1. Type cmd into the start menu search box, and then press Ctrl-Shift-Enter to launch as administrator.
    2. At the command prompt to start the File System Check, type sfc/scannow .
  • Query about claiming space after a drop/truncate a table

    Hi all


    Greetings.

    I'm on oracle 10G and OS Sparc.


    I was looking for information on how to claim the space after drop / truncate a table.


    A.) I checked on the net but I can't test (not available db Dev), I'm looking for your suggestion:
    1. drop table tablename purge;
    2. drop table tablename;
    3. truncate table tablename reuse storage;   --> drop table tablename;
    One of above will reclaim space?
    B.)
    Also , I have to purge the sys.aud$ table since its getting filled. Will doing truncate table sys.aud$ release the used tablespace ?
    References:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:54178027703899
    http://www.adp-gmbh.ch/ora/sql/drop_table.html
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_9003.htm
    http://www.orafaq.com/node/968
    MOS Doc 73408.1 (How to Truncate, Delete, or Purge Rows from the Audit Trail Table SYS.AUD$)
    Concerning
    KK

    Published by: Kk on July 22, 2011 12:08 AM

    See the demo below:

    SYSDBA@orcl> select count(*) from bigtab;
    
      COUNT(*)
    ----------
        585600
    
    1 row selected.
    
    SYSDBA@orcl> select bytes/1048576 as size_mb,tablespace_name from dba_segments where segment_name = 'BIGTAB';
    
       SIZE_MB TABLESPACE_NAME
    ---------- -------------------------------------------------------
            72 SYSTEM
    
    1 row selected.
    
    SYSDBA@orcl> select sum(bytes)/1048576 as free_mb from dba_free_space where tablespace_name = 'SYSTEM';
    
       FREE_MB
    ----------
        1.0625
    
    1 row selected.
    
    SYSDBA@orcl> truncate table bigtab reuse storage;
    
    Table truncated.
    
    SYSDBA@orcl> select count(*) from bigtab;
    
      COUNT(*)
    ----------
             0
    
    1 row selected.
    
    SYSDBA@orcl> select bytes/1048576 as size_mb,tablespace_name from dba_segments where segment_name = 'BIGTAB';
    
       SIZE_MB TABLESPACE_NAME
    ---------- -------------------------------------------------------
            72 SYSTEM
    
    1 row selected.
    
    SYSDBA@orcl> select sum(bytes)/1048576 as free_mb from dba_free_space where tablespace_name = 'SYSTEM';
    
       FREE_MB
    ----------
        1.0625
    
    1 row selected.
    
    SYSDBA@orcl> truncate table bigtab drop storage;
    
    Table truncated.
    
    SYSDBA@orcl> select count(*) from bigtab;
    
      COUNT(*)
    ----------
             0
    
    1 row selected.
    
    SYSDBA@orcl> select bytes/1048576 as size_mb,tablespace_name from dba_segments where segment_name = 'BIGTAB';
    
       SIZE_MB TABLESPACE_NAME
    ---------- -------------------------------------------------------
         .0625 SYSTEM
    
    1 row selected.
    
    SYSDBA@orcl> select sum(bytes)/1048576 as free_mb from dba_free_space where tablespace_name = 'SYSTEM';
    
       FREE_MB
    ----------
            73
    
    1 row selected.
    

    Thank you
    Paul

  • How many time you listen to a song to count as "played" (= 1 flow)?

    How many time you listen to a song to count as "played" (= 1 flow)? I know it is 30 seconds for Spotify, is it different for music from Apple?

    Thank you

    Leo

    Until the end of the song.

  • How to unlock an ipad after reset of the manufacturer?

    How to unlock an iPad after reset of a manufacturer.  Purchased from a third party and do not know the original owner.

    Without the previous owner Apple ID and password, the iPad doesn't help. Not even Apple can help you.

    Get your money back if you can.

  • How long should you wait after badly answering security questions too many times in a row

    How long should you wait after badly answering security questions too many times in a row

    How long should you wait for what? If you have temporarily disabled your account screen should say how long you have to wait until you can try again. If you mean for the reset link show on your account then does not appear if you have an e-mail address of verified relief on your account, if you have not you don't you must follow the section "If you can not reset your security questions" at the bottom of the page you have posted since

  • How to restore the email after update of El Capitan

    How can I restore Mail after losing the internet connection by post after update my iMac OSX El Capitan. Connection doctor keeps trying in vain.

    Hello jsteveh,

    Thank you for using communities of Apple Support.

    If I understand your post correctly, you cannot receive emails in Mail on your Mac, and connection doctor shows you a few red dots. To help solve the connection doctor please follow through the link of support below.

    Use Mail connection doctor

    Take care.

  • How to restore my iPhoto after downloading the el captain on my computer

    How to restore my iPhoto after downloading the el captain on my computer

    Click here and try following the instructions; you will only be able to do if you got before where associated with iPhoto on the Mac App store.


    (138040)

  • can someone tell me how to run my iTunes after a deaf mute DEP (Data Execution Prevention) installed in my computer? Seriously, he's blocking the iTunes... for the love of God!

    can someone tell me how to run my iTunes after a deaf mute DEP (Data Execution Prevention) installed in my computer? Seriously, he's blocking the iTunes... for the love of God!

    Hi JulietZhang,
     
    -What version of the operating system are you using?
    -Have you been able to use Itunes without any problems before?
     
    Try these methods in order:
     
    Method 1: Try to add the program to the list Data Execution Prevention (DEP) and check if it helps.
    Refer to this link for steps to do the same, if you are using Windows XP:
     
    Refer to this link for steps to do the same, if you are using Windows Vista:
     
    Method 2: This issue may be caused by third-party codecs installed on your system.

    Look at Apple's site for assistance. http://discussions.Apple.com/thread.jspa?threadID=1908393

    He will explain how to uninstall Quicktime from your computer and re - simply install the program itself.

  • Black on opposite corners of picture after having dropped the camera

    I have an EOS 6 d with a 24-105mm lens. I dropped everything so that cross a road in the middle of a two-week vacation and it bounced around a bit but has been virtually blown off. When vacation finished and I looked at all the 2,500 photos on the computer, about 15 of them have been simply like the one below - two dark corners in front of the other. After these 15 photos with dark corners, there is no recurrence in one of the photos. I don't seem to remember take off the lens and put it back on again about a day after I dropped the camera. Someone knows what are the black corners? I have nothing to fear in the long term?

    Looks like as the sun visor turned a bit (just a bit of loose).  You probably correctly tightened later.

    These lens hoods petal protrude further on the top and the bottom on the sides because more of the image of the round lens gets thrown on top.  If you fail to turn it completely around until it clicks with the long petals at the top and at the bottom you will see little bit catty corner black shadows, whose petals appear in the image.

    When I opened my 35mm Sigma at Christmas, I jumped the hood on and took some shots. I thought that the lens was defective because it looked like your shot above, but I had actually just not enough tightened the hood all the way to the click.

  • How to disable automatic reboot after BSOD XPSP3.

    It continues to, and I need to know how an automatic restart not after it BSOD, I can see this error message I receive.

    Preference does not change the registry, thank you.

    Make a right click my computer and select Properties. Click on the Advanced tab click settings under Startup and recovery. Under system failure, uncheck 'automatically restart '. Click OK.

  • How to activate airplane mode after update

    How to activate airplane mode after update

    Hi Yankeee,

    There is also a long way to accomplish the task, just so that you are well informed.

    Menu > settings > more > airplane Mode.

    I hope this helps.

Maybe you are looking for

  • Music on Ipad on Japanese...

    Hello I was looking for an artist on Imusic and I think I change my country store... Now on my iPad, not on my iPhone and not on my iMac, music and iTunes store are... the Japanese or Chinese... How can I return french in Belgium? Thank you

  • After the upgrade to 6.0.2 6.0.1 Firefox has become laggier in terms of response time.

    For example, new tabs open/close after a break of the half second. I noticed that when I do that, the spikes of CPU activity at 25% and dies down. Sometimes in typing text will pause as well. His behavior is as if he was mired with a memory leak.

  • Re: Laptop will not start, crashes at the HP loading screen

    Hi I have a Hp ENVY m6 and I'm having the same problem. I ran the test and everything seemed to pass.P.S this problem started occurring after that windows 10 1607 (birthday) updated.

  • Deleted by error "Timeout" case of the event Structure - how can I put back it?

    I have deleted by mistake the case of "Timeout" and then visited account there is no other way to control the State of 'rest' of my program when it first starts. How do I put back it? Is that enough to create an empty box with a constant related to t

  • View of the Vista file manager

    When I'm in MS Word (or any other Office program - for example, Excel, Powerpoint etc.) and you want to open an existing file, I click on the Windows button (upper-left) andA file manager opens. The default view is always selected to be "small icons"