单选题Which Oracle background process is responsible for providing information about the instance name associated with the service handlers and services to the listener?()APMONBSMONCLGWRDCKRT

单选题
Which Oracle background process is responsible for providing information about the instance name associated with the service handlers and services to the listener?()
A

PMON

B

SMON

C

LGWR

D

CKRT


参考解析

解析: 暂无解析

相关考题:

You are developing an application that performs file backups in the background. The background application will host a Windows Communication Foundation (WCF) service and must be active as soon as the machine is running. The background application will not have a user interface. A front-end application will consume the WCF service and will provide the user interface.You need to choose a host environment for the WCF service.Which hosting environment should you choose? ()A. Microsoft Internet Information Services (IIS) 6.0B. Windows Process Activation Services (WAS)C. A Windows Forms applicationD. A Windows Service

Which three statements are true when the listener handles connection requests to an Oracle 12cdatabase instance with multithreaded architecture enabled In UNIX?() A. Thread creation must be routed through a dispatcher processB. The local listener may spawn a now process and have that new process create a threadC. Each Oracle process runs an SCMN thread.D. Each multithreaded Oracle process has an SCMN thread.E. The local listener may pass the request to an existing process which in turn will create a thread.

Which statement is true about Oracle Net Listener?() 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.

WhichOraclebackgroundprocessisresponsibleforprovidinginformationabouttheinstancenameassociatedwiththeservicehandlersandservicestothelistener?() A.PMONB.SMONC.LGWRD.CKRT

以下参数中,向在默认端口1521上监听的listener上动态注册的服务名是? instance_name=ORCL db_name=oracle db_domain=com service_names=PROD local_listener=’’() A. Oracle.comB. ORCL.comC. PRODD. PROE. 不会注册服务名,因为local_listener参数没有设置

Which statement is true regarding Dynamic Service Registration?()A、Dynamic service registration requires configuration in the listener .ora file.B、Dynamic service registration can be used only with an Oracle9/instance.C、Dynamic service registration cannot register a local listener that does not use TCP/IP or port 1521.D、The PMON background process automatically registers each database instance if the necessary parameters have been set in the database initialization parameter file.

You are the Database Administrator (DBA) of your company. You execute the following statement on an Oracle 10g instance:   SQL ALTER SYSTEM SWITCH LOGFILE;   Which two tasks are performed when the statement is executed? ()A、 The DBWn process writes to the datafile.B、 Changes in the background process are recorded.C、 The log file is updated with the current SCN number.D、 The System Change Number (SCN) is recorded in the control file.E、 The changes to the listener configuration in the listener.ora file are recorded.

You work as a database administrator for Supportcenter.cn. You are working on Oracle Database 10g. To forward client connections to an instance, the listener must know information such as the name of the instance and where the instance’s ORACLE_HOME is located. How does the listener get this information?()A、It gets it from the parameter file.B、The listener prompts for details on startup.C、The listener gathers information from the control file.D、The instance automatically registers with the default listener.E、The listener gets this information through thelistener.orafile.

Which Oracle background process is responsible for providing information about the instance name associated with the service handlers and services to the listener?()A、PMONB、SMONC、LGWRD、CKRT

Which Oracle background process frees SGA resources that were allocated to a user process that failed?()A、PMONB、SMONC、CKPTD、LGWRE、ARCn

Which background process does Automatic Shared Memory Management use to coordinate the sizing of memory components?()A、PMONB、SMONC、MMNLD、MMANE、MMON

The listener uses dynamic information about the database and instance it has received through service registration before using information statically configured. Some services such as heterogeneous services and external procedures require the use of information statically configured within listener.ora. In order to support this, which tool could be used to configure the listener statically?()A、Oracle Net ManagerB、Listener Control UtilityC、Oracle Net Control UtilityD、Oracle Net Configuration Assistant

You connected to the database using the following connection string: CONNECT hr/hr@test.us.oracle.com:1521/mydb  Which three statements are correct regarding the connection string?()A、mydb is a service name.B、test.us.oracle.com is a database name.C、1521 is the listener port number.D、mydb is a host name.E、test.us.oracle.com is a net service name.F、hr is a username.G、test.us.oracle.com is an instance name.

