网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

假设创建了一个侦听器listner1,在侦听器命令行工具中将其设置为当前侦听器,可以使用如下()命令。

  • A、set listner listner1
  • B、set current_listner listner1
  • C、alter current_listner listner1
  • D、alter system current_listner listner1

参考答案

更多 “假设创建了一个侦听器listner1,在侦听器命令行工具中将其设置为当前侦听器,可以使用如下()命令。A、set listner listner1B、set current_listner listner1C、alter current_listner listner1D、alter system current_listner listner1” 相关考题
考题 消息驱动Bean通常的动作象一个() A.事件侦听器B.JMS消息侦听器C.Swing按钮D.实体Bean

考题 为“课程”表中定义“开课系名”字段的默认值为“中文”,正确的命令是( )。A.ALTER TABLE 课程 ALTER 开课系名 SET DEFAULT 中文B.ALTER TABLE 课程 ALTER 开课系名 SET DEFAULT "中文"C.ALTER TABLE 课程 ALTER 开课系名 SET DEFAULT 开课系名=中文D.ALTER TABLE 课程 ALTER 开课系名 SET DEFAULT 开课系名="中文"

考题 定义“课程”表中“开课系名”字段的默认值为“中文”的正确命令是( )。A.ALTER TABLE课程ALTER开课系名SET DE— FAULT中文B.ALTER TABLE课程ALTER开课系名SET DE— FAULT”中文”C.ALTER TABLE课程ALTER开课系名SET DE— FAULT开课系名=中文D.ALTER TABLE课程ALTER开课系名SET DE FAULT开课系名=”中文”

考题 为成绩表中定义成绩字段的默认值为0,正确的命令是A.ALTER TABLE 成绩 ALTER 成绩 DEFAULT成绩=0B.ALTER TABLE 成绩 ALTER 成绩 DEFAULT 0C.ALTER TABLE 成绩 ALTER 成绩 SET DEFAULT 成绩=0D.ALTER TABLE 成绩 ALTER 成绩 SET DEFAULT 0

考题 在SQL中,建立索引的命令是( )。A. ALTER INDEXB. SET ORDER T0C. SET INDEX TOD. INDEX ON

考题 如果要启用所有角色,则应该使用哪一个命令?() A.SET ROLE ALLB.SET ROLE ENABLE ALLC.ALTER SESSION ALLD.ALTER USER ROLE ALL

考题 假设在数据库中已经创建了某个用户test,需要将其口令修改为oracle,可以使用如下()语句。 A.ALTER USER test IDENTIFIED BY oracleB.ALTER USER test PASSWORD oracleC.CREATE USER test IDENTIFIED BY oracleD.UPDATE USER test IDENTIFIED BY oracle

考题 假设创建了一个侦听器listner1,在侦听器命令行工具中将其设置为当前侦听器,可以使用如下()命令。 A.set listner listner1B.set current_listner listner1C.alter current_listner listner1D.alter system current_listner listner1

考题 如果需要在侦听器命令行环境中查看关于数据库服务以及服务处理器的运行状态等详细信息,可以使用()命令。 A.serverB.serviceC.svrD.help

考题 当在侦听器命令行环境中,如果需要查看侦听器当前的运行状态,可以输入()命令。 A.stateB.startC.statusD.current

考题 假设需要在Windows的命令行工具中使用侦听器工具,可以在命令行中输入以下()命令。 A.LISTNERB.LSNRC.LSNRCTLD.LSTN

考题 假设数据库中创建了一个用户test,状态为锁定状态,需要使用SQL语句解除锁定,可以使用如下()语句。 A.ALTER USER test ACCOUNTB.ALTER USER test NOLOCKC.ALTER USER test ACCOUNT NOLOCKD.ALTER test ACCOUNT NOLOCK

考题 消息驱动Bean通常的动作象一个() A、事件侦听器B、JMS消息侦听器C、Swing按钮D、实体Bean

