A、DBA必须具有创建或删除文件的操作系统权限 B、普通数据库用户可以具有创建或删除数据库文件的操作系统权限 C、操作系统验证会记录具体用户 D、对于SYSDBA和SYSOPER,口令文件验证优先于操作系统验证
A、A. Both the sessions will be killed, and no new sessions will be created using the SYSDBA or SYSOPER privilege. B、B. Both the sessions will remain active, but no new sessions will be created using the SYSDBA or SYSOPER privilege. C、C.Both the sessions will be killed, but new sessions will be created using the SYSDBA or SYSOPER privilege when the database restarts. D、D. The database will crash, and no new sessions will be created using the SYSDBA or SYSOPER privilege when the database restarts.
A、A.创建时需要检查其在所引用的存储过程/函数、视图或表上的对应权限 B、B.访问系统存储过程/函数时不需要检查权限,但必要时在内部仍会检查用户是否具有相应的数据库权限或对象权限 C、C.用户自定义存储过程/函数时需要检查用户是否具有该过程/函数的调用权限,同时需要检查其是否具有该过程/函数中所引用的每一项存储过程/函数、视图或表的权限 D、D.用户自定义存储过程/函数时不需要执行权限检查