You are maintaining the database of a company. The listener process, listener1, is configured for remote access. You have issued the following command:   LSNRCTLSTATUS listener1   Which information will NOT be displayed when you issue the above command?() A、 whether the password is set in the listener or a file or notB、 the number of client connections the service handler has refusedC、 the information will be displayed whether the instance can accept connections or notD、 the protocol addresses on which the listener is configured to listen

Which background process is responsible for writing the dirty buffers from the write list to the data files during a checkpoint?()A、CKPTB、SMONC、LGWRD、DBWnE、ARCn

Which three statements are true when the listener handles connection requests to an Oracle 12cdatabase instance with multithreaded architecture enabled In UNIX?()A、Thread creation must be routed through a dispatcher processB、The local listener may spawn a now process and have that new process create a threadC、Each Oracle process runs an SCMN thread.D、Each multithreaded Oracle process has an SCMN thread.E、The local listener may pass the request to an existing process which in turn will create a thread.

With dynamic service registration, which process registers instance information with the listener?()A、SMONB、PMONC、shared serverD、dedicated server

单选题Which statement is true about Oracle Net Listener?()AIt acts as the listening endpoint for the Oracle database instance for all local and non-local user connections.BA single listener can service only one database instance and multiple remote client connections.CService registration with the listener is performed by the process monitor (PMON) process of each database instance.DThe listener.ora configuration file must be configured with one or more listening protocol addresses to allow remote users to connect to a database instance.

单选题You are maintaining the database of a company. The listener process, listener1, is configured for remote access. You have issued the following command:   LSNRCTLSTATUS listener1   Which information will NOT be displayed when you issue the above command?()A whether the password is set in the listener or a file or notB the number of client connections the service handler has refusedC the information will be displayed whether the instance can accept connections or notD the protocol addresses on which the listener is configured to listen

单选题Which Oracle background process is responsible for providing information about the instance name associated with the service handlers and services to the listener?()APMONBSMONCLGWRDCKRT

单选题With dynamic service registration, which process registers instance information with the listener?()ASMONBPMONCshared serverDdedicated server

多选题You work as a database administrator for Certkiller .com. You are working on Oracle Database 10g. To forward client connections to an instance, the listener must know information such as the name of the instance and where the instance’s ORACLE_HOME is located. How does the listener get this information?()AIt gets it from the parameter file.BThe listener prompts for details on startup.CThe listener gathers information from the control file.DThe instance automatically registers with the default listener.EThe listener gets this information through thelistener.orafile.

单选题The listener uses dynamic information about the database and instance it has received through service registration before using information statically configured. Some services such as heterogeneous services and external procedures require the use of information statically configured within listener.ora. In order to support this, which tool could be used to configure the listener statically?()AOracle Net ManagerBListener Control UtilityCOracle Net Control UtilityDOracle Net Configuration Assistant

单选题Which wireless service component is associated with maintaining historical and current information about the WLAN solution?()AAcceptance Test PlanBChange ManagementCIncident ManagementDConfiguration Management

多选题You connected to the database using the following connection string: CONNECT hr/hr@test.us.oracle.com:1521/mydb  Which three statements are correct regarding the connection string?()Amydb is a service name.Btest.us.oracle.com is a database name.C1521 is the listener port number.Dmydb is a host name.Etest.us.oracle.com is a net service name.Fhr is a username.Gtest.us.oracle.com is an instance name.

单选题Which statement is true regarding Dynamic Service Registration?()ADynamic service registration requires configuration in the listener .ora file.BDynamic service registration can be used only with an Oracle9/instance.CDynamic service registration cannot register a local listener that does not use TCP/IP or port 1521.DThe PMON background process automatically registers each database instance if the necessary parameters have been set in the database initialization parameter file.

单选题You are developing an application that performs file backups in the background. The background application will host a Windows Communication Foundation (WCF) service and must be active as soon as the machine is running. The background application will not have a user interface. A front-end application will consume the WCF service and will provide the user interface.You need to choose a host environment for the WCF service. Which hosting environment should you choose? ()AMicrosoft Internet Information Services (IIS) 6.0BWindows Process Activation Services (WAS)CA Windows Forms applicationDA Windows Service

单选题Which background process of a database instance, using Automatic Storage Management (ASM), connects as a foreground process into the ASM instance?()AASMBBPMONCRBALDSMON