How to remove a dispatcher with a specific index (conf_indx)

Hi,
A few details:
We are on 11.2.0.3 linux 64bit.
We use both dedicated and shared connection.
We have many environments (an environment consists of many schemas) in a single DB.
For each environment we create at least one service (we know # of services is limited to ~150 in 11.2) - in example for environment with suffix LAB1 we create a service called DB_LAB1
in example:
exec dbms_service.create_service('DB_LAB1','DB_LAB1');
exec dbms_service.start_service('DB_LAB1');
For clients to be able to connect to the service_name using shared mode - we also create a dispatcher per environment - serving that specific service -
in example:
alter system set dispatchers='(index=30)(protocol=tcp)(service=DB_LAB1)(dispatchers=1)'
I have a few environments which I would like to remove - including their services and dispatchers.
removing the services is easy using dbms_service - however I did not find a way to remove/delete a dispatcher with a specific index.
Say I have conf_indx 1..50 used and I would like to remove conf_indx=30 (the one which I created above) - how can I do that?
Stopping the dispatcher process (Dxxx) does not remove the row from v$dispatcher_config - it only shows that the number of dispatchers for that row is 0.
Bottom line - how to remove a specific dispatcher with a specific dispatcher-index - without affecting all the other dispatchers which I would like to preserve?
Thanks.
Mor

Ok, but how does one remove some of the applications that are appear in the context menu for a given file type? Is there an asc file which can be edited?
For example, in my system a PDF can be opened with over 10 applications. I would like to see just the three ones I use: Acrobat, Skim and Preview.
Thanks in advance.

Similar Messages

  • How to create a String with a specific size?

    how to create a String with a specific size?
    For example I want to create different Strings with the size of 100 , 1000 or 63k byte?

    String are immutable so just initialize it with the number of characters you want.
    You might want to look at java.lang.StringBuffer and see if that's what you want.

  • How to Run std program with a specific variant for specific user?

    Hi guys
    We have a std program which will be run by different users in the company. Now the requirement is to make sure that each user runs the report with a specific varaint. Can we control this if yes how?
    one options we thought about was to create a transaction in SE93 and define the program to run with a predefined varaint and assign the new custom tcode to the user profile. But we have many different users and we will end up with creating many transactions which we would like to avoid. Is there any other option to control the std program such that each user can run the program only with a pre-defined varaint and the one which only the user is suppoed to run. thanks in advance.

    We have a std program which will be run by different users in the company. Now the requirement is to make sure that each user runs the report with a specific varaint. Can we control this if yes how
    you can do this..
    You can create a Custom table
    userid     keyfield
    program  keyfield
    variant    keyfield
    programdesc
    Make the table Maintaintable(usnig table maintenance )
    Now create another Program
    It takes input of the Program name( using selection screen)
    LOGIC
    in side that place a logic ,
    Based on the user name  and program name Get the variant name from above table
    Now Submit the program with the variant you have selected above.
    Use Variant Addition when you use SUBMIT
    So now program executed based on user variant.
    Now you create a Transaction for this program.
    When use Runs the Transaction , user needs to input the Program name which he wants to execute.
    and Output will be shown based on the variants
    Regards
    Vijay Babu Dudla

  • How to add Solid/Text/Shape at specific index?

    Hello, is there a way to add Solid/Text/Shape at a specific index in a composition? Like for example a composition has 5 layers and I want to add a Solid at index 3 instead of at the beginning of the layers like it does by default. Setting the ID of the Solid after I have added it doesn't work, because its readOnly.

    As far as I know these is no way to change the index while creating a layer.
    Look into <<AE Scripting guide>>.Page.87,There are 4 methods to satisfy your need after the layer is created.
    app.project.item(index).layer(index).moveToBeginning();
    app.project.item(index).layer(index).moveToEnd();
    app.project.item(index).layer(index).moveBefore(targetLayer); //targetLayer is a AVLayer object,so  you should try this way: targetLayer = app.project.activeItem.layer(index);
    app.project.item(index).layer(index).moveAfter(targetLayer);
    I almost forget that ,script can use app.executeCommand(app.findMenuCommandId("Shape Layer")); to add a shape layer just above your selectedLayers. I don't remember,but maybe this feature is supported after AE CS6

  • How to remove calendar syncing with more than one calendar?

    I have no idea how I did it, but my Blackberry Curve 8310 somehow synced with TWO calendars.  I always had it syncing with my Outlook one and that still works fine, but somehow it also synced to my Hotmail calendar somewhere along the way - but I haven't used that calendar in a very long time and don't even use my Hotmail account anymore, so it's just confusing everything.  I never meant to tell it to sync to that one and for the life of me I can't figure out how to get it to remove all that calendar info that it added!  Can someone help with instructions?  I'm fairly technically savvy, I just can't figure out how to do it on my own.

    Do you want to remove the hotmail account all together? If so you can delete it from either your carrier's BIS page, or from the personal email setup icon on your device.
    If you just want to remove the calendar try going to Options | Advanced Options | Service Book. Find your Hotmail account's CICAL service book and delete it
    If someone has been helpful please consider giving them kudos by clicking the star to the left of their post.
    Remember to resolve your thread by clicking Accepted Solution.

  • How to create an employee with a specific effective_start_date with api?

    Hello,
    I'm trying to create an employee through the hr_employee_api.create_employee (R12 Apps)
    In Forms, if we want create it in a different date than sysdate, we use the "Alter effective date" screen... what this does is to copy into global.g_session_date variable the value we set.. and I suppose that this date is what api takes as sysdate to create an employee with desired effective_start_date.
    But.. how to set it through Plsql procedure that call to create_employee api? p_per_effective_start_date is an out parameter... But after following the code through internal apis.. I didn't get to find where is that value set...
    Any ideas?
    If no one is passed, it's set to sysdate.. but what we want is to set this date to one specific...
    Thanks,

    Hi again,
    sorry for a "quick" conclusion...
    Although the session date wwill be set inserting in fnd_sessions.. the effective_start_date returned ..continues with the value of hire_date.
    I've checked the screen behavior and it inserts directly into PER_ALL_PEOPLE_F (when we have a "normal" employee, not CWK) through per_people11_pkg.insert_row1 procedure.
    So.. is there anyway with create_employee api to create an employee (CORRECTION p_datetrack_update_mode) with hire_date different from p_effective_start_date??
    Interesting issue...
    Regards.

  • How to create a webservice with axis specific WSDL

    Hi all
    I want to know if anybosy can provide with me any documentation or information link from where i can find the way how to deploy webservices using axis specific WSDL(i mean WSDL is created using axis jars) on to the application server like Weblogic.
    I would like to know the following
    1 - How to create the web.xml
    2- How to create the deployment descriptor.
    3- How to pack the EAR or WAR file.
    Thanks and Regards
    Manoj

    You can't as File is nor serializable. It won't make sense as you would try to give a handle to a file on the server hosting the service to a remote system.
    Can you explain the use case in more detail?
    Timo

  • How to remove a timestamp with adobe premiere elements 8

    How do I remove a time and date stamp on a video with adobe premiere elements 8.

    If the camera burns in the date/time stamp, then there is not much that can be done.
    If you need to eliminate that, then the best would be to apply the Effect>Motion>Scale, to enlarge the footage, until the date/time stamp is effectively cropped off by the Frame Size. You might want to look into Effect>Motion>Position, to "move" the date/time stamp closer to an edge.
    The other method is tedious, and requires ideally Adobe AfterEffects. There, you could use the Clone Tool, to "paint out" the date/time stamp, if there is enough clean background to do so.
    A variation on that method would be to Export/Share as a Filmstrip and Import that into Photoshop (if one had Photoshop Extended, there are other formats, that would work too), and then Frame by Frame, use the Clone Tool to remove that image.
    Though not a way to remove it, you can also replace it with a Title, that occupies the area of the date/time stamp, and just cover it up.
    If the camera allows you to turn that "feature" OFF, you would want to do so for newer footage.
    Good luck, and sorry for the bad news.
    Hunt

  • How to remove CS4 Trial with PS CS4 and LR 2.6 Installed?

    After reading several discussions on the subject, it would appear the following workflow should be followed:
    1 Log on as Administrator
    2 Use Uninstall Programs and select PPro CS4.  Allow the uninstaller to remove as much of PPro CS4 as it can.
    3 Use Adobe Cleanscript CS4 for Windows several times.
    More than likely, I would like to remove all data files produced by PPro CS4 and probably NOT INSTALL the FULL VERSION on this machine.  Other than looking in the My Documents Folder, where else should I be looking?  Will the procedures outlined above leave both PS CS4 and Lightroom 2.6 alone?
    I've got 2 days left on the Trial and wish to uninstall prior to deactivation.
    Any tips, suggestions, gotchas and errata would be most welcomed!

    Here is the link to the PrE Tips & Tricks sub-forum.
    Though it is in the PrE hierarchy, it is a great repository for things that affect all Premiere programs (and some general NLE subjects too). Not everything there is specific to PrE. As a matter of fact, most articles were written with PrPro (and Photoshop) firmly in mind, with annotations where there are differences when referring to PrE, or PSE.
    Good luck,
    Hunt

  • How to export image sequence with a specific number

    Hello
    I'm looking how, like in after, I can export an image sequence with a starting specific number. I spend hours to rename images with Renamer, boring, stupid!
    Thank you for helping
    Alex

    Use Bridge.  You can do them all at once with Batch Rename.

  • How to remove a PO with account assignment K from MD04

    Hi guys
    I have create a Purchase Order in ME21N with account assignment K and removed the Goods receipt mark in delivery tab.
    Will this PO be removed from MD04 and when?

    Hi
    My requirement is the following: My company have some suppliers which holds inventory for us. My company controlled that with contracts in SAP.
    Som parts of this inventory must be scrapped if demand changes. Therefore we need to create a PO, where my compagny buy the materiels. We will never use these materials so the supplier can just scappe them at his site and there we unmark the Goods receipt mark and use account asignment K.
    But the buyer will see the PO in MD04 and this create confusion, so I would like to be able to remove this from MD04.
    Thanks!
    Sune

  • How to remove duplicate photos with Elements and Revel?

    While on vacation this year, I uploaded pictures from my camera to my iPad to Revel.  When I got home, I copied all of the pictures from my camera to my harddrive on my laptop and imported them into Elements 12.  On my laptop I store photos in subdirectories like this:  \Lisa\albums\Pictures201509.  I found duplicates of most of my photos in \Users\Owner\My Pictures\Adobe\Revel\My Catalog Old.  I would like to clean these up so I only have once copy of each photo on my harddrive.
    I have 3 questions:
    Why did this happen?
    How can I clean this up and not complete mess up my Elements and Revel catalogs?
    How can I prevent this in the future?
    thanks,
    Lisa

    The folks at www.overmacs.com/photosweeper told me that they are upgrading their product so it will work with Apple Photos.  It works now with iPhoto and Aperture.  It has many adjustments to detect same name files, and even same or similar content images.  Monitor their website for a future release.  There is a small fee for the pro version, which is well worth the price.

  • When saving files under options the file name is duplicated how to remove extra folder with the same name

    Under Firefox Options I clicked Saving Files under Downloads but the file name appears twice and an extra folder with the same name is created within the folder i.e.:
    G:\Akbar's Songs\HAMARA FORUMS DOWNLOADS\HAMARA FORUMS DOWNLOADS
    As you can see the folder is repeated, how can I correct this?
    Also the music files I download from a site downloads as WinRar file and I need to open it. Is there an option where the files open automatically in the folder I have selected?
    Many thanks for your help.

    The "beta" version is for testing and may be more prone to problems, so I suggest trying the regular version (9.20) even though it hasn't been updated since 2010.

  • How to remove the element with Iterators

    I have a programm like this
    Vector ts = new Vector();
    ts.add("abc"); ts.add("abd");
    Iterator it = ts.iterator();
    ts.remove("abc");
    it.remove();
    while(it.hasNext())
    { System.out.println("val = " + it.next()); }
    What is the problem if I use remove with iterator. It is giving the error java.lang.IllegalStateException. Can somebody tell me what is wrong with this.

    You can only use Iterator#remove() inside the Iterator loop (thus, after setting the cursor to the element using Iterator#next()).
    Also see the API doc: http://java.sun.com/javase/6/docs/api/java/util/Iterator.html
    What exactly do you want to do after all?

  • How to remove "Get started with your site"

    Hello,
    I am in the process of automating the creation of a site collection using PowerShell. Everything works fine but I would like to remove or hide the "Get started with your site" that we see the first time we open a site. Deactivating the Getting
    started feature will not remove it.

    For other readers, here's the full script needed:
    # First, get a reference to the target web app:
    $web = Get-SPWeb "[TargetSiteURL]"
    # Assuming that 1) the web page file that you want to examine is
    # the default landing page and 2) Publishing has been activated
    # for the containing site collection, the following gets you a
    # reference to the web part manager:
    $wpm = $web.GetLimitedWebPartManage("pages/default.aspx", [System.Web.UI.WebControls.WebParts.PersonalizationScope]::Shared).WebParts
    # Note the "pages" in the path. Next, the following lists out
    # all web parts on this page:
    $web.GetLimitedWebPartManager("pages/default.aspx",[System.Web.UI.WebControls.WebParts.PersonalizationScope]::Shared).WebParts
    # Review this list, and then identify the PartOrder of the web
    # part you want to remove. It its, say, its "5", you get a
    # reference to web part like so:
    $wp = $wpm.WebParts[5]
    # Now delete the web part:
    $wp.DeleteWebPart
    # and close the web app reference:
    $web.Close()
    It's easier to remove the web part directly from the page, while it's in edit mode, but then the scripted method also works when automation is needed.

Maybe you are looking for

  • Air Output Question

    I've been playing around with the free trial of RH8 and I have some questions regarding the Air output: 1. If I add a comment, is there a way I can edit it? I tried, but so far haven't been able to do so (I would think that I would in case there's a

  • WLC Internal and External DHCP

    I am currently using the Internal DHCP component within my 5508 Controller with software version 7.0.166.0.  This seems to be working fine as the Vlan Routed interface connected to it via the Dynamic Trunk Port is functioning as l have the ip-helper

  • Getting CS2 to open files on double-click

    I searched for a solution to this annoyance assuming it must common but wasn't able to find a thread. Apologies in advance if I missed it. Photoshop CS2 has been on this notebook for a couple years. It is activated and registered and runs perfectly.

  • Has anyone gotten the new update for windows phone 928

    Anyone gotten the new update for windows phone 928

  • NetworkManager doesn't work on gnome

    Hi there, I installed Gnome and everything works, but if i install NetworkManager and start it there isn't any tray icon. If i kill nm-applet and then start it again i got this messgae/error: ** (nm-applet:2168): WARNING **: <WARN> hal_net_physdev_cb