RadarURL

데이터베이스
2014.10.24 04:44

오라클 실행 (sqlplus /nolog)

조회 수 1244 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

가~~~끔 필요한 절차라 기록한다.
아래 진한 글을 실행하면 된다.

[root@localhost ~]# su - oracle
[oracle@db /home/oracle]$ lsnrctl start

LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 20-APR-2011 16:57:59

Copyright (c) 1991, 2005, Oracle.  All rights reserved.

Starting /ORACLE/app/oracle/oracle/product/10.2.0/db_4/bin/tnslsnr: please wait...

TNSLSNR for Linux: Version 10.2.0.1.0 - Production
System parameter file is /ORACLE/app/oracle/oracle/product/10.2.0/db_4/network/admin/listener.ora
Log messages written to /ORACLE/app/oracle/oracle/product/10.2.0/db_4/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=db)(PORT=1521)))

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
STATUS of the LISTENER
------------------------
Alias                     LISTENER
Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
Start Date                20-APR-2011 16:58:01
Uptime                    0 days 0 hr. 0 min. 0 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /ORACLE/app/oracle/oracle/product/10.2.0/db_4/network/admin/listener.ora
Listener Log File         /ORACLE/app/oracle/oracle/product/10.2.0/db_4/network/log/listener.log
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=db)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
  Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
[oracle@db /home/oracle]$ sqlplus /nolog

SQL*Plus: Release 10.2.0.1.0 - Production on Wed Apr 20 16:58:19 2011

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

SQL> connect orcl as sysdba
Enter password: [엔터]
Connected to an idle instance.
SQL> startup
ORACLE instance started.

Total System Global Area  608174080 bytes
Fixed Size                  1220820 bytes
Variable Size             109055788 bytes
Database Buffers          490733568 bytes
Redo Buffers                7163904 bytes
Database mounted.

Database opened.
SQL>



$ sqlplus /nolog
SQL> connect / as sysdba
SQL> shutdown immediate



sys 계정으로 로그인하기
$sqlplus
Enter user-name: sys as sysdba
Enter password: 설치 시 입력한 비밀번호
SQL> show user
USER is "SYS"
SQL>



출처 : http://repository.egloos.com/viewer/5514812

?

공부 게시판

공부에 도움되는 글을 올려주세요.

  1. [공지] 공부 게시판 입니다.

    Date2003.08.18 By처누 Views928126
    read more
  2. [오라클] RAC(Real Application Cluster)이란?

    Date2023.05.01 Category데이터베이스 ByJaeSoo Views95
    Read More
  3. 데이터베이스 튜닝 (DB Tuning)

    Date2023.04.27 Category데이터베이스 ByJaeSoo Views346
    Read More
  4. BCV (Business Continuance Volume)

    Date2023.04.14 Category데이터베이스 ByJaeSoo Views70
    Read More
  5. MySQL Dump / Import (덤프 / 임포트)

    Date2016.10.10 Category데이터베이스 ByJaeSoo Views230
    Read More
  6. mysql이 cpu를 많이 점유하고, DB와의 연결상태가 좋지 않을때

    Date2016.07.05 Category데이터베이스 ByJaeSoo Views338
    Read More
  7. [Oracle] Lock 확인 및 Lock 해제

    Date2016.03.28 Category데이터베이스 ByJaeSoo Views642
    Read More
  8. Mysql slow-query를 이용한 로그 분석

    Date2015.03.17 Category데이터베이스 ByJaeSoo Views697
    Read More
  9. Mysql 데몬 문제 해결 방안 (cpulimit)

    Date2015.03.17 Category데이터베이스 ByJaeSoo Views911
    Read More
  10. mysql 5.5.x my.cnf 참고

    Date2015.03.16 Category데이터베이스 ByJaeSoo Views673
    Read More
  11. Mysql Slow query log 등록

    Date2015.03.16 Category데이터베이스 ByJaeSoo Views785
    Read More
  12. MYSQL 성능 향상 정리

    Date2015.03.16 Category데이터베이스 ByJaeSoo Views628
    Read More
  13. MySQL Query Cache 사용법

    Date2015.03.16 Category데이터베이스 ByJaeSoo Views708
    Read More
  14. Mysql 에서 Got a packet bigger than 'max_allowed_packet' bytes 오류

    Date2014.12.25 Category데이터베이스 ByJaeSoo Views925
    Read More
  15. MySQL 내부 변수 max_allowed_packet

    Date2014.12.25 Category데이터베이스 ByJaeSoo Views585
    Read More
  16. Mysql binary log 정리, 삭제 주기 설정

    Date2014.11.17 Category데이터베이스 ByJaeSoo Views1158
    Read More
  17. MySQL 로그 파일 관리 2 - 로그 파일 남기기

    Date2014.11.17 Category데이터베이스 ByJaeSoo Views1238
    Read More
  18. MySQL 로그 파일 관리 1 - 설정

    Date2014.11.17 Category데이터베이스 ByJaeSoo Views1156
    Read More
  19. MySQL Binary Log 지우는 방법

    Date2014.11.17 Category데이터베이스 ByJaeSoo Views1222
    Read More
  20. MySQL 설치/사용시 발생 에러 유형별 대처방법

    Date2014.11.17 Category데이터베이스 ByJaeSoo Views6890
    Read More
  21. Mysql 데이터 폴더의 mysql-bin.xxx 파일들 관련 삭제 및 초기화 방법

    Date2014.11.17 Category데이터베이스 ByJaeSoo Views1115
    Read More
Board Pagination Prev 1 2 3 4 5 Next
/ 5


즐겨찾기 (가족)

JAESOO's HOMEPAGE


YOUNGAE's HOMEPAGE


장여은 홈페이지


장여희 홈페이지


장여원 홈페이지


즐겨찾기 (업무)

알리카페 홀릭

숭실대 컴퓨터 통신연구실 (서창진)

말레이시아 KL Sentral 한국인 GuestHouse


즐겨찾기 (취미)

어드민아이디

유에코 사랑회

아스가르드 좋은사람/나쁜사람

JServer.kr

제이서버 메타블로그

재수 티스토리


즐겨찾기 (강의, 커뮤니티)

재수 강의 홈페이지


한소리


VTMODE.COM


숭실대 인공지능학과


숭실대 통신연구실


베너