본문 바로가기
  • 2025.02~03 설악산
W01. Work & IT/w16. [개발-DB]

[설치] [20140701] oracle xe_64bit 설치, 확인, Oracle http 포트변경

by 읽고쓰는개발자 2015. 8. 28.







[20140701] oracle 11g xe_64bit 설치 ~ oracle http 포트변경

 

1. oracle 11g R2 64bit 를 다운받아 설치한다.

          1) SYS, SYSTEM 계정 / 비밀번호:  1111    
          2) 설치경로: c:\oraclexe


2. CMD 확인

    

C:\Windows\System32>sqlplus / as sysdba

SQL*Plus: Release 11.2.0.2.0 Production on 화 7월 1 13:32:01 2014

Copyright (c) 1982, 2014, Oracle.  All rights reserved.

Connected to: Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production

SQL> show user USER is "SYS" SQL> show sga

Total System Global Area 1068937216 bytes Fixed Size                  2260048 bytes Variable Size             624952240 bytes Database Buffers          436207616 bytes Redo Buffers                5517312 bytes SQL>



3.  ORACLE 11G XE 의 GET STARTED 를 클릭하면

     http://127.0.0.1:8080/apex/f?p=4950  화면이 나온다.

     여기서 오라클이 포트 8080 을 사용함을 알수 있다.


     3-1. system 계정으로 현재 오라클의 http 포트를 확인한다.

         

USER is "SYS" SQL> show sga

Total System Global Area 1068937216 bytes Fixed Size                  2260048 bytes Variable Size             624952240 bytes Database Buffers          436207616 bytes Redo Buffers                5517312 bytes SQL> SELECT dbms_xdb.gethttpport as "HTTP-Port"   2       , dbms_xdb.getftpport as "FTP-Port" from dual   3  ;

 HTTP-Port   FTP-Port ---------- ----------       8080          0

SQL>


 3-2. 8080 포트는 톰캣에서 사용할수도 있으므로, 나는  오라클관련 http 포트는 9090 (9000번대) 로 바꾸겠다.

       

--> PORT 변경하는 방법

     출처) http://guavatak.blogspot.kr/2012/01/oracle-xe.html


 --> 변경 sql 과 결과


SQL> -- set http port by sjyoon.yvette SQL> begin   2     dbms_xdb.sethttpport('9090');   3  end;   4  /

PL/SQL procedure successfully completed.

SQL>

(참고 url: http://daust.blogspot.kr/2006/01/xe-changing-default-http-port.html )

 

  MY EVERNOTE 정리

 https://www.evernote.com/shard/s405/nl/67614490/c7e01cd4-5dfb-47c3-b29b-4c8603b735a3?title=%5B20140701%5D%20oracle%2011g%20xe_64bit%20%EC%84%A4%EC%B9%98








written by jhmom(yvette)

p.s 우리아가 돌때~