A.show account B.show accountname C.show user D.show username E.以上所述都不正确
单项选择题在SQL*PLUS版本9中,可以通过以下哪条命令更改当前的用户口令()
A.pass B.passw C.passwd D.pass word E.以上所述都不正确
单项选择题在SQL*PLUS中执行刚输入的一条命令用()
A.正斜杠(/) B.反斜杠(\) C.感叹号(!) D.句号(.) E.以上所述都不正确
单项选择题在SQL*PLUS中,显示执行时长的命令是()
A.set time on B.set timing on C.set long D.set timelong on E.set sqlprompt
单项选择题将SQL*PLUS的显示结果输出到d: data1.txt文件中的命令是()
A. write to d:\data1.txt B. output to d:\data1.txt C. spool to d:\data1.txt D. spool on d:\data1.txt E. spool d:\data1.txt
单项选择题在SQL*PLUS环境中可以利用DBMS_OUTPUT包中的PUT_LINE方法来回显服务器端变量的值,但在此之前要利用一个命令打开服务器的回显功能,这一命令是()
A. set server on B. set serverecho on C. set servershow on D. set serveroutput on E. set serverdisplay on