컴퓨터 활용(한글, 오피스 등)587 Install Oracle 11g Express (XE) on CentOS 출처: https://davidghedini.com/pg/entry/install_oracle_11g_xe_on_centos/ Posted on March 6, 2020 | by 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 and running, you can just do.. 2023. 11. 30. linux mint13 oracle 11g express 제거 출처: https://blog.naver.com/youngram2/220204792993 DB & SQL 2015. 6. 23. 17:55 1. oracle 11g express 서비스 중지 $ sudo /etc/init.d/oracle-xe stop 2. 패키지 제거 $ sudo dpkg --purge oracle-xe (centos) [root]# rpm -e oracle-xe-11.2.0-1.0.x86_64 * -e 옵션때는 뒤에 rpm 안붙는다. 3. 파일 제거 $ sudo rm -r /u01/app $ sudo rm /etc/default/oracle-xe $ sudo update-rc.d -f oracle-xe remove 2번 명령은 실행해도 대상 파일이 없다고 나옴 3번은 부팅시에 자동 시.. 2023. 11. 30. Oracle 11g RAC 설치(2Node) 2 - 패키지, 파라미터, 네트워크 설정 출처: https://myalpaca.tistory.com/9 설치환경 - VMware workstation 9 - OEL 5.4 - Oracle 11.2.0.3 - GI 11.2.0.3 RAC 설치 준비작업 GI와 Database 설치를 위해 group 및 OS user 생성 root User로 접속하여 User Group과 grid, oracle user를 생성해야 한다. [root@host01 ~]# groupadd dba [root@host01 ~]# groupadd oinstall [root@host01 ~]# groupadd oper [root@host01 ~]# groupadd asmadmin [root@host01 ~]# groupadd asmdba [root@host01 ~]# group.. 2023. 11. 29. Linux 머신에 Oracle Database 11g Express Edition를 설치하자! (oracle-xe-11.2.0-1.0.x86_64) 출처: https://sarc.io/index.php/oracledatabase/506-linux-oracle-database-11g-express-edition-oracle-xe-11-2-0-1-0-x86-64 Tech Note 정보열린기술자 님이 작성하신 글입니다.카테고리: [ Oracle Database ] 게시됨: 21 June 2016 작성됨: 22 June 2016 최종 변경: 26 June 2016 조회수: 20542 이번 주 나의 오라클 데이터베이스 스터디 주제는 오라클 데이터베이스 11g XE 설치이다. 설치 환경 : CentOS 6.3 설치 파일 : oracle-xe-11.2.0-1.0.x86_64.rpm.zip (오라클 홈페이지에서 다운로드) 오라클 홈페이지에서 다운로드 한 파일을 확.. 2023. 11. 29. CentOS 7 Oracle 11g xe 설치 및 환경설정 출처: https://geondev.github.io/linux-oracle-xe-setup/ 1. 오라클 xe 최소 사항 구분내용비고 DATA 최대 11Gbyte 시스템 데이터 미포함 RAM 최대 1Gbyte 기타 : 단일 인스턴스로 제한, 하나의 프로세서(CPU)에서 실행 2. 오라클 설치 1) 계정 생성 및 계정 변경 [root@localhost]# useradd oracle [root@localhost]# su oracle 데이터 베이스를 관리용 계정을 만들때 따로 그룹을 만들기도 한다. 지금은 간단한 형태의 실습이기 때문에 따로 계정의 기능을 분리하지 않고 하나의 계정을 생성하였다. 2) oracle 설치 폴더 및 테이블스페이프 폴더 생성 설치 경로 : /home/oracle [oracle@lo.. 2023. 11. 29. 이전 1 ··· 42 43 44 45 46 47 48 ··· 118 다음