How to specify which pool in a multi-pool is primary?

Is it possible to specify which pool in a multi-pool is primary? Our backup
box has much less horsepower, so we'd like to make sure requests are sent to
the primary server. I don't see a deployment order in the web interface for
JDBC connection pools.
WebLogic 6.1 SP2
Oracle 8.1.7, soon to be 9.0.2.
TIA,
Eric

Eric F wrote:
So if my config.xml looks like this:
<JDBCMultiPool Name="eoprod" PoolList="prod,backup" Targets="console"/>
Then the primary will be prod?correct, sure thing.
Joe
>
>
Thanks.
"Joseph Weinstein" <[email protected]> wrote in message
news:[email protected]..
A basic multipool will always use the first pool in it's list.
Joe
Eric F wrote:
Is it possible to specify which pool in a multi-pool is primary? Our
backup
box has much less horsepower, so we'd like to make sure requests aresent to
the primary server. I don't see a deployment order in the web interfacefor
JDBC connection pools.
WebLogic 6.1 SP2
Oracle 8.1.7, soon to be 9.0.2.
TIA,
Eric

Similar Messages

  • How to specify which of 2 wifi cards to use

    Hi All,
    I recently installed Arch Linux on a USB (not live, a persistant installation). I have 2 wifi cards: one that came with the laptop and is used via PCIe, which is an Intel Centrino Wireless-N 2200. It's awful. The other, which is a USB wifi card and which I want to use, is an ASUS USB-N10. I checked linux-wless.passys.nl to see if the N10 was supported, and it said it was, and also said: "Supported by the rtl8192su and r8712u staging drivers in the mainline Linux kernel. Firmware from userspace is required." I can't get wifi working properly in Arch Linux, which makes it impossible to progress because I can't install anything and am stuck in just using terminal. I don't know how to specify which card to use in Arch. Any help would be much appreciated.
    Thank you for your answers in advance!

    After running ip addr, it doesn't display names for the different devices in a way that I can tell which ones they are. The names that it gave me are: "lo", "enp3s0", "wlp4s0", and "wlp0s20u2". I know that 2 of those are virtual ports for wireless devices that aren't being used, but I don't know how to differentiate.
    EDIT: Also, when I try to navigate to etc/netctl/examples/wireless-wpa, it says "Correcting wireless-wpa to ."
    EDIT 2: "lo" seems to be a generic interface, and I've narrowed down the names so now I know that my two wireless cards are 'wlp4s0" and "wlp0s20u2". When I ran iwconfig, I got
    wlp4s0 IEEE 802.11bgn ESSID:off/any
    Mode:Managed Access Point: Not-Associated Tx-Power=15dBm
    Retry long limit:7 RTS thr:off Fragment thr:off
    Encryption key: off
    Power Management: off
    wlp0s20u2 unassociated Nickname:"rtl_wifi"
    Mode:Auto Access Point: Not-Associated Sensitivity: 0/0
    Retry:of RTS thr:off Fragment thr:off
    Encryption key:off
    Power Management:off
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    lo no wireless exentions
    enp3s0 no wireless extensions
    I'm assuming that this means that the latter two interfaces are the unused virtual interfaces. Does this tell you anything important?
    Last edited by TheAtomicGoose (2014-04-07 21:05:28)

  • How to Specify Which Version of Rsync on Server Side

    I have installed rsync 3.0.6 on both client and server side and know how to specify which version to use on the client side but am I right in assuming that if I don't specify some how on the server side it will use the version stored in /usr/bin/rsync? Do I have to move the version stored in /usr/local/bin/rsync to /usr/bin?
    Thanks.

    --rsync-path=PROGRAM specify the rsync to run on remote machine

  • How to specify which version of a function to use

    I tried to do what it said, but that resulted in error
    PowershellPS C:\WINDOWS\system32> Import-dscResource -ModuleName @{ModuleName="xPSDesiredStateConfiguration";ModuleVersion="3.4.0.0"}Import-dscResource : The term 'Import-dscResource' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.At line:1 char:1+ Import-dscResource -ModuleName @{ModuleName="xPSDesiredStateConfigura ...+ ~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Import-dscResource:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException

A: How to specify which version of a function to use

(Btw: The Edge Web browser doesn't show the formatting toolbar in these text editors... I switched to IE to write this)I have this script and the problem is, there's two versions of xPSDesiredStateConfiguration in the wildTextconfiguration HTTPPullServer{ # Modules must exist on target pull server Import-DSCResource -ModuleName xPSDesiredStateConfiguration Node dc { WindowsFeature DSCServiceFeature { Ensure = "Present" Name = "DSC-Service" } WindowsFeature IISConsole { Ensure = "Present" Name = "Web-Mgmt-Console" } xDscWebService PSDSCPullServer { Ensure = "Present" EndpointName = "PSDSCPullServer" Port = 8080 PhysicalPath = "$env:SystemDrive\inetpub\wwwroot\PSDSCPullServer" CertificateThumbPrint = "AllowUnencryptedTraffic" ModulePath = "$env:PROGRAMFILES\WindowsPowerShell\DscService\Modules" ConfigurationPath = "$env:PROGRAMFILES\...

(Btw: The Edge Web browser doesn't show the formatting toolbar in these text editors... I switched to IE to write this)I have this script and the problem is, there's two versions of xPSDesiredStateConfiguration in the wildTextconfiguration HTTPPullServer{ # Modules must exist on target pull server Import-DSCResource -ModuleName xPSDesiredStateConfiguration Node dc { WindowsFeature DSCServiceFeature { Ensure = "Present" Name = "DSC-Service" } WindowsFeature IISConsole { Ensure = "Present" Name = "Web-Mgmt-Console" } xDscWebService PSDSCPullServer { Ensure = "Present" EndpointName = "PSDSCPullServer" Port = 8080 PhysicalPath = "$env:SystemDrive\inetpub\wwwroot\PSDSCPullServer" CertificateThumbPrint = "AllowUnencryptedTraffic" ModulePath = "$env:PROGRAMFILES\WindowsPowerShell\DscService\Modules" ConfigurationPath = "$env:PROGRAMFILES\...

  • How to specify which Ethernet port on a Mac Pro to send an Ethernet packet

    Hi,
    I am doing some development on a Mac Pro. The Mac Pro has two Ethernet ports on the rear: Ethernet 1 and Ethernet 2.
    I want to specify which of these ports I send a UDP Ethernet packet from.
    In my code I currently create a socket and send data through this. This works fine, but the data (packet) always seems to come out of Ethernet port 1 on the rear of the Mac Pro.
    So, how / where do I set in my code which port (Ethernet 1 or Ethernet 2) on the back of the Mac Pro to send my packet out of?
    Cheers!
    SkinnyC

    It's ok, found this
    http://lists.apple.com/archives/macnetworkprog/2008/Feb/msg00070.html

  • How to specify which cert to use for software virt server?

    Is there a way to specify which certificate to use for each software virtual server? So, for example a user hitting https://somewhere.com would get the certificate for somewhere.com while the virtual server https://somewhereelse.com would use the certifcate with the name somewhereelse.com in it?

    No, this is not possible due to limitations of the underlying protocols.
    HTTP requests are sent over TCP connections which deal with IP addresses and port numbers (i.e. hardware virtual server properties), not hostnames (i.e. software virtual server properties). The HTTP protocol adds software virtual server support by allowing a client to identify the hostname (e.g. "www.iplanet.com") of the server it wishes to communicate with. This is achieved by including a "Host:" header with each HTTP request.
    Unfortunately, the SSL/TLS protocols require that the web server present its SSL/TLS certificate BEFORE the client sends its HTTP request. Since the software virtual server information is contained in the HTTP request, it is not possible for the server to select different certificates for different software virtual servers.
    You will need to use hardware virtual servers (i.e. virtual servers that have different IP addresses and/or port numbers) if you wish to use distinct SSL/TLS certificates.

  • How to specify which group members have wiki write permissions

    In the 10.5 Workgroup Manager, Basic tab, there are two drop down boxes after the checked boxes for enbabling wiki, blog, mailing lists, web calendar, et al -
    Allow [group members only | some group members | authenticated users | anyone]
    to write to these services.
    If I select "some group members" how do I actually say which group members? I see nowhere that I can specify that.
    Specifically this is in regards to the wiki.

    Unless I'm missing something, the directory.app only lets me do the same thing the Server Admin does, add people to a group and enable services to that group.
    For example I have a group called Techs, they have a mailing list and wiki.
    Some of the junior techs I only want to have read access, others write access.
    I don't see how I can specify user1 has read only access but user2 and user3 have write access.

  • [Solved] How to specify which version of Java to use?

    I have OpenJDK 7 as my default, but I also am trying to use Oracle's Java 7 for a specific program. I have installed jdk7-compat as suggested by the arch wiki, but I am unsure how to use it specifically.   
    java -version outputs:
    OpenJDK Runtime Environment (IcedTea 2.5.0) (Arch Linux build 7.u60_2.5.0-2-x86_64)
    OpenJDK 64-Bit Server VM (build 24.60-b09, mixed mode)
    so OpenJDK is  still the default, which is good. At the same time, how do I use Oracle's Java for a specific program?
    Last edited by TheGuyWithTheFace (2014-07-01 16:50:01)

    You have to create a bash script to execute that program, where you define your Java variables. For example, let's supposed your oracle Java is installed at /opt/java_1.6.14/ folder
    #!/bin/bash
    export JAVA_HOME=/opt/java_1.6.14/
    export PATH=/opt/java_1.6.14/bin:$PATH
    <your command>
    Last edited by mgmartins (2014-07-01 08:29:27)

  • How to specify multiple sequence for multiple fields in a primary key!

    Hi,
    i have a table which has about 15 fields, one of the field is primary key and i am able to specify the sequence for it using toplink and when the object is created through toplink the sequence get generated automatically, which is fine.
    Now i have to add another sequence generated field to the table this field is not nullable and
    i am looking for a way in toplink to specify the sequence for this field too, so that when we create objects through toplink the value for the field is automatically generated instead of us fetching the next value from sequence using a sql statement and then using the set method for the field.
    is there a way i can specify a sequence for another field through toplink, while keeping the sequence settings for the primary field untouched.
    thanks for your help!
    -

    TopLink only supports a single sequence field in its' mappings. There should be an API you can use to get another sequence number from an event, but I could not find an easy one (please log a bug for this on EclipseLink). The following code might work if you define the other sequence in TopLink, but you could also just execute the raw SQL as you are doing.
    i.e. something like,
    preInsert(DescriptorEvent event) {
    MyObject object = (MyObject) event.getObject();
    object.setOtherId(event.getSession().getDatasourcePlatform().getSequence("MY_OTHER_SEQ").getGeneratedValue(event.getSession().getAccessor(), event.getSession()));
    -- James : http://www.eclipselink.org

  • Don't know how to specify a digital input or output with Port Config

    I am trying to modify an existing VI that I did not write. I have a 6533 DAQ board connected to a relay box. I would like to use one of the lines on port 0 of the DAQ as an input (it will be a switch used to trigger the sequence of outputs). the rest of the lines I would like to be outputs. I don't know how to specify which line is an input and which is an output. I am using LabVIEW 5.1 and the current VI just contains a sequence of delays and pulse width for each channel. It uses Port Config to specify the port and line directions. Only it's set so that all of the lines are outputs. Does anyone know an easy way of using one input to control several outputs from the same port?

    Thanks.. that is what I thought but I didn't see any examples with the line direction map set up like that. SO.. now I'm stuck on how to use that input to trigger the outputs on the same port. I need to use the input as a switch to activate a sequence using the outputs. So first.. how to I single out just the input line to be used for the trigger. Normally when I need to do something like this I'm referring to channels and not Port lines. Also, how do I language the switch? Is the input going to be normally binary? 0 for off and 1 for on? So should I use a boolean statement?
    Thanks again for the help.. my boss doesn't know much about the programming either so I have to figure it out.

  • How to select which sound to play?

    I'm just getting started using the JavaScript SetVariable in
    my web pages to send information to a Flash movie. One thing I'm
    stumbling on however is how to specify which sound clip to play. I
    have a two layers on my timeline, one with sound A and the other
    with sound B. Based on a variable I set in the JavaScript, I'd like
    to mute one or play the other, or whatever works to get one to play
    and not the other.
    Can this be done? If so, how?
    Thanks from a Flash newbie,
    Beth

    you have very limited control over sound that's attached to a
    timeline. you could work around that by attaching your sounds to
    two different movieclips, but you would do better to use the
    actionscript sound class to control your sounds.
    in the flash help file check actionscript 2.0 language
    reference and check the sound class. you just need to create a
    sound object and read about the attachSound() and start() methods.
    you can then use an if-statement to determine with sound to
    attach to your sound object and solve your problem.

  • How to query which Tcodes specified user used with one day?

    Hi guys:
      How to query which Tcodes specified user used with one day?

    Hi
    You can use transaction code ST03N.
    1. Go to tx code - ST03N
    2. Under "Workload" you can select your "Instance or Total" so that it expands and shows you Days, Week, Month.
    3. If you want to look at the transactions executed for a particular day, lets say, then double click on any day.
    4. At the bottom left you get "Analysis Views"
    5. Select & expand "User and Settlement Statistics"
    6. Double click on "User Profile"
    7. On the right side of the window you get a list of all the users
    8. Double click on a particular user you want to view the details of.
    9. The new screen will display the "Transactions/Reports Utilized by User XXX"
    If you wanna track which users executed a particular transacation then follow this:
    10. In "Analysis Views" expand "Transaction Profile"
    11. Double click on "Standard"
    You can view the list of Transactions and Reports.
    12. Double click on the Tx Code or Report you wanna check and it will show the Use of it.
    This will help you.
    Regards
    Sumit Jain
    [reward with points if the answer is useful]

  • How specify which characters you want to embed

    If the text field is populated by using ActionScript, you
    must specify which characters you want to embed for the text field.
    But how do I do that with actionscript? Is there some
    property not documented? Or method to do this? I know the embed
    panel yes, but i want to do it with actionscript.
    This doesnt help also as the comments show...
    http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm

    you can't specify which characters to embed when using
    actionscript to embed a font.

  • How can I specify which contacts group is my preferred/default for my iPhone?

    Similar situation as others I've seen...
    My wife and I share an iTunes account.  We also use that account for our iCloud account.  We want to share our calendar(s) with each other.  We enjoy having access to the number of contact groups we've put together over the years. 
    I want to be able to designate one of the contact groups as my default reference for my iPhone so that when I recieve messages and calls they are recognized by the identifiers in my phone's contacts list (not as if they are my wife's contacts).  Sure, we could set up multiple iCloud accounts...  We feel we shouldn't have to, besides, that wouldn't allow us to share our calenders and contacts anymore.  It seems to my that the most "Apple" way of fixing this would be to have a "Settings" option in the "Mail, Contacts, Calendars" - particularly in the "Contacts" grouping to have a "Primary Contacts Group" (if more than one is detected) option to choose from.
    Is this something that can be done or do I need to submit this as a requested future feature to something like the Apple Bug Reporter?
    Thanks all!

    Is there a way to specify which network card (IP
    address) that the jvm will use as default? (Whenever
    opening a connection such as URL.openConnection,
    sockets without specifying the local address etc.)No there isn't, but if you are only talking about outbound connections and the network cards are on distinct subnets, unicast routing will ensure that the most appropriate outbound NIC is used for the target IP address, so configure your firewall accordingly.

  • How do you specify which email address to use in a group list?

    Hi All,
    I've got several group lists created in Address Book. When I want to send an email to a group using Mail I cannot specify which email address gets used for a person that has multiple addresses in Address Book.
    My process is as follows: create a new blank message, address the note to myself, move to the bcc field, click the "Address" button at the top of the message pane. When I click on a name that has multiple email addresses I can click on the one that I want, but when I click to another name and click back the previously selected address is highlighted again. It seems that the selection of the address won't 'stick'. Is there any way to force the selection? Also, I originally thought that the group list defaulted to the home address, but I noticed that some entries have their work address selected by default.
    Thanks for any help.
    -Chris

    Thank you, thank you, thank you!!! I knew there was an option to do that somewhere. For some reason I had it in my mind that you made those selections in Mail.
    Kappy wrote:
    Open Address Book and select a group. CTRL- or RIGHT-click on the group and select Edit Distribution List. You may then scan through the group members selecting the desired email address for each one with multiple addresses.

  • Maybe you are looking for

    • How I fixed my iPhone and got the update to work...

      This sounds silly, but I just kept un-docking my iPhone and then re-docking it. If the error message came up, I clicked "OK" and did it over again. After about the eighth try, it went through and my iPhone is now updated. Hope this helps.

    • New versions of Downloaded applications/programs/(Ex:Flash)/etc do not register in browser as updated.

      My computer has been turned off for almost a year. When reconnecting, refreshing, updating, etc, everything that needs to be done on the computer, i come across the problem of firefox acting as though I did not update anything. I've followed all the

    • DTW Alternative Items - Which Template?

      Hi Experts, The subject says it all really.  I have tried oAlternateCatNum but hit errors, and the file contained a column called 'Substitute', rather than the expected 'Match Factor'. I cannot see any other likely candidates.  Does it exist? Thanks

    • Document Setup question

      How do I get the content on a page to fall to the center when I enlarge the page in the Document Setup? In Indesign 5.5 it would center but in CC it falls to the top left corner.  I realize I could use and Alternate Layout or the Page Tool but then t

    • Java Swing and windows listview control

      Hi, many programming languages have the listview control, to which you can define diferents kinds of data's organizers as Icon, Detail, List, etc. Somebody knows if java swing have a component as the listview ? thanks