ORACLE学习笔记(1)--ORACLE安装

1.system帐号和sys帐号的区别:

sys帐号是oracle的最高权限用户,具有create database,startup/shutdown 权限,是字典所有者,所有的数据字典都在该用户下(SELECT   *   FROM   USER_TABLE;中USER_TABLE就是SYS用户下的一个VIEW),还包含了很多非常有用的系统包(如DBMS_SQL).

SYSTEM用户是常用的管理用户,仅仅只是一个DBA帐号而已,,有一些通常不会授权给普通用户的权限,例如EXP/IMP   FULL   DATABASE等会授予给此用户,它的权限比sys低,比一般用户高。 .

 

2.OEM和OMS的区别。

OMS的功能更强大一些,

Launch the Console with a Management Server connection when you need to:

  • Use jobs, events, and groups.
  • Administer non-database targets.
  • Share responsibilities with other administrators.
  • Use Backup, Data Management, or Analyze wizards.
  • Use the discovered list of databases Run the Console as a browser thin client
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章