多选题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.

题目
多选题
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?()
A

NLS_LANG

B

ORACLE_SID

C

ORACLE_HOME

D

ORACLE_BASE

E

LD_LIBRARY_PATH


相似考题
参考答案和解析
正确答案: B,C
解析: 暂无解析
更多“多选题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.”相关问题
  • 第1题:

    To implement Automatic Management (AMM), you set the following parameters: When you try to start the database instance with these parameter settings, you receive the following error message:SQL > startupORA-00824: cannot set SGA_TARGET or MEMORY_TARGET due to existing internal settings, see alert log for more information.Identify the reason the instance failed to start.()

    A.The PGA_AGGREGATE_TARGET parameter is set to zero.

    B.The STATISTICS_LEVEL parameter is setto basic.

    C.Both the SGA_TARGETandMEMORY_TARGET paramete rsareset.

    D.The SGA_MAX_SIZEandSGA_TARGET parameter value sare note qual.


    参考答案:B

  • 第2题:

    our database instance is running. You are not able to access Oracle Enterprise Manager Database Control because the listener is not started.Which tool or utility would you use to start the listener?()

    • A、Oracle Net Manager
    • B、Listener Control utility
    • C、Database Configuration Assistant
    • D、Oracle Net Configuration Assistant

    正确答案:B

  • 第3题:

    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?()

    • A、stop and restart the listener process
    • B、set the TNS_ADMIN environmental variable
    • C、stop all running listener processes and restart the listener process
    • D、change the port number to an unused port number and restart the listener process
    • E、change the IP address to host machine name in the LISTENER.ORA file and restart the listener process

    正确答案:D

  • 第4题:

    You executed the following command: RMAN> RECOVER COPY OF DATAFILE '/u01/app/oracle/oradata/orcl/users01.dbf'; Which statement regarding the above command is correct?()

    • A、The '/u01/app/oracle/oradata/orcl/users01.dbf' data file is recovered from the image copy
    • B、The '/u01/app/oracle/oradata/orcl/users01.dbf' data file is recovered from the last incremental backup
    • C、  Image copies of the '/u01/app/oracle/oradata/orcl/users01.dbf' data file are updated with all changes up to incremental backup SCN. '/ u01/app/oracle/oradata/orcl/users01.dbf
    • D、Image copies of the '/u01/app/oracle/oradata/orcl/users01.dbf' data file are recovered using the above command if data file recovery fails

    正确答案:C

  • 第5题:

    You are maintaining the PROD database for NetFx Corporation. You have configured controlfile autobackup in your database. At 6:00 P.M. on Monday, you issue the following command:       RMAN>BACKUP DATABASE;  At 8:00 A.M. on Tuesday, you are unable to start the database because all the control files are missing. You decide to restore the control files from the backup by using the RMAN> RESTORE CONTROLFILE FROM AUTOBACKUP; command. Which operation should you perform before using the RMAN> RESTORE CONTROLFILE FROM AUTOBACKUP; command?()

    • A、 Start the database in the MOUNT stage.
    • B、 Back up the control file to trace.
    • C、 Set the DBID
    • D、 Issue the RECOVER DATABASE command.

    正确答案:C

  • 第6题:

    You have control-file autobackups enabled. When starting your database from SQL*Plus, you receive the following error message:   SQL> startup ORA-01078: failure in processing system parameters LRM-00109:  could not open parameter file ,  C:///ORACLE/PRODUCT/11.1.0/DB_1/DATABASE/INITORCL.ORA Using RMAN,   how would you respond to this error?()  

    • A、 Issue the startup nomount command and then issue the restore parameter file command from the RMAN prompt.
    • B、 Issue the startup nomount command and then issue the restore spfile command from the RMAN prompt.
    • C、 Issue the startup nomount command and then issue the restore spfile from autobackup command from the RMAN prompt.
    • D、 Issue the startup nomount command and then issue the restore spfile from backup command from the RMAN prompt.
    • E、 Issue the restore spfile from autobackup command from the RMAN prompt.

    正确答案:C

  • 第7题:

    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?()

    • A、 /u01/app/oracle/product/11.1.0/db_1
    • B、 /u01/app/oracle
    • C、 $ORACLE_HOME/bdump
    • D、 $ORACLE_HOME/log

    正确答案:B

  • 第8题:

    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?()

    • A、NLS_LANG
    • B、ORACLE_SID
    • C、ORACLE_HOME
    • D、ORACLE_BASE
    • E、LD_LIBRARY_PATH

    正确答案:B,C

  • 第9题:

    单选题
    Your database instance is running. You are not able to access Oracle Enterprise Manager Database Control because the listener is not started.  Which tool or utility would you use to start the listener?()
    A

     Oracle Net Manager

    B

     Listener Control utility

    C

     Database Configuration Assistant

    D

     Oracle Net Configuration Assistant


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

  • 第10题:

    单选题
    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?()
    A

    It would attempt to start the default listener

    B

    It would start the most recently created listener.

    C

    It would display an error with a message asking for the listener name to be specified.

    D

    It would show you a list of listeners and prompts for the listener name that you want to start.


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

  • 第11题:

    多选题
    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?()
    A

    NLS_LANG

    B

    ORACLE_SID

    C

    ORACLE_HOME

    D

    ORACLE_BASE

    E

    LD_LIBRARY_PATH


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

  • 第12题:

    单选题
    Oracle Grid Infrastructure for a stand-alone server is installed on your production host before installing the Oracle Database server. The database and listener are configured by using Oracle Restart. Examine the following command and its output: $ crsctl config has CRS-4622: Oracle High Availability Services auto start is enabled. What does this imply?()
    A

    When you start an instance on a high with SQL *Plus dependent listeners and ASM disk groups are automatically started.

    B

    When a database instance is started by using the SRVCTL utility and listener startup fails, the instance is still started.

    C

    When a database is created by using SQL* Plus, it is automatically added to the Oracle Restart configuration.

    D

    When you create a database service by modifying the SERVICE_NAMES initialization parameter, it is automatically added to the Oracle Restart configuration.


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

  • 第13题:

    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?()

    • A、It would attempt to start the default listener
    • B、It would start the most recently created listener.
    • C、It would display an error with a message asking for the listener name to be specified.
    • D、It would show you a list of listeners and prompts for the listener name that you want to start.

    正确答案:A

  • 第14题:

    You executed the following command to start the database:  SQL> STARTUP  ORACLE instance started.  Total System Global Area 281018368 bytes  Fixed Size 789000 bytes  Variable Size 229635576 bytes  Database Buffers 50331648 bytes  Redo Buffers 262144 bytes ORA-00205: error in identifying controlfile, check alert log for more info  Which view would you query at this stage to investigate this missing control file?()

    • A、V$INSTANCE
    • B、V$CONTROLFILE
    • C、DBA_CONTROL_FILES
    • D、V$DATABASE_PROPERTIES
    • E、V$CONTROLFILE_RECORD_SECTION

    正确答案:B

  • 第15题:

    You work as a database administrator for Supportcenter.cn. You added atablespaceto your database. Because of the changes to the physical structure of your database, you performed a backup of the control file to trace. After this, you lost only the control files and the instance aborted due to a hardware failure. How would you proceed to recover the database?()

    • A、Start the instance and open the database, instance recovery automatically recoverscontrol files
    • B、Create a file based on the contents of the trace file and save it to the control file locations and start the database
    • C、Re-create the database (The recovery of the control file is not possible because you have lost all the control files.)
    • D、Start the instance, in the NOMOUNTstate,re-create the control file using the CREATE CONTROLFILE command stored in the trace file.
    • E、Start the instance and MOUNT the database, then re-create the control file using the CREATE CONTROLFILE command stored in the trace file.

    正确答案:D

  • 第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?()

    • A、/u01/app/oracle/product/11.1.0/db_1
    • B、/u01/app/oracle
    • C、$ORACLE_HOME/bdump
    • D、$ORACLE_HOME/log

    正确答案:B

  • 第17题:

    Oracle Grid Infrastructure for a stand-alone server is installed on your production host before installing the Oracle Database server. The database and listener are configured by using Oracle Restart. Examine the following command and its output: $ crsctl config has CRS-4622: Oracle High Availability Services auto start is enabled. What does this imply?()

    • A、When you start an instance on a high with SQL *Plus dependent listeners and ASM disk groups are automatically started.
    • B、When a database instance is started by using the SRVCTL utility and listener startup fails, the instance is still started.
    • C、When a database is created by using SQL* Plus, it is automatically added to the Oracle Restart configuration.
    • D、When you create a database service by modifying the SERVICE_NAMES initialization parameter, it is automatically added to the Oracle Restart configuration.

    正确答案:A

  • 第18题:

    You work as a database administrator for Certkiller .com. You added atablespaceto your database. Because of the changes to the physical structure of your database, you performed a backup of the control file to trace. After this, you lost only the control files and the instance aborted due to a hardware failure.  How would you proceed to recover the database?()

    • A、Start the instance and open the database, instance recovery automatically recovers control files 
    • B、Create a file based on the contents of the trace file and save it to the control file locations and start the database 
    • C、Re-create the database (The recovery of the control file is not possible because you have lost all the control files.) 
    • D、Start the instance, in the NOMOUNTstate,re-create the control file using the CREATE CONTROLFILE command stored in the trace file. 
    • E、Start the instance and MOUNT the database, then re-create the control file using the CREATE CONTROLFILE command stored in the trace file.

    正确答案:D

  • 第19题:

    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?()

    • A、ORA_PATH
    • B、ORACLE_SID
    • C、ORACLE_BASE
    • D、ORACLE_HOME
    • E、LD_LIBRARY_PATH

    正确答案:B

  • 第20题:

    You have the Web Server (IIS) role installed on a server that runs Windows Server 2008.   You make changes to the configuration of an application named APP1. Users report that the application fails. You examine the event log and discover the following error message:  503 Service Unavailable.  You need to ensure that users are able to connect to APP1.  Which command should you run at the command prompt on the server?()

    • A、appcmd set config
    • B、appcmd stop apppool
    • C、appcmd start apppool
    • D、appcmd set apppool

    正确答案:C

  • 第21题:

    多选题
    You work as a database administrator for Certkiller .com. You decided to manage client and server connections using Local Naming method in Certkiller .com. When you try to connect to the database you get the following error: ERROR:  ORA-12154:TNS:couldnot resolve service name  Which network configuration files would you look into to resolve this error?()
    A

    snmp.ora

    B

    names.ora

    C

    spfile.ora

    D

    sqlnet.ora

    E

    listener.ora

    F

    tnsnames.ora


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

  • 第22题:

    单选题
    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?()
    A

    ORA_PATH

    B

    ORACLE_SID

    C

    ORACLE_BASE

    D

    ORACLE_HOME

    E

    LD_LIBRARY_PATH


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

  • 第23题:

    单选题
    our database instance is running. You are not able to access Oracle Enterprise Manager Database Control because the listener is not started.Which tool or utility would you use to start the listener?()
    A

    Oracle Net Manager

    B

    Listener Control utility

    C

    Database Configuration Assistant

    D

    Oracle Net Configuration Assistant


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

  • 第24题:

    单选题
    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?()
    A

    stop and restart the listener process

    B

    set the TNS_ADMIN environmental variable

    C

    stop all running listener processes and restart the listener process

    D

    change the port number to an unused port number and restart the listener process

    E

    change the IP address to host machine name in the LISTENER.ORA file and restart the listener process


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