Port Number in Oracle9i for running isqlplus

Hi all,
Just yesterday I installed Oracle9i in my PC which OS is WinXP. After installing, I faced a problem whenever I tried to run isqlplus.
Because from Oracle Enterprise Manager console I found Host (pc) & PORT (1521). So, when in IE i gave (http://pc:1521/isqlplus) it couldn't run. But after so many attempt, when I use PORT No. 80 instead of 1521, isqlplus window was open and run successfully.
Now my question is : Why PORT NUMBER is change from Console Manager & WinXP port no.?
Can any one clarify this? Does it differ in various OS?
Sans

Hi user514582,
I don't know why the port has changed but here is the solution to change it back:
http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/ch2.htm#sthref446

Similar Messages

  • Port No. for running isqlplus

    Firstly admit that I DONT KNOW WHETHER IS IT THE RIGHT FORUM OR NOT.
    I gave my query in isqlplus forum (which is below in "") & get respective path to solve my query. But it is not clear to me.
    Is here any person who will help to solve my query?
    If I hurt any one then I apologise in advance.
    "" Hi all,
    Just yesterday I installed Oracle9i in my PC which OS is WinXP. After installing, I faced a problem whenever I tried to run isqlplus.
    Because from Oracle Enterprise Manager console I found Host (pc) & PORT (1521). So, when in IE i gave (http://pc:1521/isqlplus) it couldn't run. But after so many attempt, when I use PORT No. 80 instead of 1521, isqlplus window was open and run successfully.
    Now my question is : Why PORT NUMBER is change from Console Manager & WinXP port no.?
    Can any one clarify this? Does it differ in various OS?
    Sans
    "Hi user514582,
    I don't know why the port has changed but here is the solution to change it back:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/ch2.htm#sthref446 ""

    Hello,
    I would like to respond to your query/question.
    The Port Numbers allocated to the Operating System (OS) cannot be used by any other applications. They are specific to Operation System only.
    The Port Numbers are specific to the Oracle Database (1521). This port number is the one which is used by any client machine trying to connect to the Oracle Database trying to serve / listen to any requests at this designated port. Oracle Enterprise Manager (OEM) is a console application that can be used to monitor and configure your Database and Application Servers.
    Application Server (Apache) is installed as a part of the Oracle Installation, there is a different Port number allocated to this, which is Port 80 in this case and thats the reason, when you try to connect to isqlplus using 1521 it gives an error and when you try top connect using Port 80, it successfully displays the appropriate page.
    All Applications requiring and running on Apache/Application Server will use the Port 80 to run and all Database requests will be routed via the Port 1521.
    Hope this information helps and clarifies the doubts.
    Regards
    Shivanand Koppalkar

  • Identifying the port number where Tomcat is running.

    I want to mail the URL of the my application dynamically with the system generated mails. With the help of java.net package I am able to get the IP address of the system, but I have hard coded the port no in the URL. I want to make the port no. also dynamic (E.g. IP address is not hard coded).
    The servlet is deployed to the Tomcat server. What code I write to know the port on which the tomcat is running ?
    thanks in advance,
    Mukesh.

    You could use ServletRequest.getServerPort() to find out the port number on which the request is being sent by the client but I don't know if this will help you.
    People on the forum help others voluntarily, it's not their job.
    Help them help you.
    Learn how to ask questions first: http://faq.javaranch.com/java/HowToAskQuestionsOnJavaRanch
    (Yes I know it's on JavaRanch but I think it applies everywhere)
    EDIT: ServletRequest.getLocaPort() gives the port at which the request is received; I'm not quite sure what the difference is ( I can guess but I'm not certain ) and I don't know which, if either, will be of use to you.
    Edited by: nogoodatcoding on Oct 9, 2007 7:26 PM

  • What port number is used for SMTP outgoing mail with AOL?

    I inadvertently changed the port number for SMTP outgoing mail of AOL.  What port number should I use?

    Yahoo and Gmail support should be able to help you.
    Not related to Firefox support, web mail doesn't use POP or SMTP protocols which is what email clients such as Thunderbird use for communicating with email servers.

  • Port Number Used For Downloading

    I'm having a problem downloading from certain sites.
    My broadband provider wants me to find out what port number I use for downloading.
    How do I find out?

    Do you have a link to a site that won't download? It's really dependent on what they use.
    If it's http generally port 80, if ftp then many ports, Active FTP vs. Passive FTP, a Definitive Explanation...
    http://slacksite.com/other/ftp.html

  • Tomcat Server Port Number: Why do I have to enter the port number?

    My ultimate goal is to setup a website that displays data from a database. I will use Java, Apache, Oracle, and whatever else I need to create a website the uses servlets, JavaServer Pages, and JDBC.
    I�ve got four Pentium III computers:
    1. Windows 2000 Server to be the web server (MyWebServer, IP = 10.10.1.1).
    2. Windows 2000 Professional to be the database server (MyDatabaseServer, IP = 10.10.1.2).
    3. Windows 2000 Professional that I use to develop and test (MyDeveloperPC, IP = 10.10.1.3).
    4. Windows 2000 Professional that I use as a client to connect to the website (MyClientPC, IP = 10.10.1.4).
    I installed Java Web Services Developer Pack on MyWebServer. It requires Java 2 Standard Edition (J2SE), so I installed that first. The files I downloaded and installed are as follows:
    J2SE: j2sdk-1_4_0-rc-win.exe
    JWSDP: jwsdp-1_0-ea1-win.exe
    After installing these products, I set the environment variables as follows:
    JAVA_HOME = c:\j2se
    JWSDP_HOME = c:\jwsdp
    Path = c:\j2se\bin;c:\jwsdp\bin; [and other previous statements]
    On MyWebServer I start Tomcat (from the JWSDP menu option). It starts properly (as far as I can tell).
    Then, from MyClientPC I open Internet Explorer and in the address box I type:
    http://10.10.1.1
    �The page cannot be displayed�.
    I then try again and add the port number:
    http://10.10.1.1:8080
    This displays the page c:\jwsdp\webapps\root\index.html.
    Here�s my question: Why do I have to enter the port number to get a page displayed? Do I have to have Apache HTTP Server running on MyWebServer to display pages without entering the port number?
    Thanks for your help.

    Oh simmy1, so silly....
    You have to enter the port number because Tomcat is running on that port (probably 8080). You actually don't NEED apache at all. Most people use it an HTTP listener because historically, servlet engines and application servers had shitty listeners. (WebLogic 5.1 was really bad.) Not sure how they stack up today.
    Port 80 is the default port that browsers will look at. (Try it, hit these forums with http://forum.java.sun.com and then hit it with http://forum.java.sun.com:80. See? Same thing.) If you don't want to have to enter a port number, just make sure whatever is running at the front of your network is serving on port 80. It doesn't matter if its apache, tomcat, weblogic, iis or whatever. There is nothing wrong with running Tomcat on port 80, although using a webserver proxy like apache is generally recommended.
    And don't listen to simmy1, this is his second bonehead post I've seen today: http://forum.java.sun.com/thread.jsp?forum=45&thread=231154

  • Java and Tomcat: Why do I need the port number when accessing Tomcat?

    My ultimate goal is to setup a website that displays data from a database. I will use Java, Apache, Oracle, and whatever else I need to create a website the uses servlets, JavaServer Pages, and JDBC.
    I�ve got four Pentium III computers:
    1. Windows 2000 Server to be the web server (MyWebServer, IP = 10.10.1.1).
    2. Windows 2000 Professional to be the database server (MyDatabaseServer, IP = 10.10.1.2).
    3. Windows 2000 Professional that I use to develop and test (MyDeveloperPC, IP = 10.10.1.3).
    4. Windows 2000 Professional that I use as a client to connect to the website (MyClientPC, IP = 10.10.1.4).
    I installed Java Web Services Developer Pack on MyWebServer. It requires Java 2 Standard Edition (J2SE), so I installed that first. The files I downloaded and installed are as follows:
    J2SE: j2sdk-1_4_0-rc-win.exe
    JWSDP: jwsdp-1_0-ea1-win.exe
    After installing these products, I set the environment variables as follows:
    JAVA_HOME = c:\j2se
    JWSDP_HOME = c:\jwsdp
    Path = c:\j2se\bin;c:\jwsdp\bin; [and other previous statements]
    On MyWebServer I start Tomcat (from the JWSDP menu option). It starts properly (as far as I can tell).
    Then, from MyClientPC I open Internet Explorer and in the address box I type:
    http://10.10.1.1
    �The page cannot be displayed�.
    I then try again and add the port number:
    http://10.10.1.1:8080
    This displays the page c:\jwsdp\webapps\root\index.html.
    Here�s my question: Why do I have to enter the port number to get a page displayed? Do I have to have Apache HTTP Server running on MyWebServer to display pages without entering the port number?
    Thanks for your help.

    When you web server is running at the default Http Port, then you do not have to specify the port yourself.(The browser does it automatically)
    So if you run your web server at port 80, then you will not have to specify the port explicitlyin the url.
    If you want to use tomcat only as a jsp/servlet processing engine then install a web server (either IIS, or apache web server) and run it on port 80. (so that you dont have to specify the port)
    Now configure tomcat to run as a servlet engine for this web server. for this refer to the tomcat documentation.
    If you do not want to have an external webserver then you can configure tomcat itself to run at port 80 (in this case tomcat would do the work of both the web server as well as jsp/servlet engine... but this is not the setup for a production site). this can be done by changing the server.xml file in the conf directory of tomcat installation.
    hope this helps.
    regards,
    Abhishek.

  • When I point my browser to the administration port number, I get the message "Forbidden"

    I installed the iPlanet Calendar Server (iCS) and supplied a TCP port number
    for the admin port. However, when I tried to access the Calendar Server
    administration interface from Netscape Communicator by typing in the URL<BR>
    <P>
    http://server-name:port<BR>
    <P>
    where server-name was
    the name of the Calendar Server and port
    was the port number, I got the
    message "Forbidden."
    <P>
    I checked to make sure that the port number, "22392" was specified in the
    server.conf file
    in the line<BR>
    <P>
    service.http.admin.port "22392"
    <P>
    I also checked to make sure that admin service was enabled in the
    server.conf file in the line<BR>
    <P>
    service.http.admin.enable "yes"
    <P>
    Even after checking these, I was still unable to access the Calendar Server
    administration interface.
    <P>
    At this time, there is no graphical administration interface for iCS 2.x.
    For this reason, you need to execute all commands for the Calendar Server from
    the command line. For some command-line administration tools, you need to
    specify the port number.
    <P>
    For more details on command-line utilities and syntax, please see the
    iPlanet Calendar Server: Administration Guide at<BR>
    <P>
    http://developer.iplanet.com/docs/manuals/calendar/ics21/ag/calagxa.htm#1005537

    '''Try the Firefox SafeMode''' to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    * You can open the Firefox 4.0+ SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    '''''If it is good in the Firefox SafeMode''''', your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes
    ''When you figure out what is causing that, please let us know. It might help other user's who have that problem.''

  • How to find port number , when there will be different instance number ?

    In case of portal url,
    port number is 50000 for default instance number 00.
    how to find port number , when there will be different instance number , instead of 00?
    Thanks

    Hi
    You can find the port number by your instance number as follows:
    There is a general format for the port number like you have mentioned.
    For 00 instance the port number is 50000.
    The general format for the port number goes like this:
        <b>5<instance_no>00</b>
    If your <b>instance number is 01</b> then the port number would be <b>50100</b>.
    It depends on the installation type which you perform.
    You can also change the instance number during the installation but normally you dont do this.
    If you have many components or units installed on your system you may have more than one instance in that case it may go like this 00, 01, 02....accordingly port number will be 50000, 50100, 50200...resp.
    Hope this solves your doubt.
    If you need some more clarification please lemme know.
    Regards
      Sumit Jain
    **Rewrd with points if useful.

  • Changing the admin port number

    Greetings all,
    I have just become the proud father of a weblogic 9 installation and the admin before me changed the admin port number. As I have NO experience with weblogic, could someone be so kind as to tell me where I can find the port number being used for the admin console?
    Thanks!
    Earnie!

    Earnie,
    First, try port 9002 (https) since that's the default.
    If that doesn't work, have a look in DOMAIN_DIR\config\config.xml. In there you'll find something like this:
    <administration-port>1234</administration-port>
    There ya go!
    Mike
    Weblogic/J2EE Security Blog: http://monduke.com

  • Cisco ASA, skipping real source port number with PAT.

    Hi Experts,
    Cisco ASA configuration guide says:
    "PAT translates multiple real addresses to a single mapped IP address by translating the real address and source port to the mapped address and a unique port. If available, the real source port number is used for the mapped port. "
    Is it possible to skip this ? I do not want to use real source port number. The issue is, when I have a PAT entry with real source port (port 5060), - SIP session doesn't work. With all the other ports numbers,- everything works.

    Hi,
    Notice that the configuration you try does not modify the real source port at all.
    Since you are using the same "object" for the real/mapped service then the configuration above matches traffic where the connections destination is "any" and the destination is "udp 6000 65535" and only when the source is "udp sip" and in that event it keeps the exact same "udp sip" source port as you are using the same "object".
    I am not sure if its a software or configuration related issue but I have not gotten this to work reliably on my ASA. I might have to try some other software level.
    I guess you would want to match the SIP source port in the Dynamic PAT and avoid using the SIP port as the mapped port?. With that in mind I was thinking something like this
    object service UDP-SIP
     service udp source eq sip
    object service UDP-SIP-MAPPED
     service udp source range 30000 31000
    nat (VoiP,outside) source dynamic <source network object> interface service UDP-SIP UDP-SIP-MAPPED
    Though it seems the above configuration seems to be bypassed by the ASA completely and it seems to use the identical source port as the mapped port even though it matches the configuration.
    If I were to change the above configuration from "dynamic" to "static" then the configuration matches but it uses only the first mapped "source" port of "30000". I guess it would only use a different mapped port if you used multiple real source ports also instead of the current single source port "sip".
    nat (VoiP,outside) source static <source network object> interface service UDP-SIP UDP-SIP-MAPPED unidirectional
    Example from my own ASA.
    DYNAMIC
    - Matches the configuration but doesnt map the port at all
    Phase: 5
    Type: NAT
    Subtype:
    Result: ALLOW
    Config:
    nat (LAN,WAN) source dynamic LAN-NETWORK interface service SIP SIP-MAPPED
    Additional Information:
    Dynamic translate 10.0.0.123/5060 to <my pat ip>/5060
    STATIC
    - Matches the configuration and maps the source port but only uses the first mapped port from the range
    Phase: 4
    Type: NAT
    Subtype:
    Result: ALLOW
    Config:
    nat (LAN,WAN) source static LAN-NETWORK interface service SIP SIP-MAPPED unidirectional
    Additional Information:
    Static translate 10.0.0.123/5060 to <my pat ip>/30000
    I am not really sure if this configuration is reliable at all but its the only thing I can think of at the moment.
    Hope this helps :)
    - Jouni

  • How do i find the port number for oracle10g

    Hi,
    I have installed oracle10g on my pc running windows XP. I need to get the port number for JDBC drivers used by Java Application when defining a JDBC source.
    Java is running on the same machine.
    When I installed oracle I was given the links (with port numbers) for EM, ULTRA SEARCH and iSQLPLUS, what I need is the ORACLE10g database port number. Anybody know where I get from ?
    Cheers

    thanks for the reply the portlist does not contain the port of oracle. The file is below.
    [i]Ultra Search HTTP port number =5620
    Enterprise Manager Agent Port =
    iSQL*Plus HTTP port number =5560
    Enterprise Manager Console HTTP Port (oracle10) = 5500
    Enterprise Manager Agent Port (oracle10) = 1830
    However searching through some other threads found the port to be 1521, which
    oracle must set during installation and tell anybody, unless this infor is in the log.
    so configured the oracle JDBC driver as below (PE8.2 --> ConnectionPools)
    Datasource Classname = oracle.jdbc.pool.OracleDataSource
    URL = jdbc:oracle:thin:@localhost:1521:oracle10
    User = abc
    Password = abc
    Now able to ping. Cheers

  • How to run Indesign CS3 as a Service with Port number

    Hello all,
    I would like to run the InDesign CS3 Server as a service on Windows. It seems that after installing the Server it automatically installs as a service. But where can I assign the port number. If under Services properties of InDesign Server under Parameters I mention -port 1050 on Ok button it removes the parameter information.
    I am doing right or is there some other way to start the Server as Service with Port number.
    Thank you all in advance.
    Regards
    Farzana.

    Hi Sascha,
    have you tried to remove the service and install it manually?
    \"Path to IDS"\InDesignServerService /install /u
    \"Path to IDS"\InDesignServerService /install
    I guess you've tried to start the instance in the console already (successfully?).
    Regards
    Ingo
    Am 05.07.2011 um 12:18 schrieb 1000grad_Sascha:
    Hi Ingo,
    I've installed the Snap-In and configured one instance. Maybe it's worth mentioning that there are some instances running at the same time, which have been started using the console. Hope that's not interfering. However, the MMC-configured instance uses a different port.
    I tried to start the service with a huge range of users having all imaginable privileges. The common way of using either "LocalService" or the Local System Account (which has admin rights for me) doesn't do the job.
    cheers,
    Sascha
    >

  • Is it possible to set a port number for a server as a value from env ?

    Hello,
    I'm using the version 6.1 - sp8 and I'd like to set the port number of a server as a value returned by an environment variable. Will this be achievable somehow through the admin console?
    In fact, I have an environment variable called '$WEB_SERV_PORT'. I'd need this value to be assigned as the port number for a server. The reason why I am trying to do this is coz I have multiple instances running as different batch accounts and each batch account would be having its own '$WEB_SERV_PORT' which would be the port on which iplanet would be running for that batch account.
    I'd appreciate if anyone could help.
    Thank you,
    Presley.

    Hello Sriram,
    Thanks for the info that you have provided. I do agree that what you said would be a better approach.
    However I've got a couple of questions on the approach that you have suggested (Sorry that its a bit off from the main topic). Just wanted to clarify if what I thought is in sync with the approach that you suggested.
    1. As you said, I could setup multiple virtual server within an instance (https-<hostname>) - Does this mean that I am creating "Virtual Server Classes" for each server and through the web-applications tab, assigning the corresponding war file to each Virtual Server Class?
    2. Another approach that came upto my mind is that I could create different instances like (https-virtual server1, https-virtual server2, https-virtual server3 etc..). I am assuming that if I follow this approach, I could have each server allocate memory indiviually to the virtual servers. for eg, I could allocate
    1024 MB to each virtual server where as in the first approach, I would have to make the 1024 MB to share between all the Virtual Server Classes. And also, in the case theres an issue with one server, I could handle the start/ stop etc individually, where as in the 1st approach, all the virtual classes would be affected by the start/stop. Am I assuming it correctly ?
    I'd appreciate if you could let me know.
    Thank you,
    Presley.
    Edited by: pressley on Mar 26, 2008 7:04 AM

  • Port number for Essbase

    HelloDoes anybody know the port number/range a client PC has to be able to "see" through a firewall to access Essbase Server? I saw indication about Agentport and Serverport, what is the right and what is the default value?Thank You & CheersMaurice Leimgruber, CSFS

    The Hyperion Knowledgebase solution is at the bottom of this message. I found that opening 1423 alone wasn't enough to access Essbase via the Excel Add-In, and I had to open up the entire range listed in #2. Not ideal. If anyone else knows of another method, I would love to hear it.Ann McDonoughHere is the solution: TCP/IP ports utilized by Hyperion Essbase OLAP Server 1. Hyperion Essbase Agent uses port number 14232. Hyperion Essbase Esssvr processes use port numbers 32768 through 33768 in increments of five For example, if three Esssvr processes are running, ports 32768, 32773 and 32778 will be in usePlease note that from Hyperion Essbase 6.2 each application process uses two ports in the range.

Maybe you are looking for

  • Custom purchase requsitionto vendor open and cleared payment report

    dear all i develop report but i cant ableto show in that open amount and cleared amount of vender in that report so please see this report and feedback me for logic to show open and clear amount of vendor purchase orderwise or vendorwise report zpo_p

  • HT4623 Please Help [ASAP]

    There was a purchase made in my itunes app on my iphone and it kept trying ti take the payment out when theres no money in my account. now when i try to make purchase in the games center the system is declining my card even if the payment is free.

  • Reinstalled Arch, sound works but not when I login

    Hey guys I just reinstalled Arch, card has worked fine before (M-Audio Revolution 7.1). It works fine now, too, as I have a little "welcome.wav" file that plays when I reach GDM on boot, and it plays just fine but as soon as I log in I can't get any

  • How do I fix the "Remove" button for my Netflix instant queue?

    I cannot remove items from my Netflix Instant Queue through Apple tv, because the button that should say "Remove" says instead "+ Queue".  This is true even when I am in the "Instant Queue" area of Netflix on Apple tv.  I have tried restoring to fact

  • Tree event ITEM_CLICK and ITEM_OPEN

    Hi all i try desperately to cache a event in the tree. At the moment i call the function addNode if the user to click on the node tree.addEventListener(ListEvent.ITEM_CLICK, addNode); the function addNode call a webservice and set the result as new a