'aws'에 해당되는 글 2건

  1. 2020.09.30 AWS Lightsail에 Oracle 11g XE 설치
  2. 2020.09.30 AWS Lightsail 접속
Env2020. 9. 30. 14:13

아래 링크 참조하여, Step 03까지 진행

davidghedini.com/pg/entry/install_oracle_11g_xe_on_centos/

 

 

1. root 유저로 접속

$ su

 

2. rpm으로 설치

# rpm -ivh oracle-xe-11.2.0-1.0.x86_64.rpm

 

※ 아래 에러 발생시, Swap 용량 늘리고 진행

This system does not meet the minim
um requirements for swap space. Based on the amount of physical memory available on the system, Oracle Database 11g Express Edition requires 962 MB of swap space. This system has 0 MB of swap space. Configure more swap space on the system and retry the installation.

# 1024MB = 1024 * 1024
dd if=/dev/zero of=/var/swapfile bs=1024 count=1048576

 

3. SQL PLUS로 접속 테스트

$ sqlplus /nolog  ↵

SQL> connect sys/password as sysdba ↵

 

 

 

참조사이트

davidghedini.com/pg/entry/install_oracle_11g_xe_on_centos/

 

Install Oracle 11g Express (XE) on CentOS – David Ghedini

This post will cover basic installation and configuration of Oracle 11g Express Edition (XE) on CentOS. We will also take a quick look at configuring Application Express (APEX) for 11g XE. Basic installation is straight forward. If you just want to get up

davidghedini.com

https://www.airix.net/en/projects/19-vps/9-swap-file-on-aws-lightsail-ubuntu

 

AIRIX.NET - Enable Swap File on AWS Lightsail Ubuntu Instance

Wednesday 30 September 2020

www.airix.net

https://klero.tistory.com/entry/%EB%A6%AC%EB%88%85%EC%8A%A4-swap-%EC%9A%A9%EB%9F%89-%EB%8A%98%EC%9D%B4%EB%8A%94-%EB%B0%A9%EB%B2%95-%EB%B0%8F-%EC%A0%9C%EA%B1%B0%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95

 

리눅스 swap 용량 늘이는 방법 및 제거하는 방법

swap 용량 늘이는 방법 1. 2G로 설정한 swap용량에 추가로 swap 용량 2G (2048M)를 늘리고 싶다면 파일크기는 2048 X 1024 = 2097152가 된다. 2. 스왑 파일을 저장할 디렉토리를 만든다 # mkdir /swap 3. dd 명..

klero.tistory.com

 

 

Posted by 이야봉
Env2020. 9. 30. 12:56

LightSail 설정에 따라 WinSCP(파일전송), Putty(콘솔) 설정하여 접속

LightSail 접속

 

Posted by 이야봉