考题 Oracle数据库中,初始化参数AUDIT_TRAIL为静态参数,使用以下()命令可以修改其参数值。A、ALTER SYSTEM SETAUDIT_TRAIL=DBB、ALTER SYSTEM SETAUDIT_TRAIL=DBDEFERREDC、ALTER SESSION SETAUDIT_TRAIL=DBD、ALTER SYSTEM SETAUDIT_TRAIL=DBSCOPE=SPFILE

考题 用来为一个用户分配概要文件的命令是()。A、ALTER PROFILEB、ALTER USERC、SET PROFILED、ALTER ROLE

考题 假设需要在Windows的命令行工具中使用侦听器工具,可以在命令行中输入以下()命令。A、LISTNERB、LSNRC、LSNRCTLD、LSTN

考题 如果需要在侦听器命令行环境中查看关于数据库服务以及服务处理器的运行状态等详细信息,可以使用()命令。A、serverB、serviceC、svrD、help

考题 You are working as a DBA in an organization. The flash recovery area files are created in ’+disk1’. You want to create new flash recovery area files in the ’+disk2’ location. The new location of the flash recovery area files should be written in the control file and the spfile.Which command will you issue to change the location of the flash recovery area files?()  A、 ALTER SYSTEM SET DB_RECOVERY_FILE_DEST = ’+disk2’ ;B、 ALTER SYSTEM SET DB_RECOVER_FILE_DEST = ’+disk2’ SCOPE = BOTH;C、 ALTER SYSTEM SET DB_CREATE_FILE_DEST = ’+disk2’;D、 ALTER SYSTEM SET DB_CREATE_ONLINE_LOG_DEST_n = ’+disk2’;

考题 假设数据库中创建了一个用户test,状态为锁定状态,需要使用SQL语句解除锁定,可以使用如下()语句。A、ALTER USER test ACCOUNTB、ALTER USER test NOLOCKC、ALTER USER test ACCOUNT NOLOCKD、ALTER test ACCOUNT NOLOCK

考题 当在侦听器命令行环境中,如果需要查看侦听器当前的运行状态,可以输入()命令。A、stateB、startC、statusD、current

考题 The current time zone for one of the user sessions is set to the database local time zone. For one application, the user session requires the time zone to be set to the local operating system time zone without affecting other user sessions. Which two solutions could the user implement to achieve this objective? ()A、 use the ALTER SYSTEM command to change the time zoneB、 use the ALTER SESSION command to change the time zoneC、 use the ALTER DATABASE command to change the time zoneD、 set the value for the operating system variable ORA_SDTZ on the client machineE、 set the value for the operating system variable ORA_SDTZ on the database server machine

考题 假设在数据库中已经创建了某个用户test,需要将其口令修改为oracle,可以使用如下()语句。A、ALTER USER test IDENTIFIED BY oracleB、ALTER USER test PASSWORD oracleC、CREATE USER test IDENTIFIED BY oracleD、UPDATE USER test IDENTIFIED BY oracle

考题 发出下列语句:alter table sales drop columm profit;何时从Oracle中实际删除列?()A、执行语句后立即删除B、发出alter table drop unused columns命令之后C、发出alter table set unused columns命令之后D、发出alter table modify命令之后

考题 为一个实例设置多个监听器的目的是()。A、不能进行这样的设置。Oracle环境中只能存在一个本地侦听器B、为了提供容错与负载均衡C、如果这些侦听器存在不同的计算机上,那么就可以得到更佳的性能D、为了在多个进程之间分散工作负荷量

考题 单选题发出下列语句:alter table sales drop columm profit;何时从Oracle中实际删除列?()A 执行语句后立即删除B 发出alter table drop unused columns命令之后C 发出alter table set unused columns命令之后D 发出alter table modify命令之后

考题 单选题消息驱动Bean通常的动作象一个()A 事件侦听器B JMS消息侦听器C Swing按钮D 实体Bean

考题 单选题假设创建了一个侦听器listner1,在侦听器命令行工具中将其设置为当前侦听器,可以使用如下()命令。A set listner listner1B set current_listner listner1C alter current_listner listner1D alter system current_listner listner1