전체 글

전체 글

    Linux 7에 Oracle 11g 설치(2)- runlnstaller 스크립트 설치

    Linux 7에 Oracle 11g 설치(2)- runlnstaller 스크립트 설치

    1. 오라클 설치 /stage/database/runInstaller 설치중인 창을 끄지말고 새로운 터미널 창을 열어서 oracle 계정을 로그인하고 해당 경로로 이동. [oracle@localhost ~]$ cd /usr/oracle/app/product/11.2.0/dbhome_1/ctx/lib [oracle@localhost lib]$ vi ins_ctx.mk 아래와 같은 구문을 찾아서 ctxhx: $(CTXHXOBJ) $(LINK_CTXHX) $(CTXHXOBJ) $(INSO_LINK) 아래와 같이 수정하고 저장 ctxhx: $(CTXHXOBJ) -static $(LINK_CTXHX) $(CTXHXOBJ) $(INSO_LINK) Retry 버튼을 선택해서 재시도 또 저기 경로로 가서 파일을 수정해..

    Linux 7에 Oracle 11g 설치(1)-기본세팅

    Linux 7에 Oracle 11g 설치(1)-기본세팅

    1. 패키지 업데이트 yum update 2. RDBMS 의존성 (dependency) 설치 yum install binutils -y yum install compat-libstdc++-33 -y yum install compat-libstdc++-33.i686 -y yum install gcc -y yum install gcc-c++ -y yum install glibc -y yum install glibc.i686 -y yum install glibc-devel -y yum install glibc-devel.i686 -y yum install ksh -y yum install libgcc -y yum install libgcc.i686 -y yum install libstdc++ -y yum in..

    [ORACLE 12c] 설치 시 오류(DISPLAY not set. Please set the DISPLAY and try again.)

    [ORACLE 12c] 설치 시 오류(DISPLAY not set. Please set the DISPLAY and try again.)

    * runInstaller 설치 시 오류 상황 $ ./runInstaller Starting Oracle Universal Installer... Checking Temp space: must be greater than 120 MB. Actual 370688 MB Passed Checking swap space: must be greater than 150 MB. Actual 5800 MB Passed Checking monitor: must be configured to display at least 256 colors >>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISP..

    psftp 다운로드

    * https://www.putty.org Download PuTTY - a free SSH and telnet client for Windows Is Bitvise affiliated with PuTTY? Bitvise is not affiliated with PuTTY. We develop our SSH Server for Windows, which is compatible with PuTTY. Many PuTTY users are therefore our users as well. From time to time, they need to find the PuTTY download link. W www.putty.org

    PuTTY 다운로드

    * https://www.putty.org/ Download PuTTY - a free SSH and telnet client for Windows Is Bitvise affiliated with PuTTY? Bitvise is not affiliated with PuTTY. We develop our SSH Server for Windows, which is compatible with PuTTY. Many PuTTY users are therefore our users as well. From time to time, they need to find the PuTTY download link. W www.putty.org

    Windows 10에 Oracle 12c 클라이언트 설치

    Windows 10에 Oracle 12c 클라이언트 설치

    * 링크 들어가서 로그인 후 Oracle 12c 클라이언트 32bit or 64bit 다운 Oracle Software Delivery Cloud Oracle Software Delivery Cloud See a quick, introductory tour of the download process edelivery.oracle.com 1. 설치파일 압축 해제 후 setup 실행 2. 설치 유형 선택 3. Oracle 홈 사용자 선택 4. 설치 경로 지정 5. 설치 6. 설치 완료 7. 클라이언트 설치 경로로 이동 C:\app\client\Administrator\product\12.2.0\client_1\network\admin 8. tnsnames 텍스트 파일 생성 9. tnsnames 파일 수정 후..

    Linux 7에 Oracle 12c 설치

    Linux 7에 Oracle 12c 설치

    1. 패키지 업데이트 yum update -y 2. RDBMS 의존성 (dependency) 설치 yum install binutils -y yum install compat-libstdc++-33 -y yum install compat-libstdc++-33.i686 -y yum install gcc -y yum install gcc-c++ -y yum install glibc -y yum install glibc.i686 -y yum install glibc-devel -y yum install glibc-devel.i686 -y yum install ksh -y yum install libgcc -y yum install libgcc.i686 -y yum install libstdc++ -y yum..

    Xming 다운로드

    Xming 다운로드

    * Xming 다운 - https://sourceforge.net/projects/xming/files/latest/download * Xming 설치

    네트워크 통신포트

    네트워크 통신포트

    21번 FTP : 파일 전송 프로토콜 (서버와 클라이언트 사이의 파일 전송) 22번 SSH : 시큐어 셀 (네트워크 상의 다른 컴퓨터에 로그인하거나 원격 시스템에서 명령을 실행하고 다른 시스템으로 파일을 복사할 수 있도록 해 주는 프로토콜. 보안 및 안정성을 높고 Linux 계열에서 사용함.) 23번 TELNET : 텔넷 25번 SMTP : 전자우편 보낼 때 이용하는 프로토콜 53번 DNS 61번 SNMP 80번 HTTP 110번 POP3 115번 SFTP 143번 IMAP 443번 HTTPS(SSL) : HTTP의 보안이 강화된 버전 3389번 RDP : 윈도우 PC 원격데스크탑 연결

    [Linux]Oracle Linux 7.9에 Mysql 8.0 설치

    [Linux]Oracle Linux 7.9에 Mysql 8.0 설치

    * 설치환경 1. wget 설치 - 인터넷을 통해 파일이나 디렉터리를 다운로드할 수 있는 기능 [root@localhost ~]# yum install wget 2. mysql - repository 다운 [root@localhost ~]# wget http://repo.mysql.com/mysql80-community-release-el7-6.noarch.rpm 3. mysql - repository 설치 [root@localhost ~]# rpm -ivh mysql80-community-release-el7.6.noarch.rpm 4. mysql - 등록확인 [root@localhost ~]# yum repolist all | grep mysql | grep enabled 5. mysql 설치 [ro..