What ports does OBIEE use, ect 9703.9704, ect

Where can I find the information on all of the port that Oracle OBIEE uses in one document.

Hi,
Did you review the OBIEE documentation?
Oracle Business Intelligence Documentation
http://www.oracle.com/technology/documentation/bi_doc.html
Please see if these links/docs help.
Note: 759312.1 - How to change the ports by default of oracle bi and oc4j (9703, 9704 and 9705) ?
Note: 550441.1 - How to change default port 9704 of OC4J
Note: 446852.1 - How To Assign Unique Ports When Installing Multiple Oracle Business Intelligence (BI) Discoverer 10g (10.1.2) Instances On A Single Host
Changing OBIEE default port
http://asanga-pradeep.blogspot.com/2009/07/changing-obiee-default-port.html
Regards,
Hussein

Similar Messages

  • What ports does icloud use for mail?

    What ports does icloud use for mail?

    Read > http://support.apple.com/kb/HT4864 iCloud uses 993 for IMAP and 587 for SMTP

  • What ports does ACS 3.0 use

    We run ACS 3.0 on a windows 2000 sp. 4 server. A nmap scan shows a lot of open ports, e.g. 7/tcp, 9/tcp, 13/tcp, 1050/tcp, and also some udp ports.
    Does anyone know what ports the Acs use ?
    Regards
    Johann Folkestad
    Volda Univesity College

    ACS ports for administration
    HTTP administrative access (login)TCP 2002, ACS distributed logging TCP 2003, Administrative access (after login) port range 1024-65535 (its possible configure)
    Than RADIUS and TACACS+ ports
    Radius UDP 1812 and 1813 (or according old RFC UDP 1645 and 1646)
    TACACS+ TCP 49
    M.
    Hope that helps, rate if does

  • HT4199 WHAT PORTS DOES APPLE TV USE?

    WHAT PORTS DOES the APPLE TV USE?

    Google "Apple TV ports" and you get
    <http://support.apple.com/kb/HT2463?viewlocale=en_US&locale=en_US>

  • What port does WRT1900Ac listen on for remote admin

    good morning,
    I have had a few problems with linksys smart wifi (periodically cannot connect).
    traditionally I run dynDNS so I can connect to devices remotely (using port forwarding) and this works fine for me.
    what port does the linksys router itself listen on for remote router admin requests (i.e http://publicipaddress:whatport) 
    also, is this configurable?
    thanks
    Dan

    danielgwalter wrote:
    good morning,
    I have had a few problems with linksys smart wifi (periodically cannot connect).
    traditionally I run dynDNS so I can connect to devices remotely (using port forwarding) and this works fine for me.
    what port does the linksys router itself listen on for remote router admin requests (i.e http://publicipaddress:whatport) 
    also, is this configurable?
    thanks
    Dan
    You have to use a Smart Wifi account for remote administration on the WRT1900AC
    Please remember to Kudo those that help you.
    Linksys
    Communities Technical Support

  • What ports does iTunes update podcasts over?

    Hiho
    Lately I never succed in updating podcasts while using my 3G data ISP. I suspect they block ports. What ports does iTunes require to download new podcasts?
    /peter

    Hi Jan,
    I am sure the Apple Doc is right.
    The Doc was originally written for iChat 2 when you could only chat 1-1
    Obviously with an eye on the future, and of the potential for the data traffic to get busy in some locations, allows for the extra ports allocation.
    If you are in a 4 way Video chat then that would be 16 ports.
    Now in iChat 2 Audio chats used to make use of the same four ports. But as 10 way Audio chats are possible it seems likely this has been changed in multichats to use all twenty ports.
    ( I am also sure that 16384-16403 is 20 ports )
    10:01 AM Saturday; September 1, 2007
    Message was edited by: Ralph Johns (UK)

  • I'm trying to transfer music from iTunes on an old PC that uses an external storage device to a new PC (Windows 7) that will use that same external storage device.  I am also dealing with new iTunes 11.  How do I do this??  What folder does iTunes use?

    I'm trying to transfer music from iTunes on an old PC (Windows Vista Home Basic) that uses an external storage device to store the files to a new PC (Windows 7 Starter) that will use that same external storage device.  I am also dealing with the new iTunes 11.  How can I accomplish this successfully?    What folder does iTunes use to store the data in?  I've tried several things.  Home Sharing caused duplicates but not all songs or apps transfered.  It is a large library! I've tried just setting the path in the Advanced Tab of iTunes preferences of the new computer with the external drive connected the same as the path when the external drive is connected to the old computer.  This was the best solution so far but still a few artists missing and some apps. Any suggestions?

    Here are typical layouts for the iTunes folders:
    With iTunes 11 you might also have a Home Videos folder inside iTunes Media.
    In the simplest cases you copy the entire iTunes folder from <User's Music> on the source computer to <User's Music> on the target machine, install iTunes, and it "just works"TM.
    If the media folder (inside the red outline) has been split out to a separate location then you can copy the library folder (outside the red outline) as before and connect the drive holding the media so that it has exactly the same path as before. If the drive appears as D: on one system and E: on the other then the library won't be able to find the media.
    The crucial file is iTunes Library.itl - this contains a record of the tracks that have been added to the library, ratings, play counts, playlists etc.
    See also: Make a split library portable.
    tt2

  • How do i find what ports are being used.

    I need to know how to tell what ports are being used and by what. I recently bought Apple Remote Desktop and have been pretty impressed but I have one computer here that won't let me Observe or Control. I think it is because the G4 in question has a program using port 5900. I need to confirm this is there any way that I can see if this port is being used?
    Thanks
    Moderith

    Hi Moderith--
    Welcome to the Apple Discussions.
    Look in your Utilities folder for the Network Utility program. Open it, and choose "Port Scan" from the row of tabs in its window. If you're not running Network Utility on the problematic G4, use the G4's IP address. But if you're actually on the G4, use "localhost".
    Note that if you check the open ports on the G4 from another computer, you won't see as many as if you check it from the G4 itself. That's because some ports are only local. For example, I have enabled the mail server on my Macs, but only to deliver mail, not relay it. So if I do a port scan using "localhost", I see port 25 open, but it's not open from another computer.
    charlie

  • What port numbers are used when creating temporary queues

    Using the following code as an example, what port(s) are used when creating temporary queues? Is it a range of ports? Is it random? And is it configurable? If you have any insight on this, please let me know. Thanks.
    QueueConnection con = connectionFactory.createQueueConnection();
    QueueSession session = con.createQueueSession(true, Session.AUTO_ACKNOWLEDGE);
    TemporaryQueue replyQueue = session.createTemporaryQueue();

    The only ports I know about are the defaults ports:
    JMS 7676
    IIOP 3700
    Are these the only ports that are used, even for temporary queues?

  • Which port does Safari use for web browsing directly on Mac

    In our intranet network, clients both using proxy or directly connect to internet is OK, but when we disable UDP port upwards 10000, Mac users can not connect to internet without seting proxy, and Windows user is no problem on this. How could this be, wich port does safari use when browsing web

    Should be using Port 80 (HTTP).
    Here's the list:
    http://docs.info.apple.com/article.html?artnum=106439
    Hope this helps...

  • What font does iTunes use for inserts??

    I know it uses Lucida Grande for iTunes itself, but what font does it use when printing out a jewel case insert? I have a project that is a gift and want the fonts on the iTunes insert to match what I am putting together for the spines.

    Still looking if anyone knows.

  • What tools does Microsoft use to mock UI interfaces, flowchart, use cases, and UML diagrams?

    I have searched google, but was not able to find article or blogs to answer this question. The questions asked here are very old. So I think this is a very relevant question today.
    We are a .NET group and we to update how we storyboard our application development. What tools does Microsoft use to mock UI interfaces, flowcharts, and use cases? Specifically for projects that are either C# .NET MVC 5 and above (looking forward to
    vNext).
    In the past, power point was able to do some of these things, but it seems it has been deprecated? Does Visio use these things? Also, is Visual Studio's 2013 UML diagram any good or is there another tool in Microsoft's bag of goodies that has more options?
    I have read about blend, but it does not seem to be .NET MVC specific.  
    Again, this is asking about what tools Microsoft teams usually use to storyboard as our team would like to mimic the more contemporary processes. We are in the process of upgrading our .NET applications and feel it is time to update our workflow process
    as well.
    Any book recommendations on TFS 2013 and agile are welcomed as well.  

    hlyates,
    Sorry but you have posted to a forum that deals exclusively with questions/issues about Microsoft Project, a project management application.
    I suggest you delete this post and start with the following: http://social.technet.microsoft.com/Forums/projectserver/en-US/home?forum=whatforum
    John

  • What port does podcast capture use????

    I cannot find any docs on this. I can use Podcast Capture/Podcast Producer when I am IN the network, but not when I am away from the office.
    What ports can I open up on the firewall to make this work from anywhere???

    Click here for information.
    (32067)

  • Which port does datasocket use?

    I'm trying to write string information, across the internet, to a datasocket server, using the dstp protocol. For some reason I can't get this information through to the server. My thinking now is that a firewall is blocking this data and I need to open up the port being used. Does anyone know what port is used when writing to a datasocket server?

    datasocket server listens on port 3015. It should be listed as a non-blocked port in order for it to function.
    aartjan

  • What Ports Does Mail Open, and Why?

    Mavens of Mac Mail Internals,
    While trying to debug my lightly-loaded-yet-consumed-by-spinning-beach-balls 27" iMac running OS X 10.8.4...I've observed in Activity Monitor that Mail has 33 threads and 496 ports in use.
    Huh?
    Why would Mail possibly need so many ports open? What ports? What kind of ports?
    Are all the ports Mail is using the same type of port as 25, 587, or 993...or, is Activity Monitor reporting the system's consumption of another type of port? Or...what?
    And...what's typical? How many threads and ports should Mac Mail have running and open at any point in time?
    Baseline: My Mail setup is provisioned for 8 GMail mailboxes, 1 Hotmail mailbox, 1 Google Apps (Mail) mailbox, and 1 company mailbox.
    Objective: Trying to determine what relationship Mail has, if any, on the increasing number of spinning beach balls infecting my system.
    Thanks in advance for your assistance! Much, much appreciated,
    Plane Wryter

    Ahh!
    So...Is Activity Montior reporting on the number of open IPC (Inter-process Communication) ports?
    Is that what's going on?
    Would this explain why coreaudiod has 1,077 ports open?
    If so, any idea as to why? Why does either Mail or Coreaudio need so many internal ports open?
    BIG THANKS for the insight and clarification.
    Best,
    Plane Wryter

Maybe you are looking for