单项选择题
在oracle中能修改用户的口令的操作是()。
A.update user username identified newpasswd;
B.update user username identified by newpasswd;
C.alter user username identified newpasswd;
D.alter user username identified by newpasswd;
点击查看答案&解析
相关考题
-
单项选择题
下列哪一项是创建控制文件的命令()。
A.create controlfile set database “ORCL”;
B.create spfile from pfile;
C.alter database backup controlfile to trace
D.alter database archivelog -
单项选择题
下列四条信息中,哪一项不存储在控制文件中?()
A.数据库文件的名字
B.数据库的创建者
C.数据库文件的位置
D.数据库文件的大小 -
单项选择题
当执行介质数据库恢复时,有个归档日志文件丢失或者损坏,那么此时只能执行哪种操作?()
A.Until SCN
B.Until time
C.Recover using backup control file.
D.Until cancel
