oracle 10g Express Edition (xe) 에서 scott 계정 사용하기
- 데이타베이스/Oracle
- 2011. 8. 16. 16:24
/**
* 문서번호: nabiro_201108161630
* 검색어: nabiro, oracle, 오라클, xe, scott, 계정, account, create, 생성하기, 생성, 사용, 사용하기
* 출처: http://java.ihoney.pe.kr/102
* 참조:
**/
conn /as sysdba
@C:\oraclexe\app\oracle\product\10.2.0\server\RDBMS\ADMIN\scott.sql
conn scott/tiger
desc emp;
select * from emp;
'데이타베이스 > Oracle' 카테고리의 다른 글
oracle 에서 쿼리 실행 시간 보기 (0) | 2011.08.15 |
---|---|
oracle 에서 테이블 목록 또는 테이블 컬럼 확인 쿼리 (0) | 2011.08.15 |
oracle 에서 계정에 권한 주기 (0) | 2011.08.15 |
oracle 에서 계정 생성하기 (0) | 2011.08.15 |
oracle 에서 tablespace 생성하기 (0) | 2011.08.15 |