今天开始看2 DAY DBA, 比较简单基础,所以摘抄的少了点。 很多在CONCEPTS中已经有介绍了。
Accessing the Database Home Page
If you have recently installed Oracle Database, you can determine the port number
for Database Control on Linux and UNIX systems by viewing the $ORACLE_HOME/install/portlist.ini file.
Otherwise, you can determine the port number for Database Control by searching for REPOSITORY_URL in the
$ORACLE_HOME/Oracle_sid/sysman/config/emd.properties file, where
Oracle_sid is the system identifier (SID) for your database instance.
如果你忘了EM的端口号,可以去文件中查。
Granting Access to Database Control for Nonadministrative Users
For nonadministrative users to have access to Database Control, they must be granted
the SELECT_CATALOG_ROLE role.
在EM中另外建可以访问EM的用户时,需要加上SELECT_CATALOG_ROLE权限。
About Background Processes



本文介绍Oracle数据库管理的基础知识,包括如何查找Database Control的端口号及为非管理员用户授予访问权限的方法,并简要提及了数据库后台进程的相关信息。


被折叠的 条评论
为什么被折叠?



