RadarURL
Skip to content
조회 수 1278 추천 수 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. No Image 28Mar
    by JAESOO
    2016/03/28 by JAESOO
    Views 596 

    [Oracle] Lock 확인 및 Lock 해제

  2. No Image 24Oct
    by JAESOO
    2014/10/24 by JAESOO
    Views 1278 

    오라클 실행 (sqlplus /nolog)

  3. No Image 24Oct
    by JAESOO
    2014/10/24 by JAESOO
    Views 1024 

    오라클(Oracle) 테이블 스페이스 자동 증가

  4. No Image 24Oct
    by JAESOO
    2014/10/24 by JAESOO
    Views 1210 

    오라클 테이블스페이스 용량 늘리기

  5. No Image 24Oct
    by JAESOO
    2014/10/24 by JAESOO
    Views 1574 

    오라클(ORACLE) 테이블 스페이스 용량 늘리기

  6. No Image 04Aug
    by JAESOO
    2014/08/04 by JAESOO
    Views 1897 

    오라클 테이블에서 컬럼의 데이터 타입 수정 방법

  7. No Image 04Aug
    by JAESOO
    2014/08/04 by JAESOO
    Views 794 

    Oracle Data Type의 종류?

  8. No Image 22Jul
    by JAESOO
    2014/07/22 by JAESOO
    Views 1376 

    Single DB Admin Level 1 - Oracle Log 확인

  9. No Image 22Jul
    by JAESOO
    2014/07/22 by JAESOO
    Views 10202 

    오라클 스케쥴러 사용법 및 개념 정리

  10. No Image 24Jun
    by JAESOO
    2014/06/24 by JAESOO
    Views 8365 

    Silent mode Oracle 11gr2 설치 - CentOS 5.5 x64, cloudn VM에서

  11. No Image 19Apr
    by JaeSoo
    2014/04/19 by JaeSoo
    Views 1815 

    오라클 업데이트, 딜리트 쿼리 (oracle update, delete query)

  12. No Image 01Apr
    by JaeSoo
    2014/04/01 by JaeSoo
    Views 2880 

    오라클(Oracle) 제품종류 및 라이센스 정책 (10g 기준)

  13. No Image 25Mar
    by JaeSoo
    2014/03/25 by JaeSoo
    Views 915 

    오라클 db 백업-(exp) 명령

  14. No Image 25Mar
    by JaeSoo
    2014/03/25 by JaeSoo
    Views 1115 

    Oracle 리눅스에서 백업하는 방법

  15. No Image 08Feb
    by JaeSoo
    2014/02/08 by JaeSoo
    Views 1870 

    Database 모든 테이블 컬럼 정보 받아오는 쿼리 [오라클]

  16. No Image 08Feb
    by JaeSoo
    2014/02/08 by JaeSoo
    Views 2538 

    테이블 정의서 (table layout) 출력하기 [오라클]

  17. No Image 20Jul
    by JaeSoo
    2012/07/20 by JaeSoo
    Views 7407 

    오라클(Oracle) 테이블스페이스(TableSpace) 정리

  18. No Image 10Oct
    by JaeSoo
    2007/10/10 by JaeSoo
    Views 11399 

    Oracle 10g XE JDBC 연결하기

Board Pagination Prev 1 Next
/ 1

PageViews   Today : 7165 Yesterday : 5037 Total : 21963217  /  Counter Status   Today : 6908 Yesterday : 4602 Total : 1189631

Edited by JAESOO

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소