Oracle
#
Find similar titles
- 최초 작성자
- 최근 업데이트
Structured data
- Category
- Database
Table of Contents
Oracle #
Oracle DB 시작과 종료 #
콘솔접속 및 시작종료 #
- Sqlplus / as sysdba
- startup -- DB 시작 명령어
- shutdown --DB 종료 명령어
- snrctl start -- 리스너 시작
- lsnrctl stop -- 리스너 정지
- Lsnrctl status -- 리스너 상태확인
Oracle 필요설정 모음 #
-
TNS 설정 확인
oracle@localhost ~]$ vi /app/oracle/product/11.2.0/db_1/network/admin/listener.ora
-
설정파일 내용
LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = localhost )(PORT = 1521)) ))
-
호스트 확인
[oracle@localhost network]$ hostname localhost.localdomain
-
Hostname 설정 변경
[root@localhost sysconfig]# vi /etc/sysconfig/network
Incoming Links #
Related Data Sciences (DataScience 0) #
Related Articles (Article 1) #
Suggested Pages #