오라클(5)
-
리눅스 환경에서 부팅시 오라클 자동실행
1. /etc/oratab 파일 수정. [root@server1 bin]# cat /etc/oratab## This file is used by ORACLE utilities. It is created by root.sh# and updated by the Database Configuration Assistant when creating# a database. # A colon, ':', is used as the field terminator. A new line terminates# the entry. Lines beginning with a pound sign, '#', are comments.## Entries are of the form:# $ORACLE_SID:$ORACLE_HOME::## ..
2017.06.27 -
리눅스 오라클 11gR2 삭제
# 리눅스 상의 오라클 11gR2 삭제 방법1. 오라클 계정으로 접속 [root@server01 install]# su - oracle 2. $ORACLE_HOME 위치로 이동. [oracle@server01 ~]$ cd $ORACLE_HOME 3. deinstall 폴더로 이동.[oracle@server01 db_1]$ cd deinstall/[oracle@server01 deinstall]$ ls -rlttotal 68-rwxr-xr-x 1 oracle oinstall 31544 Mar 31 2009 sshUserSetup.sh-rw-r--r-- 1 oracle oinstall 3154 Jul 13 2009 deinstall.xmldrwxr-xr-x 2 oracle oinstall 4096 May 1..
2017.06.05 -
[쉘스크립트] 오라클에서 data 가져오기 (select문)
[root@oracle get_billing]# cat db_data3.pl#!/bin/bashsu - oracle
2017.04.02 -
[오라클] 기본 명령어 1
1. 리눅스에서 오라클 접속 방법. [oracle@oracle conf]# sqlplus summer@orcl/summer - 정상 접속이 되면 아래와 같은 메세지와 함께 프롬프트가 뜬다. SQL*Plus: Release 11.2.0.1.0 Production on Wed Jun 22 15:01:27 2016 Copyright (c) 1982, 2009, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options ..
2016.06.22 -
오라클 버추얼박스 익스포트(export)
1. [파일] – [가상시스템 내보내기] 2. Export 할 가상머신 선택. 3. 저장소 설정- mainfest 파일 쓰기 : 자동으로 무결성을 테스트하는 manifest 파일 생성 여부. 4. 가상 시스템 설정. 5. 확인.
2016.04.17