How to change XDB http port 80?

Hello!

I installed db oracle 11.2 on my machine to oracle enterprise linux 5.4.

I tried the following command to set the listener http on port 80 in sqlplus:

exec dbms_xdb.sethttpport('80');
editing the system registry;

But the listener is not listening on port 80. After some research on the web I found that ports 1 through 1023 are reserved ports. When I change the port from 1024 to the above procedure, it works well.

So, how can I change the port 80? What are the steps to set up?

Thank you
Markus

Thank you! the steps worked.
I wanted to change the port number of the instance oracle to 80.
Here are the steps

1. the netmgr user to change the port number 80.
2 edit tnsnames.ora also
3 change the permissions for /var/tmp/.oracle
-> chown oracle: dba /var/tmp/.oracle
-> chmod 777 .oracle
4 chown the file tnslsnr
-> chwon oracle: dba $ORACLE_HOME/bin/tnslsnr
5 run the tnslsnr as file
. / tnslsnr EARPHONE-group of 100-300 users & (oracle uid 100, oacle group id 300)
6. start oracle
7. connect with sqlplus

Tags: Database

Similar Questions

  • How to change the http port in EBS 12.1.3

    Hi all.

    I configured App & DB to use the port 9 pool during cloning.

    For some reasones, I need to change the port http request 8008 to 8,000, but DB port must remain 1529.

    If I may continue the document: https://support.oracle.com/epmos/faces/DocContentDisplay?id=760590.1 ? My version of the EBS is 12.1.3.

    So I need only change my CONTEXT.xml lines (as in the example below) and run the automatic configuration on the Application layer? :

    < web_port oa_var = "s_webport" oa_type = "PORT" base = "8000" step = range "1" = "-1" label = "Web listening Port" > 8000 < / web_port >

    < activewebport oa_var = "s_active_webport" oa_type = "DUP_PORT" base = "8000" step = range "1" = "-1" label = "Active Web Port" > 8000 < / activewebport >

    < login_page oa_var = "s_login_page" > http://myhost.Oracle.com:8000/OA_HTML/AppsLogin < / login_page >

    < chronosURL oa_var = "s_chronosURL" > http://myhost.Oracle.com:8000/oracle_smp_chronos/oracle_smp_chronos_sdk.gif < / chronosURL >

    < oa_var = "s_endUserMonitoringURL" > http://myhost.Oracle.com:8000/oracle_smp_chronos/oracle_smp_chronos_sdk.gif < / EndUserMonitoringURL >

    < externURL oa_var = "s_external_url" > http://myhost.Oracle.com:8000 < / externURL >

    < httplistenparameter = "s_http_listen_parameter" > 8000 oa_var < / httplistenparameter >

    Thanks in advance.

    Hello

    The approach that you mentioned is correct.

    The document that you referenced is to follow in this case.

    Kind regards

    Bashar

  • How to change the rmi port in atg

    Hi guys,.

    How to change the rmi port in atg

    who is the component to change port rmi in atg?

    The rmi port is defined in the component/atg/dynamo/Configuration. so in this Configuration.properties, you can change the value of the rmi port.

  • How to change the HTTPS Console Weblogic admin port

    Hello


    I want to change my HTTPS Console port which was default port 7799 to other ports and also weblogic admin port 7101 to another port.
    How we change that. Thank you


    Thank you
    Sachin Bhadauria

    you need to change the powers of oversight for the EMGC_GCDomain reflect the new administration server port.
    Go to the target-> Middleware-> EMGC_Domain
    Select Configuration of the target-> supervision of the identification information in the drop farm
    Change the Port field
    Return to the menu drop-down firm and select Refresh WebLogic Domain-> Add targets to update
    The objectives of OHS and Server Admin should now appear in the console. I checked on my test site.

  • How can I change the http port and https by default vsphere: 80 and 443 to others for security reasons?

    I want to changed the ports http and https by default but nof found any file config in this regard, anyonr can help me?

    To change the port side ESX follow this KB (it can also works on ESX 4)

    Change or block ports by default 80 (http) and 443 (https) on ESX 3.x

    http://KB.VMware.com/kb/1007289

    On ESXi with what I don't know is the right file.

    André

  • How to change the infrared port on Satellite M30 to be IrDA to be direct IR?

    Hello world

    I just bought a new watch that should be able to communicate with a pc via the infrared port (it's the Polar S710).
    Unfortunately, it does not work as the 'Protocol' of the watch is directIR, rather than be IrDA, as is my cell phone.

    I saw somewhere that it would be possible to change the infrared port of my laptop in order to operate in directIR. Anyone know the procedure? I think I could change something directly in the driver, but I did not how to deal with.

    I would be very grateful if someone could help me.

    Thank you
    SEB

    Hello

    I think that it of not possible to change the IrDA Protocol on the laptop.
    But have you tried to update the software polar?
    Consult the manufacturing site:
    http://support.polar.fi/PKBSupport.nsf/library?OpenForm

    If this does not help I think that only and an external solution as USB-> DirectIR dongle help

  • XDB Http Port - no response

    Hi all

    Ive installed 4 APEX on an Oracle 11 g 2 and now I trie to connect to APEX via the form the PL/SQL gateway. But when I change the port of the EPG (XDB) using the command (tried it countless times with portnumbers serveral)

    EXEC DBMS_XDB. SETHTTPPORT (8888);
    COMMIT;

    the host is not accessible by the url http:// < machine_name >: 8888. As far as I know: If you change the port with the command above, you should be able to get a response by this machine... but it doesn't work.
    Although CHOOSE double; dbms_xdb.gethttpport returns 8888.

    What could be the problem?

    -Christian

    Automatic logging of database is disabled by default when setting of / with no default values.

    You will have to "say" the database what listener must use the local_listener parameter.
    Most of the time people use one of the two solutions. The definition of the hard via parameter

    Option 1)

    SQL> alter system set local_listener='tns information here' scope=spfile
    SQL> -- bounce the database
    

    know any more if you do

    SQL> alter system set local_listener='tns information here' scope=both;
    SQL> alter system register;
    

    OR

    Option 2)

    Use an alias, for example "local_listener_db01" which is defined in the tnsnames.ora and has the values as described in option 1) and is mentioned in the database via

    SQL> alter system set local_listener='local_listener_db01' scope=both;
    SQL> alter system register;
    

    More info here: http://download.oracle.com/docs/cd/E11882_01/network.112/e10836/listenercfg.htm#CHDCCHIC

    Published by: Marco Gralike, May 26, 2011 17:08

  • How to change the VXLAN port in the NSX Manager?

    Hi Expert,

    I use the NSX 6.2.2 Manager and the default value for the UDP VXLAN port is 8474.

    I want to change it to the default 4789 UDP IANA port.

    How can I do?

    Thank you very much

    Mike

    Also, if you want to not upgrade for some reason that you should be able to change it via the API documented in this here blog call

    NSX for vSphere and number of Port UDP VXLAN - Stretch Cloud - undressed technology

  • How to change inJDev RMI port?

    How can I change port RMI in JDev?

    Maybe you have specified wrong oc4j container.

    If you have basic installed this should be set at home. It is the default value.

    If you have installed advanced so it must be oc4j_soa.

    You define in the application server connection.

    see you soon
    James

  • How to change the DB port

    Hello
    I have two instances on the same server AIX 5 L.
    One is a 10g, and the other is Oracle retail RMS.
    Now, I found that the DN listener's 1521 port.
    The other RMS appl is on the same port 1521.
    How can I change the port of the DB 10 g.
    Is there a way out?
    Thank you

    The note mentioned above does not have to change the ports in the application. It aims to change the channels only database (or host name), it should be applied here.

    What you need to do is the following:

    -Stop application services
    -Change the port of database in listener.ora and tnsnames.ora
    -Bounce of the database and the database listener; Make sure that you can connect to the database using the new port
    -Change the port of the database in the context of database file
    -Start AutoConfig on the database layer node
    -Bounce of the database and the database listener; Make sure that you can connect to the database using the new port
    -Change the port of the database in the application context file
    -Start AutoConfig on application-level nodes
    -Start the application services

  • How delete/change password https HP3520-e

    While the implementation of the e-HP3520, I entered a password (my generic all-purpose password) and now when I get home security on the local site of HP hpps:HPprinter get the normal windows password box.  Using what I used for the username/password... I can't "enter" for the local site of the hpps HP.

    How can I reset... delete... to replace the hppts Info: HP3520-e secure local page...?

    It is stored in windows or on the HP3520-e itself?

    Thank you... TiminAz

    Solved the problem... entered a password but NOT an user/login name

    used generic admin as user and password entered and all is fine now on the https protocol: screens

    Tim

  • How to change the headphone port #?

    ENV: Oracle 10 g 2, RHEL 64 bit on ASM (10gr 2):

    Current listening port is 1521. I was asked to change it to 10526 (please don't ask why :-)).)

    I tried to change the port number in the listener.ora file, then restarting the listener, but the I start getting ' ORA-12541: TNS: no listener ' error. If I change back to 1521 and restart the receiver, I am able to connect to the database. What else should I do to change the posrt # please?

    After I have change the port and restart it, here is what I tried to test:

    $ sqlplus user/password@sid

    ...

    ERROR:

    ORA-12541: no listener

    Enter the user name:

    When I restore the port # change, I am able to connect.

    Help, please.

    Best regards

    Very strange, LISTENING means that a listener is sitting on this port, so if you have not the 1521 and it works... I don't know, something is off – try to grep netstat for LISTENING.  If you have it on 10526 and this does not work, prolly local recording listener/static issue the other mention.  Also, the idea of the listener should wait for a connection request and then pass to another session-specific port.  No listener error means you have until now, but something bothers me about this, I know not what.

    Please copy and paste all the production of the lsnrctl commands, to obscure details can be important.

    Just to be clear, we don't talk to some listeners, ASM, right?  (Or conversely, they did not something rac on the upper port?)

  • How to change HTTP port programmatically?

    Hello

    I would like to know if it is possible to change the http port on a server managed by program without repeating the server?

    Could it be perhaps with a JMX MBean?

    Greetings,
    Améo

    Hi Améo,

    One more thing... As soon as you accelerate that program... Once the server change port, you will get "* PeerGoneException *"... This is because the Server Port is changed... Now the MBeanServerConnection object no longer able to be connected to the old Port. It's good... So when you write try {} catch {} block to handle this exception, and then create a fresh MBeanServerConnection to connect save() and activate().

    Please mark the thread as answered as well... ;) Just for the simplicity of a few users who comes to read messages answered...

    Thank you
    Jay SenSharma

    Published by: Jay SenSharma on February 25, 2010 20:56

  • How to change a port PIA?

    Hello

    FSCM9 and tools 8.50 on Windows 2008.

    How can I change a PIA port that has already been created?

    Thank you.

    Please see here:

    http://PeopleSoft.ITtoolbox.com/groups/technical-functional/PeopleTools-l/changing-the-HTTP-port-3478221

  • How to completely control the PORTS COM of BT?

    This is related to several versions of the Toshiba, but in this case, it is with 5.10.14FP1, installed on a Windows Vista.

    When you start the Bluetooth local COM-Port-Control Panel, the list is filled with eight COM ports:

    COM10 exchanger information Toshiba BT Port (COM10)
    Com11 exchanger information Toshiba BT Port (COM11)
    COM12 exchanger information Toshiba BT Port (COM12)
    COM13 exchanger information Toshiba BT Port (COM13)
    COM14 exchanger information Toshiba BT Port (COM14)
    COM20 HSP Toshiba BT Port (COM20) Manager
    Com21 Toshiba BT Port (COM21) HSP Manager
    COM22 Manager of HSP Toshiba BT Port (COM22)

    If I try to delete one of the existing COM ports tells me that it is created by Information interchange or Manager of HSP.
    And if I add other com ports to the BT stack, they seem to count for COM40.

    However, I need to be able to fully control port numbers the specific COM assigned to different interfaces I add... and I most certanly didn't eight predefined ports.

    So, I have the following questions:
    (1) how to remove eight predefined ports?
    (2) how to change the com ports new I add to use COM1 and beyond. (No, port settings normal in the hardware control panel is not an option that is not there).

    I look forward to your reply...

    Daigoro.

    First of all I think that it is not a good idea to delete COM ports that are used for communication. If the services according to will not work afterwards. You can of course create new server COM ports if necessary and also configure client COM ports to fit your needs. Just use the custom instead of Express Mode Mode configuration wizard. Now you can determine what COM port should be used for your device. COM1 is often already used by the system, for example the built-in modem, so make sure that it's free!
    The tool you are talking about is also available in VISTA. See "Control Panel-> control home Panel-> hardware and sound-> Bluetooth Local COM" for her.

