在Oracle中,使用了如下的语句创建用户TOM,则对于该用户而言,以下说法错误的是()。CREATE USER TOM IDENTIFIED BY TOMSYSA.该用户的口令为TOMSYSB.TOM默认为表空间为SYSTEMC.TOM的临时表空间为TEMPD.使ORANTUPDATE命令可以修改TOM的口令

题目
在Oracle中,使用了如下的语句创建用户TOM,则对于该用户而言,以下说法错误的是()。CREATE USER TOM IDENTIFIED BY TOMSYS

A.该用户的口令为TOMSYS

B.TOM默认为表空间为SYSTEM

C.TOM的临时表空间为TEMP

D.使ORANTUPDATE命令可以修改TOM的口令


相似考题
更多“在Oracle中,使用了如下的语句创建用户TOM,则对于该用户而言,以下说法错误的是()。CREATE USER TOM IDENTIFIED BY TOMSYS ”相关问题
  • 第1题:

    当需要创建用户时,可以使用如下()语句来完成。

    A.CREATE USER

    B.CREATE ROLE

    C.CREATE PROCESS

    D.CREATE LOGIN


    参考答案:A

  • 第2题:

    在Linux 中,用户tom 在登录状态下,键入 cd 命令并按下回车键后,该用户进入的目录是( )

    A./root
    B./home/root
    C./root/tom
    D./home/tom

    答案:D
    解析:
    Linux用户登录后所在目录格式为/ home/用户,因此用户tom 在登录状态下,键入 cd 命令并按下回车键后,该用户进入的目录是/home/tom。

  • 第3题:

    在Oracle中,创建一个新用户可以用()语句。

    • A、CREATEUSER
    • B、ALTERUSER
    • C、DELETEUSER
    • D、DROPUSER

    正确答案:A

  • 第4题:

    当需要创建用户时,可以使用如下()语句来完成。

    • A、CREATE USER
    • B、CREATE ROLE
    • C、CREATE PROCESS
    • D、CREATE LOGIN

    正确答案:A

  • 第5题:

    你是公司会计数据库的开发者。数据库包含一个名叫Employees的表。Tom是会计部门的一个成员。Tom的数据库用户帐户对表Employees里的列Salary和Bonus Percentage的SELECT权限被拒绝,被授予对其他列的SELECT权限。Tom现在要求访问Employees表里的所有数据。你该怎么做?()

    • A、废除Tom数据库用户帐户对表Employees里的列Salary和Bonus Percentage的SELECT权限
    • B、添加Tom到db_datareader角色
    • C、添加Tom到db_accessadmin角色
    • D、授予Tom数据库用户帐户对表Employees里的列Salary和Bonus Percentage的SELECT权限。

    正确答案:D

  • 第6题:

    在Oracle中,使用了如下的语句创建用户TOM,则对于该用户而言,以下说法错误的是()。 CREATE USER TOM IDENTIFIED BY TOMSYS

    • A、该用户的口令为TOMSYS
    • B、TOM默认为表空间为SYSTEM
    • C、TOM的临时表空间为TEMP
    • D、使ORANTUPDATE命令可以修改TOM的口令

    正确答案:D

  • 第7题:

    You are the desktop administrator for your company. Tom is a user in the company's accounting department. Tom uses a Windows XP Professional portable computer. Tom reports that when the computer is undocked, it randomly displays the following error message: "JZXDRV.DLL failed to load." You discover that the JZXDRV.dll file is used by the device driver for an external storage device that is connected to Tom's docking station. Tom reports that the error message does not appear when the computer is docked. You need to ensure that the error does not occur on Tom's computer. You also need to ensure that the storage device continues to function correctly when Tom's computer is docked. What should you do?() 

    • A、Remove the storage device from the hardware profile on Tom's computer.
    • B、Create a local user account for Tom on his computer. 
    • C、Copy the JZXDRV.dll file to the profile folder for Tom's local user account. Instruct Tom to log on to his computer by using his local user account whenever the computer is undocked.
    • D、Copy the computer's default hardware profile to create a new hardware profile named Undocked. Remove the storage device from the Undocked hardware profile. 
    • E、Copy the computer's default hardware profile to create a new hardware profile named Undocked. Disable the storage device in the Undocked hardware profile. 
    • F、Instruct Tom to start the computer by using the Undocked hardware profile whenever the computer is undocked.

    正确答案:D

  • 第8题:

    单选题
    假设在数据库中创建了用户test,需要为其授予CREATE ANY TABLE系统权限,可以使用如下()语句。
    A

    GRANT CREATE ANY TABLE test

    B

    GRANT CREATE ANY TABLE TO test

    C

    TAKE CREATE ANY TABLE TO test

    D

    ALTER CREATE ANY TABLE TO test


    正确答案: A
    解析: 暂无解析

  • 第9题:

    单选题
    假设在数据库中已经创建了某个用户test,需要将其口令修改为oracle,可以使用如下()语句。
    A

    ALTER USER test IDENTIFIED BY oracle

    B

    ALTER USER test PASSWORD oracle

    C

    CREATE USER test IDENTIFIED BY oracle

    D

    UPDATE USER test IDENTIFIED BY oracle


    正确答案: B
    解析: 暂无解析

  • 第10题:

    问答题
    写出Tansact-SQL语句,授予用户Dick创建数据库和创建表的许可,拒绝用户Tom在company数据库employee表中使用insert,update语句来更改数据库。

    正确答案: (1)授予用户Dick创建数据库和创建表的许可:
    Use master
    Grant create database,create table to Dick
    (2)拒绝用户Tom在company数据库employee表中使用insert,update语句来更改数据库:
    Use company
    Deny insert,update
    On employee to Tom
    解析: 暂无解析

  • 第11题:

    单选题
    你是TestKing网站的电脑管理员,Tom是TestKing网站会计部门的用户。Tom使用WindowsXP专业版的笔记本电脑。Tom报告说当他的电脑活动时,会不时的出现错误信息“JZXDRV.dll载入失败”。你发现JZXDRV.dll文件是被一个外接存储设备的驱动使用着,该设备连接着Tom电脑的外接电源状态。Tom报告说错误信息在电脑是使用电池状态时并未出现。你要确保不再出现错误信息,还要确保存储设备在使用电池状态时工作正常,你要怎么做呢?()
    A

    在Tom的电脑上把存储设备从硬件配置日志文件中移去

    B

    在Tom的电脑上为Tom创建本地用户帐户,把JZXDRV.dll文件拷贝到Tom的本地帐户的配置日志文件夹下。建议Tom使用他的本地用户帐户登陆,当电脑处于活动状态时

    C

    拷贝电脑的默认硬件配置日志文件来创建一个新的硬件配置日志文件名为Undocked,从Undocked中把存储设备移除

    D

    拷贝电脑的默认硬件配置日志文件来创建一个新的硬件配置日志文件名为Undocked,从Undocked中把存储设备移除,建议Tom使用Undocked硬件配置文件启动电脑,当电脑处于活动状态


    正确答案: D
    解析: 暂无解析

  • 第12题:

    单选题
    你是公司网络的管理员。网络中有一个活动目录域net.com。所有网络服务器使用Windows Server 2003系统,所有的客户端计算机使用Windows XP Professional。一位名为Tom的员工离开公司。替代的员工在一个月的时间上任。新员工应当和Tom拥有一样的网络资源访问权限。Tom的文件夹所有权也要分配给继任者。你要将所需的管理代价减到最少。你还要确保所有用户在Tom离职后不再能使用他的用户账户登录域。你应当如何做?()
    A

    将Tom的用户账户转移到LostAndFound组织单元(OU)

    B

    禁用Tom的用户账户

    C

    配置Tom的用户账户在下次登录时修改密码

    D

    删除Tom的用户账户


    正确答案: D
    解析: 暂无解析

  • 第13题:

    E-mail地址ZZZ@yah00.tom.cn中, ( )表示用户名。

    A.yah00.tom.en

    B.ZZZ

    C.Com

    D.on


    正确答案:B

  • 第14题:

    下列定义Session变量的语句中,正确的是()。

    • A、<% Session(” name ”)= Tom  %>
    • B、<% Session(name )= ” Tom ” %> 
    • C、<%Session(name )= Tom %> 
    • D、<% Session(” name ”)= ” Tom ” %> 

    正确答案:D

  • 第15题:

    由DBA使用命令Create user userman identified by userman创建了用户userman之后,以下描述正确的是()。

    • A、可以创建服务器会话
    • B、可以正常登陆服务器
    • C、仅仅是在服务器上存在该用户名和相对应的信息,不具备任何操作能力
    • D、可以查询服务器上的数据信息

    正确答案:C

  • 第16题:

    你是公司网络的管理员。网络中有个活动目录域dm.com.。所有网络服务器使用Windows Server 2003系统,所有的客户端计算机是有Windows XP Professional系统。一名名为Tom的员工离开公司。替代的员工在一个月的时间上任。新员工应当和Tom拥有一样的网络资源访问权限。Tom的文件夹所有权也要分配给继任者。你要将所需的管理代价减少到最少。你还要确保所有用户在Tom离职后不再能使用他的用户账户登录。你应当如何做?()

    • A、将Tom的用户账户转移到LostAndFound组织单元(OU)
    • B、禁用Tom的用户账户
    • C、配置Tom的用户账户在下次登录时修改密码
    • D、删除Tom的用户账户

    正确答案:B

  • 第17题:

    在Oracle中,你以SYSDBA登录,CUSTOMER表位于Mary用户方案中,下面哪条语句为数据库中的所有用户创建CUSTOMER表的同义词()。

    • A、CREATE PUBLIC SYNONYM cust ON mary.customer
    • B、CREATE PUBLIC SYNONYM cust FOR mary.customer
    • C、CREATE SYNONYM cust ON mary.customer FOR PUBLIC
    • D、不能创建CUSTOMER的公用同义词

    正确答案:B

  • 第18题:

    假设在数据库中已经创建了某个用户test,需要将其口令修改为oracle,可以使用如下()语句。

    • A、ALTER USER test IDENTIFIED BY oracle
    • B、ALTER USER test PASSWORD oracle
    • C、CREATE USER test IDENTIFIED BY oracle
    • D、UPDATE USER test IDENTIFIED BY oracle

    正确答案:A

  • 第19题:

    你是公司网络的管理员。网络中有一个活动目录域net.com。所有网络服务器使用Windows Server 2003系统,所有的客户端计算机使用Windows XP Professional。一位名为Tom的员工离开公司。替代的员工在一个月的时间上任。新员工应当和Tom拥有一样的网络资源访问权限。Tom的文件夹所有权也要分配给继任者。你要将所需的管理代价减到最少。你还要确保所有用户在Tom离职后不再能使用他的用户账户登录域。你应当如何做?()

    • A、将Tom的用户账户转移到LostAndFound组织单元(OU)
    • B、禁用Tom的用户账户
    • C、配置Tom的用户账户在下次登录时修改密码
    • D、删除Tom的用户账户

    正确答案:A

  • 第20题:

    单选题
    在Oracle中,使用了如下的语句创建用户TOM,则对于该用户而言,以下说法错误的是()。 CREATE USER TOM IDENTIFIED BY TOMSYS
    A

    该用户的口令为TOMSYS

    B

    TOM默认为表空间为SYSTEM

    C

    TOM的临时表空间为TEMP

    D

    使ORANTUPDATE命令可以修改TOM的口令


    正确答案: A
    解析: 暂无解析

  • 第21题:

    单选题
    假设数据库中创建了一个用户test,状态为锁定状态,需要使用SQL语句解除锁定,可以使用如下()语句。
    A

    ALTER USER test ACCOUNT

    B

    ALTER USER test NOLOCK

    C

    ALTER USER test ACCOUNT NOLOCK

    D

    ALTER test ACCOUNT NOLOCK


    正确答案: D
    解析: 暂无解析

  • 第22题:

    单选题
    Which of the following statements is used to grant user TOM and Application team APPGRP the ability to add data to table TAB1?()
    A

    GRANT ADD DATA ON TABLE tab1 TO GROUP tom appgrp

    B

    GRANT INSERT TO USER tom, GROUP appgrp ON TABLE tab1

    C

    GRANT INSERT ON TABLE tab1 TO USER tom, GROUP appgrp

    D

    GRANT ADD DATA ON TABLE tab1 TO USER appgrp, GROUP tom


    正确答案: C
    解析: 暂无解析

  • 第23题:

    单选题
    You are the desktop administrator for your company. Tom is a user in the company's accounting department. Tom uses a Windows XP Professional portable computer. Tom reports that when the computer is undocked, it randomly displays the following error message: "JZXDRV.DLL failed to load." You discover that the JZXDRV.dll file is used by the device driver for an external storage device that is connected to Tom's docking station. Tom reports that the error message does not appear when the computer is docked. You need to ensure that the error does not occur on Tom's computer. You also need to ensure that the storage device continues to function correctly when Tom's computer is docked. What should you do?()
    A

    Remove the storage device from the hardware profile on Tom's computer.

    B

    Create a local user account for Tom on his computer. 

    C

    Copy the JZXDRV.dll file to the profile folder for Tom's local user account. Instruct Tom to log on to his computer by using his local user account whenever the computer is undocked.

    D

    Copy the computer's default hardware profile to create a new hardware profile named Undocked. Remove the storage device from the Undocked hardware profile. 

    E

    Copy the computer's default hardware profile to create a new hardware profile named Undocked. Disable the storage device in the Undocked hardware profile. 

    F

    Instruct Tom to start the computer by using the Undocked hardware profile whenever the computer is undocked.


    正确答案: E
    解析: 暂无解析