stop and restart the listener process
set the TNS_ADMIN environmental variable
stop all running listener processes and restart the listener process
change the port number to an unused port number and restart the listener process
change the IP address to host machine name in the LISTENER.ORA file and restart the listener process
第1题:
You have just run this syntax to start the listener from the Listener Control utility: LSNRCTL>START Starting /mstgelai/oracle/bin/tnslsnr: please wait… System parameter file is /u01/oracle/network/admin/listener.ora Log messages written to /u01/oracle/network/log/listener.log Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=stc-sun01-server)(PORT=1521))) Connecting to… The command completed successfully What is the name of the Listener you started?()
第2题:
You work as a database administrator for Supportcenter.cn. When you tried to connect to the database, you received the following error: ERROR: ORA-12541:TNS:no_listener You found that the listener is not running on the server, so you issued the following command in the Listener Control utility to start the listener. lsnrctl>START What statement is true?()
第3题:
You were recently hired by Certkiller .com as a database administrator. You are asked to find out whether the currently functional listener process, named L1, has been password protected or not. You are not familiar with the file system of the new organization. How would you accomplish the task?()
第4题:
You work as a database administrator for Supportcenter.cn. Your listener process, L1, is currently listening to three databases: CertK INDB04, SupportCenter DB05 and SupportCenter DB06. Using Database Configuration Assistant (DBCA) you create one more database, SupportCenter DB07, and enable dynamic registration. Which two commands of Listener Control Utility (lsnrct1) would you use to determine whether the dynamic registration occurred for the database, SupportCenter DB07, with the L1 listener process?()
第5题:
You have two databases, FINDB and PAYDB, on single operating system and using Optimal Flexible architecture (OFA). FINDB is functional and is currently being accessed by the users. While starting up the instance for the PAYDB database you get the following error: ORA-01081: cannot start - already running ORACLE - shut it down first Which environmental variable would you set before starting up the PAYDB database to overcome this error?()
第6题:
You issue these LSNRCTL commands: LSNRCTL> SET CURRENT_LISTENER listener01 LSNRCTL> START listener02 What is the result of issuing these commands?()
第7题:
TNSLSNR
LISTENER
LOCAL_LISTENER
DEFAULT_LSRN
第8题:
It would attempt to start the default listener
It would start the most recently created listener.
It would display an error with a message asking for the listener name to be specified.
It would show you a list of listeners and prompts for the listener name that you want to start.
第9题:
START
RELOAD
RESTART
REFRESH
START L1
RELOAD L1
RESTART L1
REFRESH L1
第10题:
NLS_LANG
ORACLE_SID
ORACLE_HOME
ORACLE_BASE
LD_LIBRARY_PATH
第11题:
It terminates all user sessions.
It prevents users from logging in to the database remotely.
It halts the server until all user transactions are completed.
The server hangs, so users will receive an error asking them to login again.
Connected users would get an error with the message End of communication channel.
第12题:
The listener process named L1 will disconnect the unauthorized users.
The listener process named L1 will be prevented from being started by unauthorized users.
The listener process named L1 will be prevented from being stopped by unauthorized users.
The listener process named L1 will be prevented from being reloaded by unauthorized users.
The listener process named L1 will be prevented from accepting connections from unauthorized users.
第13题:
You executed the following command in the lsnrctl utility to stop the listener: lsnrctl> STOP L1 What is the effect of this command if L1 is the only listener configured for your database?()
第14题:
You manually create an additional listener process,L1,for databases PROD, PAYDB and FINDB. While starting up the listener process,you get the following error message: LSNRCTL> start l1 Starting /u01/app/oracle/product/10.1.0/db_1/bin/tnslsnr: please wait... TNSLSNR for Linux: Version 10.1.0.2.0 - Production System parameter file is /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora Log messages written to /u01/app/oracle/product/10.1.0/db_1/network/log/l1.log Error listening on: (ADDRESS=(PROTOCOL=TCP)(HOST=144.23.230.185)(port=8899)) TNS-12542: TNS:address already in use TNS-12560: TNS:protocol adapter error TNS-00512: Address already in use Linux Error: 98: Address already in use Listener failed to start. See the error message(s) above... What action would you take to overcome this error without disrupting any existing database communications?()
第15题:
Examine the following values of the initialization parameters in the database having the SID ORCL: BACKGROUND_DUMP_DEST=/u01/app/oracle/product/11.1.0/db_1/bdump USER_DUMP_DEST=/u01/app/oracle/product/11.1.0/db_1/udump CORE_DUMP_DEST=/u01/app/oracle/product/11.1.0/db_1/cdump DIAGNOSTIC_DEST= The environment variables have the following value: ORACLE_BASE=/u01/app/oracle ORACLE_HOME=/u01/app/oracle/product/11.1.0/db_1 What is the location of the Automatic Diagnostic Repository (ADR) home?()
第16题:
Examine the following values of the initialization parameters in the database having the SID ORCL: BACKGROUND_DUMP_DEST=/u01/app/oracle/product/11.1.0/db_1/bdump USER_DUMP_DEST=/u01/app/oracle/product/11.1.0/db_1/udump CORE_DUMP_DEST=/u01/app/oracle/product/11.1.0/db_1/cdump DIAGNOSTIC_DEST= The environment variables have the following value: ORACLE_BASE=/u01/app/oracle ORACLE_HOME=/u01/app/oracle/product/11.1.0/db_1 What is the location of the Automatic Diagnostic Repository (ADR) home?()
第17题:
When you try to start the Database Control by using the emctl start dbconsole command the following error is displayed: TZ set to America/New_york OC4J Configuration issue. /u01/app/oracle/product/10.1.0/db_1/oc4j/j2ee/OC4J_DBConsole_orcl.us.oracle.com not found. Which two environment variables do you need to set appropriately to avoid such errors,and start the Database Control successfully?()
第18题:
You have a listener process, L1, currently listening for the connections to the PROD and ADMIN databases. You create a new database, PAY, using CREATE DATABASE.. command. You have not enabled dynamic instance registration. You modified the LISTENER.ORA file manually to include PAY database for L1 listener process. Which command of Listener control utility (LSNRCTL) would you use to enable L1 process to start listening for the connections to the PAY database without disrupting any existing database communications?()
第19题:
/u01/app/oracle/product/11.1.0/db_1
/u01/app/oracle
$ORACLE_HOME/bdump
$ORACLE_HOME/log
第20题:
ORA_PATH
ORACLE_SID
ORACLE_BASE
ORACLE_HOME
LD_LIBRARY_PATH
第21题:
A listener named LISTENER is started.
A listener named LISTENER01 is started.
A listener named LISTENER02 is started.
The START command fails and no listener is started.
第22题:
by using the STATUS command of the Listener control utility
by using the STATUS L1 command of the Listener control utility
by using the SHOW RULES command of the Listener control utility
by using the SET PASSWORD command of the Listener control utility
by searching for the PASSWORD_LISTENER entry in the listener.ora file
第23题:
/u01/app/oracle/product/11.1.0/db_1
/u01/app/oracle
$ORACLE_HOME/bdump
$ORACLE_HOME/log
第24题:
stop and restart the listener process
set the TNS_ADMIN environmental variable
stop all running listener processes and restart the listener process
change the port number to an unused port number and restart the listener process
change the IP address to host machine name in the LISTENER.ORA file and restart the listener process