출처: http://users.handysoft.co.kr/%7Ejelong/Oracle_users.htm
디폴트 암호 |
용도 및 설명 | |
SYS |
change_on_install |
오라클의 가장 기본적인 메타 데이터가 저장되는 스키마가 된다. SYS소유의 테이블, 뷰 등은 오라클 시스템에 의해 실시간으로 수정되며, 인위적으로 수정되어서는 않된다. |
SYSTEM |
manager |
SYSTEM 스키마의 테이블과 뷰는 오라클 데이터베이스의 관리정보를 보여주고, 주변 관리도구를 위해 내부적으로 사용된다. SYSTEM 유저는X$ 테이블 등에 접근할 수 없고, 데이터베이스를 startup/shutdown 시킬수는 없지만 DBA권한을 부여받았다. 따라서 일반 사용자의 모든 스키마를 접근 가능하다. |
DBSNMP |
dbsnmp |
Oracle SNMP (Simple Network Management Protocol) 툴을 위한 유저로써, Oracle Intelligent Agent 등 에서 오라클 서버에 접근하기 위해 사용한다. 디폴트 암호를 수정하기 위해서는 아래와 같이 한다. 1. Remove all Jobs and Events currently registered against this database. 2. Stop the Intelligent Agent Oracle7 - Oracle8i Oracle9i 3. Edit the $ORACLE_HOME/network/admin/snmp_rw.ora file. Add the following parameter: 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 4. Change the DBSNMP password on the database. You can use either Security Manager, Sqlplus, or Server Manager. If you use SQLPlus or Server Manager, you can issue the following command: SQL> alter user "dbsnmp" identified by "<newpassword>"; 5. Stop and restart the Intelligent Agent. |
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. |
'::: DB ::: > Oracle' 카테고리의 다른 글
Oracle이 Default로 생성해주는 Database Users (V8.X. ~ V9.X) (0) | 2009.10.08 |
---|---|
export 시 query option 에 대한 사용 예(Oracle 8i 이상) (0) | 2009.10.06 |
[PL/SQL] 인덱스가 없는 테이블 조회 (0) | 2009.10.01 |
[PL/SQL] Index Build(Rebuild) 진행율 (0) | 2009.10.01 |
Recycling the listener.log File (0) | 2009.09.15 |