Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 소득세
- oralce
- Adobe pdf reader
- 블로그 조회수 늘리기
- Jrun
- Administrator
- flash
- 갑근세
- Vista
- 에덴미술
- HTML
- MySQL
- .NET
- JSP
- 블로그 방문자 늘리기
- samba
- 국민연금
- 블루수국그림
- JavaScript
- Eclipse
- PHP
- MSSQL
- CVS
- 즐겨찾기 추가
- Jexcel
- 블로그 수익화
- IIS
- 인테리어그림
- 블로그 조회수
- CSS
Archives
- Today
- Total
I LOVE EJ
9i부터 svrmgr이랑 internal유저가 없습니다. 본문
아파치
# apachectl start
MYSQL
# safe_mysqld --user=root &
TOMCAT
# startup.sh
# shutdown.sh
오라클의 리스너
# lsnrctl start
# lsnrctl stop
오라클의 ISQLPLUS(웹)
# isqlplus start
# isqlplus stop
(사이트 : http://자신의 IP(도메인):5560/isqlplus)
ORACLE
(oracle 계정으로 로긴(root는 권한없음)
# sqlplus (엔터 후 conn (as sysdba 아이디 엔터 후 패스워드 입력)
(exit 로 빠져나옴)
SQL*Plus를 이용한 데이타베이스의 접근
oracle 계정으로 Linux 시스템에 로그인하고 아래와 같이 환경 변수를 설정합니다.
Set the Oracle environment variables:
$ export ORACLE_BASE=/u01/app/oracle
$ export ORACLE_SID=demo1
$ export ORACLE_HOME=$ORACLE_BASE/product/10.1.0/db_1
$ export PATH=$PATH:$ORACLE_HOME/bin
$ export ORACLE_BASE=/u01/app/oracle
$ export ORACLE_SID=demo1
$ export ORACLE_HOME=$ORACLE_BASE/product/10.1.0/db_1
$ export PATH=$PATH:$ORACLE_HOME/bin
SQL*Plus를 실행합니다:
$ sqlplus
SQL*Plus: Release 10.1.0.2.0 - Production on Sat Jun 5 16:59:21 2004
Copyright (c) 1982, 2004, Oracle. All rights reserved.
Enter user-name: / as sysdba
Connected to:
Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL>
SQL*Plus: Release 10.1.0.2.0 - Production on Sat Jun 5 16:59:21 2004
Copyright (c) 1982, 2004, Oracle. All rights reserved.
Enter user-name: / as sysdba
Connected to:
Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL>
SQL > shutdown immediate;
데이터베이스가 닫혔습니다.
데이터베이스가 마운트 해제되었습니다.
ORACLE 인스턴스가 종료되었습니다.
데이터베이스가 닫혔습니다.
데이터베이스가 마운트 해제되었습니다.
ORACLE 인스턴스가 종료되었습니다.
SQL > startup
svrmgr 이거는 9i 부터 없어졌다고 합니다.
SQL*PLUS 가 강추라고 하네요..
'Data Base > Oracle' 카테고리의 다른 글
오라클 클라이언트 없이 오라클 접속 (0) | 2012.05.22 |
---|---|
오라클 Install - NT상에 오라클 제거. (0) | 2008.08.18 |
JTDS 호오.. 요런게 있었나?? (0) | 2007.10.15 |
Insert 테이블 (0) | 2007.10.15 |
오라클 리스너,tnsname구성 (0) | 2007.10.15 |