일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- LVS
- OCFS2
- postfix
- 오라클
- PERL
- 가상파일시스템
- perltidy
- 파일시스템
- Nexenta
- mailfiler
- Replication
- ext3
- pgsql
- CVSROOT 세팅
- 펄
- tomcat
- 포기해버린꿈
- ext4
- Openfiler
- clustering
- pgpool-ii
- pvfs
- 시그널
- pgbench
- connection tunning
- php-oracle 연동
- ZFS
- 리눅스
- 펄 코딩스타일
- inotify
- Today
- Total
avicom의 신변잡기
Oracle Default Users 본문
Oracle Created (Default) Users
유저 | 디폴트 암호 | 용도 및 설명 |
SYS | change_on_install | 오라클의 가장 기본적인 메타 데이터가 저장되는 스키마가 된다. SYS소유의 테이블, 뷰 등은 오라클 시스템에 의해 실시간으로 수정되며, 인위적으로 수정되어서는 않된다. |
SYSTEM | manager | SYSTEM 스키마의 테이블과 뷰는 오라클 데이터베이스의 관리정보를 보여주고, 주변 관리도구를 위해 내부적으로 사용된다. SYSTEM 유저는X$ 테이블 등에 접근할 수 없고, 데이터베이스를 startup/shutdown 시킬수는 없지만 DBA권한을 부여받았다. 따라서 일반 사용자의 모든 스키마를 접근 가능하다. |
DBSNMP | dbsnmp | Oracle SNMP (Simple Network Management Protocol) 툴을 위한 유저로써, Oracle Intelligent Agent 등 에서 오라클 서버에 접근하기 위해 사용한다. 디폴트 암호를 수정하기 위해서는 아래와 같이 한다.
Oracle7 - Oracle8i Oracle9i
SNMP.CONNECT.<connect_string>.NAME=<username> The variable <connect_string> is the exact listing of the database name as it appears in the snmp_ro.ora file. If <username> is the default (DBSNMP), there is no need to specify the user here. Only the password is required. On UNIX, set the following permission on the "SNMP_RW.ORA" file: % chmod 600 snmp_rw.ora
SQL> alter user "dbsnmp" identified by "<newpassword>";
|
OUTLN | outln | Oracle8i 이후 추가된 유저로, 옵티마이저의 실행계획을 고정시킬때 사용하는 OUTLINE 기능을 위해 사용된다. OUTLN 유저는 DBA 권한을 갖고 있다. |
MDSYS | mdsys | 지리 정보 저장을 위한 Oracle Spatial 기능을 위해 추가된 유저. 관련된 테이블, 프로시져등을 접근하고 분석할때 사용된다. |
ORDSYS | ordsys | Oracle8i Time Series를 지원하기 위해 추가된 유저. TIMESTAMP 를 지원하는것이 주요 기능으로 Oracle 8i 때 추가되었다. |
ORDPLUGINS | ordplugins | Oracle interMedia 기능을 위해 추가된 유저. Oracle interMedia 는 멀티미디어 저장을 위해 만들어진 추가툴이다. |
CTXSYS | ctxsys | Oracle ConText Cartridge 기능을 위해 추가된 유저. 이 기능은 대량의 텍스트 정보에서 원하는 서치를 빠르게 해주는 기능이다. |
DSSYS | dssys | Dynamic Services Secured Web Service 를 위해 추가된 유저. Dynamic Services supports content access from databases (SQL/PLSQL) as well as Internet applications (HTTP/HTTPS). DS Engine can interpret XML and HTML content along with the result sets returned from database access. DS Engine is integrated with Oracle Portal via a Web Provider mechanism. This integration allows all the services registered with DS Engine to be accessible as portlets. |
PERFSTAT | perfstat | Oracle Statistics Package (STATSPACK) 를 지원하기 위한 유저. $ORACLE_HOME/rdbms/admin/spcusr.sql 스크립트로 생성시킨다. |
WKPROXY | change_on_install | Oracle's Ultrasearch option 을 위한 유저로Oracle9i 에서 추가되었다. $ORACLE_HOME/ultrasearch/admin/wk0csys.sql 스크립트로 생성시킨다. |
WKSYS | change_on_install | Oracle's Ultrasearch option 위한 또다른 유저. This support account is assigned the following privileges in Oracle9i: The default tablespace for this user will be "DRSYS" while its temporary tablespace will be "TEMP". $ORACLE_HOME/ultrasearch/admin/wk0install.sql 로 생성한다 |
WMSYS | wmsys | Oracle Workspace Manager 에서 필요한 메타데이터를 저장하기 위해 사용되는 유저. Oracle9i 에서 추가되었다. $ORACLE_HOME/rdbms/admin/owmctab.plb 로 생성한다. |
XDB | change_on_install | SQL XML 기능을 위해 사용하는 유저. $ORACLE_HOME/rdbms/admin/catqm.sql 로 생성한다. |
ANONYMOUS | ...IDENTIFIED BY VALUES 'anonymous' | HTTP 를 통해Oracle XML DB를 접근하기 위해 사용되는 유저.$ORACLE_HOME/rdbms/admin/catqm.sql 로 생성한다. |
ODM | odm | Oracle Data Mining 기능을 위해 생성된 유저. oracle9i 에서 추가되었다. $ORACLE_HOME/dm/admin/dmcrt.sql 로 생성한다. |
ODM_MTR | mtrpw | Oracle Data Mining 기능을 위해 생성된 유저. oracle9i 에서 추가되었다. $ORACLE_HOME/dm/admin/dmcrt.sql |
OLAPSYS | mtrpw | OLAP 메타데이터 저장을 위한 유저. oracle9i 에서 추가되었다.$ORACLE_HOME/dm/admin/dmcrt.sql |
TRACESVR | trace | Oracle Trace for OEM in Oracle7 에서 추가됨. Oracle Trace Server 가 설치되어야 한다. Oracle 8 이후 버전에서 없어졌다. |
REPADMIN | Managed by DBA when user is created. | Replication 유저. DBA가 수동으로 생성해 주어야 한다. $ORACLE_HOME/ldap/admin/oidrsrms.sql , $ORACLE_HOME/ldap/admin/oidrsms.sql. |
Sample Schemas | ||
유저 | 디폴트 암호 | 용도 및 설명 |
SCOTT | tiger | 가장 오래된 오라클 샘플 유저. |
|
| |
JONES |
|
|
|
| |
BLAKE |
|
|
Oracle9i Sample Schemas | ||||
유저 | 디폴트 암호 | 용도 및 설명 | ||
HR | hr | Human Resources schema. The Human Resources division tracks information on the company's employees and facilities. | ||
OE | oe | Order Entry schema requires "Oracle Spatial" option. The Order Entry division tracks product inventories and sales of the company's products through various channels. | ||
PM | pm | Product Media schema requires "Oracle JVM" and "Oracle Intermedia" options. The Product Media division maintains descriptions and detailed information on each product sold by the company. | ||
SH | sh | Sales History schema requires "Oracle OLAP Services" set up. The Sales History division tracks business statistics to facilitate business decisions. | ||
QS | qs | Queued Shipping schema The Shipping division manages the shipping of products to customer. The sample company has decided to test the use of messaging to manage its proposed B2B applications. | ||
QS_ES | qs_es | (Eastern Shipping) | ||
QS_WS | qs_ws | (Western Shipping) | ||
QS_OS | qs_os | (Overseas Shipping) | ||
QS_CB | qs_cb | (Customer Billing) | ||
QS_CS | qs_cs | (Customer Service) | ||
QS_ADM | qs_adm | (Administration) | ||
QS_CBADM | qs_cbadm | (Customer Billing Administration) | ||
JSERV Accounts | ||||
The three JSERV accounts ( These 3 scripts are launched by init_jis.sql script to install the Oracle Servlet Engine (OSE). Changing their passwords would prevent the ORB from working. This is supposed to change in a future version so that you can change their password. | ||||
유저 | 디폴트 암호 | 용도 및 설명 | ||
<Random> | Description: Create the public user for the Aurora/ORB. This is the identity any non-validated ORB client will run as. This is the user for users who don't authenticate in the Aurora/ORB Created By: jisorb.sql | |||
<Random> | Description: Create the public user for the Aurora/ORB. This is the identity any non-validated ORB client will run as. This is the user for users who don't authenticate in the Aurora/ORB Created By: jisbgn.sql | |||
OSE$HTTP$ADMIN | <Random> | Description: Create the public user for the Aurora/ORB. This is the identity any non-validated ORB client will run as. This is the user for users who don't authenticate in the Aurora/ORB Created By: jishausr.sql | ||