A. It acts as the listening endpoint for the Oracle database instance for all local and non-local user connections.
B. A single listener can service only one database instance and multiple remote client connections.
C. Service registration with the listener is performed by the process monitor (PMON) process of each database instance.
D. The listener.ora configuration file must be configured with one or more listening protocol addresses to allow remote users to connect to a database instance.
第1题:
Oracle中如何设置audittrail审计,正确的说法是:()
A、在init.ora文件中设置“audit_trail=true”或者“audit_trail=db”
B、以SYSDBA身份使用AUDITALLONSYS.AUD$BYACCESS,语句对audittrail审计
C、Oracle不支持对audittrail的审计
D、在设置audittrail审计前,要保证已经打开Oracle的审计机制
第2题:
A. Oracle.com
B. ORCL.com
C. PROD
D. PRO
E. 不会注册服务名,因为local_listener参数没有设置
第3题:
A.NET8是ORACLE网络客户端程序的集合
B.NET8是ORACLE网络服务器端程序的集合
C.NET8是ORACLE对TCP/IP等网络协议的改进
D.NET8是在TCP/IP等网络协议间进行数据格式转换
E.以上所述都不正确
第4题:
A. INSTANCE_NAME
B. DB_NAME
C. DB_UNIQUE_NAME
D. SERVICE_NAMES
E. GLOBAL_NAMES
第5题:
YouhavejustrunthissyntaxtostartthelistenerfromtheListenerControlutility:LSNRCTL>STARTStarting/mstgelai/oracle/bin/tnslsnr:pleasewait…Systemparameterfileis/u01/oracle/network/admin/listener.oraLogmessageswrittento/u01/oracle/network/log/listener.logListeningon:(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=stc-sun01-server)(PORT=1521)))Connectingto…ThecommandcompletedsuccessfullyWhatisthenameoftheListeneryoustarted?()
A.TNSLSNR
B.LISTENER
C.LOCAL_LISTENER
D.DEFAULT_LSRN
第6题:
下面选项中,用于在web.xml中配置监听器的元素是()
A.<listener-url>
B.<url-listener>
C.<listener>
D.<listener-name>