Change the port number 8080 occupied by ORACLE

Source: Internet
Author: User


Change the port number C: \ Documents ents and Settings \ hesai> sqlplus SQL * Plus: Release 10.1.0.2.0-Production on Saturday October 20 15:16:37 8080 Copyright (c) 2012 4, ORACLE. all rights reserved. www.2cto.com Enter user-name:/as sysdba Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0-ProductionWith the Partitioning, OLAP and Data Mining options -- Change the HTTP/WEBDAV port from 8080 to 8090 SQL> call dbms_xdb.cfg_update (updateXML (dbms_xdb.cfg_get (), '/xdbconfig/sysconfig/protocolconfig/httpconfig/http-port/text ()', 8090); Call completed. -- Change the FTP port from 2100 to 2111 SQL> call dbms_xdb.cfg_update (updateXML (dbms_xdb.get _get (), '/xdbconfig/sysconfig/protocolconfig/ftpconfig/ftp-port/text ()', 2111); www.2cto.com Call completed. SQL> commit; Commit complete. SQL> exec dbms_xdb.cfg_refresh; PL/SQL procedure successfully completed.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.