How i can configure more than one port to the listener?

I made a mistake but I don't know why
May anybody help me?
Than you very much

I made a mistake but I don't know whyWhat mistake ? Could you post your listener.ora ? and please post any error you get.

Similar Messages

  • HT204411 i am trying to purchase many songs at one time. i have added all songs to wish list , now to purchase it will only let me  do one at a time  please advise how i can purchase more than one at a time

    i am trying to purchase many songs at one time. i have added all songs to wish list , now to purchase it will only let me  do one at a time  please advise how i can purchase more than one at a time

    There used to be a 'buy all' button on the wish list screen but for some reason that has been removed from the current version of iTunes so you will need to buy each item individually. You can try leaving feedback for Apple and maybe it'll be added back in a future update : http://www.apple.com/feedback/itunesapp.html

  • Shell script how getopts can accept more than one string in one var

    In shell script   how  getopts  can  accept  more than one string in one variable    DES
    Here is the part of shell script that accepts variables  from the Shell script  but the   DES   variable does not accepts more than one variable.,  how to do this ??
    When i run the script like below
    sh Ericsson_4G_nwid_configuration.sh   -n  orah4g    -d   "Ericsson 4g Child"    -z Europe/Stockholm
    it does not accepts    "Ericsson 4g Child"    in  DES  Variable   and only accepts    "Ericsson"  to DES variable.
    how to make it accept     full   "Ericsson 4g Child" 
    ========================================
    while getopts “hn:r:p:v:d:z:” OPTION
    do
      case $OPTION in
      h)
      usage
      exit 1
      n)
      TEST=$OPTARG
      z)
      ZONE="$OPTARG"
      d)
      DES="$OPTARG"
      v)
      VERBOSE=1
      usage
      exit
      esac
    done

    Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Fo … s_and_Code
    Also, see http://mywiki.wooledge.org/Quotes

  • How do I view more than one image at the same time in CS6?

    How do I view more than one image at the same time in CS6?

    Hi there
    If you go to Window > Arrange you can choose from several view options. Below I have selected Two-Up Horizontal since I have two images, but you can select other options if you have more than one image.

  • Jquery accordion where we can open more than one region at the same time

    Hi,
    I am trying to create a jquery accordion where we can open more than one region at the same time. I saw a post
    from patrick to do accordion where we can select only one region at a time.I am using Apex 4.0
    Using jQueryUI Accordion with APEX 4.0
    Any input on this will be appreciated.
    Thanks,
    Nav

    Hi,
    As I understand jQuery UI accordion do not have feature you looking for
    Regards,
    Jari
    Edited by: jarola on Sep 7, 2010 12:29 PM
    See documentation from here
    http://jqueryui.com/demos/accordion/#default

  • Can there be more than one port for the same logical system

    Can we have more than one TRFC port for tranferring data from one logical system to another?
    The requirement is to transfer same basic idoc type from one logical system to another through two different ports. Is it possible?
    For eg. some specific data (country specific) for the same basic idoc type can be sent through a separate port and the other data through a different port inorder to distinguish between the two.

    Hi Shital,
    I don't think so. Because of that what i told you. There would be a dirty trick (back routing) to solve your issue. But its quite difficult and not standard. You create two http receiver services  and two http sender services. You route your message depending on payload to the one or the other http receiver channel. The receiver is in both cases: THE XI! Now you have a second message, which you  can route to IDoc adapter. But in this case you have different sender and in the receiver determination you can put the sender, so you will be able to use different communication channnels and so different ports / destinations.
    Advantage: Your task would run, no performance problem (http: very good, asynchron)
    Handicap: You see every message double in the monitoring, the scenario is not easy to understand and it is a big task 4 other people to change it.
    Regards,
    Udo

  • How do I stop more than one user opening the same file?

    I'm about to install Lion Server and we're concerned that more than one person will be able to open the same file at the same time. Can this be prevented? If not it seems to make the concept of a server pointless?
    Any help appreciated. Already annoyed I have to phone and order 10.7 Server as it's no longer on the App Store. Can't run 10.8 as the Mac Pro is too old and Apple have cut us off.

    The file server software supports file locking, but multiple file access is application-dependent. In some cases it's entirely valid for multiple users to access the same file. It's up to the application to allow or deny this.
    Ordinarily, if an application requires exclusive access it should flag the file accordingly when it opens the file. This will prevent other users from opening the file. However, it's not up to the server to do this.

  • How I can apply more than one DBI reports at a time?

    I have many DBI reports (and maybe dashboards in future) in one database and I want to transfer them to second database. Of course I can export every report to individual zip file and than import this file to second database. But how I can import all my reports at a time? I tried to simply merge files in archives. But EBS imported only one report from merged zip file. Then I downloaded some patches (for example, E-Business Intelligence Family Pack 11i.BIS_PF.F) and explored their structure. I copied xml files with report description (RPerPersonsLayoutsource.xml and RPerPersonsDocsource.xml) from zip archive to <patch directory>\bis\mds, set versions in file-version attribute to 120.6 and wrote driver file. Than I tried to apply this patch. There was no errors (as I think) but report didn't appear in database.
    So, can I do something to transfer many DBI reports at a time?
    P.S. Driver file text:
    begin aru xxbis_test
    compatible release 12.0.0
    compatible platform GENERIC
    compatible parallel always
    compatible language RU
    characterset cl8mswin1251
    # installation for bis module
    begin bug bis xxbis_bis_test
    begin actions
    #=================================#
    # Actions for Copying Patch Files #
    #=================================#
         copy bis mds RPerPersonsDocsource.xml 120.6
         copy bis mds RPerPersonsLayoutsource.xml 120.6
    #=======================================#
    # Actions for Applying Database Objects #
    #=======================================#
         # file-version-parsed bis mds RPerPersonsDocsource.xml 120.6
         exec java oracle/jrad/tools/xml/importer XMLImporter.class java &phase=dat+24 checkfile:bis:mds:RPerPersonsDocsource.xml &fullpath_bis_mds_RPerPersonsDocsource.xml -username &un_apps -password &pw_apps -dbconnection &jdbc_db_addr -userId "1" -rootPackage /oracle/apps/bis -rootdir &fullpath_bis_mds_directory
         # file-version-parsed bis mds RPerPersonsLayoutsource.xml 120.6
         exec java oracle/jrad/tools/xml/importer XMLImporter.class java &phase=dat+24 checkfile:bis:mds:RPerPersonsLayoutsource.xml &fullpath_bis_mds_RPerPersonsLayoutsource.xml -username &un_apps -password &pw_apps -dbconnection &jdbc_db_addr -userId "1" -rootPackage /oracle/apps/bis -rootdir &fullpath_bis_mds_directory
    end actions
    end bug bis xxbis_bis_test
    end aru xxbis_test
    Edited by: [email protected] on 17.02.2009 4:15

    Not real sure what your asking but if you want to view two apps side by side, make sure they're not in full screen mode and drag the edge of a window to resize.  If you want to browser windows, On the menubar Safari > File > New Window.  Or the shortcut, CMD N
    Then resize to view both.
    Regards,
    Captfred

  • How i can have more than one update center? e.g netbeans update center

    Hi
    Thank you for reading
    How i can add Netbeans update center to my update center list ?
    I want to use some netbeans 4.1 plugins
    which Creator 2 EA 2 is based on it
    Can some one help me ?

    Hi,
    Although it is based on NetBeans, Creator does not officially support the addition of 3rd party modules, at least not yet. Hence there is no facility for adding another update center to the IDE. That said, there is nothing in Creator that prevents a user from writing and installing such a module. How well it performs depends on what the module does and how it interacts with the rest of the IDE.
    Thanks,
    RK.

  • How do I manage more than one Ipod from the same computer?

    I just bought my boyfriend an Ipod and I want to set it up for him before I give it to him. We only have one computer and I'm not sure what to do. Can we both work from one itunes or can I install it twice?

    Just plug it in.
    You do not need to install iTunes twice.
    See this -> How to use multiple iPods on one computer

  • Is there a way I can have more than one tab of the same website open?

    It seems kind of silly that I'm not allowed to turn off the feature where it switches to the tab that is already open of that site, even if it is in a different window. Sometimes I need to have duplicates of a site open, like alarm clocks, or certain info sites.

    There's no reason why you shouldn't have multiple tabs of the same site open if you want to.
    Can you do the following first of all. Go to http://get.adobe.com/flashplayer/ and update Flash.
    If the problem persists in spite of the above, try running Firefox in [[Safe Mode]]. If it functions properly in that configuration, then one of your add-ons is the culprit.

  • Using more than one camera at the same time..

    Hello every body..
    I have a problem with dealing with java media frame work and i want to solve the problem as fast as i can since it will delay my work..
    I hope that any one can hep me..
    I post this problem previous but i don't have agood answer i want to knew if this problem can be soved or not and if can be solved How???
    The problem:
    If any one use JMF Studio it is known that any one can captre any device connected such as ( camera , mic,...) using JMFStudio..
    I do the capturing very well but the problem i face it is HOW I CAN CONFIGURE MORE THAN ONE CAMERA AT THE JMF??
    If i connect 2-cameras from different types ( sony , web cam) then the jmf registary will register the 2-cameras with only one difinition is( vfw:Microsoft WDM Image Capture (Win32):0 ) so when i use the java code to access the 2-cameras then i found only one difinition for one camera and i can access only one camera!!!!!!!!!
    I don't know how i can solve this problem??
    please help me !!
    For reply or any information contact me at my e-mail
    [email protected]

    Please Help me .....!!!!
    If the Sun Community Forums don't Help me who will help me at my problem??????!!!!!
    Help Me!!1

  • Configure more then one device at the JMF??

    Hello every body..
    I have a problem with dealing with java media frame work and i want to solve the problem as fast as i can since it will delay my work..
    I hobe that any one can hep me..
    The problem:
    If any one use JMF Studio it is known that any one can captre any device connected such as ( camera , mic,...) using JMFStudio..
    I do the capturing very well but the problem i face it is HOW I CAN CONFIGURE MORE THAN ONE CAMERA AT THE JMF??
    If i connect 2-cameras from different types ( sony , web cam) then the jmf registary will register the 2-cameras with only one difinition is( vfw:Microsoft WDM Image Capture (Win32):0 ) so when i use the java code to access the 2-cameras then i found only one difinition for one camera and i can access only one camera!!!!!!!!!
    I don't know how i can solve this problem??
    please help me !!
    For reply or any information contact me at my e-mail
    [email protected]

    Thanks for reply sir omcgovern..
    I read what you say but i wondered while this problem from 2003 there is no any solution to this problem??
    Now , what i can do to trick this problem???
    Please if there are any solutions help me as fast as can !!!!!

  • How do I print more than one custom-size photo on a page in PSE 10?

    I recently upgraded from Photoshop Elements 6 to Photoshop Elements 10.  I make greeting cards, and on PSE 6 I was able to print two custom-size (6-1/2” x 5”) cards on each 8-1/2” x 11” sheet of photo paper.  The option to print more than one custom-size card on a single sheet of paper is not available in PSE 10.  I want to know how I can print more than one custom-size card (or photo) on a page in PSE 10?

    In Editor:
    File>Print>#4 Select type of print>picture package

  • How do I add more than one picture on a page?

    I just started using Lightroom, and I want to know how I can add more than one picture onto a page to print or email. Right now, I will choose a picture, and it will make all of the pictures on the page that picture. I have even tried dragging a picture onto a page, but it just changes all of the pictures to the dragged picture.
    Thanks.

    It can be done in Lightroom 2 but, as John pointed out, it requires a 'hack.'  Here is how it's done:
    http://lightroomkillertips.com/2009/video-multi-photo-picture-packages/

Maybe you are looking for