Maybe you are looking for

  • Satellite P300 - 19 p: media control need to press several buttons times

    Hi all, I'm a newbie on this forum, but I like my Toshiba products! I recently received a P300 19 p and touch sensitive environments on the high keys buttons (Media Player to mute, open, play/pause, stop, previous, next) work, but only when I type th

  • Satellite A200 - battery and a fan failure

    My Satellite A200 is a little more than a year and has not stopped the charge battery. While watching over portable saw fan does not no more, although no effect on performance when it is connected to the House. Two probs are fan cannot be hardware fa

  • Reverse scrolling option on s7 - 392

    So I just got a S7-392-9890.  I really don't like having to scroll upward on the trackpad to do something down the screen.  I found the Synaptics ClickPad v8.1 settings in the control panel and found the box for 'enable reverse scroll '.  But it won'

  • Problem: Phone help is not available

    Steps to reproduce:1. run the applet to phone . (easier using [Windows [R]] "dialer").2. Select help, help topics.3. install help if necessary and proceed to step 2. Expected results:2. online help for the applet to phone. Actual results:2. impossibl

  • I've worn currently 2500 emails on my email account

    I wore currently 2500 emails on my email account, and I don't want to delete because of necessary data, how can down load all messages on computer enabling the faster communicaiont hotmail