多选题The ORACLE_SID environment variable is set to +ASM. ASMLIB is not used in the configuration. You executed the following command to startup the Automatic Storage Management (ASM) instance.   SQL STARTUP;   Which two activities are performed during a successful start up operation?()AThe databases configured to use the ASM instance are mountedBThe disk groups are mounted as per the ASM_DISKGROUPS initialization parameterCASM starts the Oracle Cluster Synchronization Services (CSS) daemon if it is not startedDASM discovers and examines the contents of all files that are in the paths specified in the ASM_DISKGROUPS initialization parameters

多选题
The ORACLE_SID environment variable is set to +ASM. ASMLIB is not used in the configuration. You executed the following command to startup the Automatic Storage Management (ASM) instance.   SQL> STARTUP;   Which two activities are performed during a successful start up operation?()
A

The databases configured to use the ASM instance are mounted

B

The disk groups are mounted as per the ASM_DISKGROUPS initialization parameter

C

ASM starts the Oracle Cluster Synchronization Services (CSS) daemon if it is not started

D

ASM discovers and examines the contents of all files that are in the paths specified in the  ASM_DISKGROUPS initialization parameters


参考解析

解析: 暂无解析

相关考题:

String[] elements={for,tea,too};String first=(elements.length0)?elements[0]null;What is the result?() A.Compilation fails.B.An exception is thrown at runtime.C.The variable first is set to null.D.The variable first is set to elements[0].

A system administrator increases the mbuf pool allocation, then runs vmstat. It is noticed that the paging rate has not decreased. What is the most effective option to maintain the mbuf pool and decrease paging?()A、 Increase the number of CPUs.B、 Increase the physical memory.C、 Set the PSALLOC environment variable to ’late’.D、 Set the PSALLOC environment variable to ’early’.

On AIX systems, where DNS resolution takes precedence over NIS, a particular process needs to resolve names using /etc/hosts first.  Which of the following processes is the best way to accomplish this without affecting the rest of the system’s name resolution?()A、Set the NSORDER environmental variable of the environment which invokes the process to:NSORDER="local,nis,bind"B、Set the NSORDER environmental variable of the environment which invokes the process to:  NSORDER="hosts=auth,nis,bind"C、Edit /etc/netsvc.conf to add a line similar to the following: process /full/path/of/process {hosts=local,nis,dns}D、Unset NSORDER environment variable of the environment which invokes the process

String[] elements = { “for”, “tea”, “too” };  String first = (elements.length  0)? elements[0] null;  What is the result?()A、 Compilation fails.B、 An exception is thrown at runtime.C、 The variable first is set to null.D、 The variable first is set to elements[0].

While accessing the Internet in an external environment (i.e. while traveling), a Windows 7 firewall hould be set to which of the following?()A、Block incoming and outgoing connectionsB、Turned off or disabledC、Block outgoing connectionsD、Block incoming connections

he system administrator is making system wide changes to a server, which will add to the PATH variable for the server environment.  Where is the PATH variable found for the system?()A、/profileB、/etc/envpathC、/etc/profileD、/etc/environment

Which of the following is a correct statement about how the user environment is configured at login?()A、If present, the settings in the $HOME/.profile file will override the settings in the /etc/profile file.B、If both $HOME/.profile and $HOME/.env files are present, the settings in the $HOME/.profile file will take precedence.C、The settings in the /etc/environment file are system-wide and will override user customized settings in the $HOME/.profile.D、The settings in the /etc/profile file will override settings in the $HOME/.profile file unless the $LOCAL_PROFILE variable is set to 'true'.

The system administrator is making system wide changes to a server, which will add to the PATH variable for the server environment. Where is the PATH variable found for the system?()A、/profileB、/etc/envpathC、/etc/profileD、/etc/environment

Which of the following statements is true regarding the initialization parameter DIAGNOSTIC_DEST?()   The default value is the value of the environment variable $ORACLE_HOME; if $ORACLE_HOME isn’t set  A、 then the default is set to $ORACLE_BASE The default value is the value of the environment variable $ORACLE_BASE; if $ORACLE_BASE isn’t set,B、 then it is set to $ORACLE_HOMEC、 DIAGNOSTIC_DEST is always equal to $ORACLE_HOMED、 DIAGNOSTIC_DEST is always equal to $ORACLE_BASE

You issued the following command at the UNIX environment:   % setenv ORA_SDTZ ’OZ_TZ’   What will be the impact of issuing the above command?()  A、 The operating system local time zone will be set for a user session using the operating system environment variable.B、 The database local time zone will be set for a user session using the operating system environment variable.C、 The operating system local time zone will be set for the database using the operating system environmentD、 The database local time zone will be set for the database using the operating system environment variable.

The ORACLE_SID environment variable is set to +ASM. ASMLIB is not used in the configuration. You executed the following command to startup the Automatic Storage Management (ASM) instance. SQL STARTUP; Which two activities are performed during a successful start up operation?()A、The databases configured to use the ASM instance are mountedB、The disk groups are mounted as per the ASM_DISKGROUPS initialization parameterC、ASM starts the Oracle Cluster Synchronization Services (CSS) daemon if it is not startedD、ASM discovers and examines the contents of all files that are in the paths specified in the ASM_DISKGROUPS initialization parameters

单选题Which of the following is a correct statement about how the user environment is configured at login?()AIf present, the settings in the $HOME/.profile file will override the settings in the /etc/profile file.BIf both $HOME/.profile and $HOME/.env files are present, the settings in the $HOME/.profile file will take precedence.CThe settings in the /etc/environment file are system-wide and will override user customized settings in the $HOME/.profile.DThe settings in the /etc/profile file will override settings in the $HOME/.profile file unless the $LOCAL_PROFILE variable is set to 'true'.

单选题A system administrator increases the mbuf pool allocation, then runs vmstat. It is noticed that the paging rate has not decreased. What is the most effective option to maintain the mbuf pool and decrease paging?()A Increase the number of CPUs.B Increase the physical memory.C Set the PSALLOC environment variable to ’late’.D Set the PSALLOC environment variable to ’early’.

单选题An administrator needs to add the /usr/vac/bin directory to their PATH environment variable for the current session.  Which of the following will accomplish this task()Apath=$path:/usr/vac/bin; export pathBpath.=/usr/vac/bin; export $pathCModify the path environment variable in /etc/profileDModify the path environment variable in /.profile

多选题The ORACLE_SID environment variable is set to +ASM. ASMLIB is not used in the configuration. You executed the following command to startup the Automatic Storage Management (ASM) instance.   SQL STARTUP;   Which two activities are performed during a successful start up operation?()AThe databases configured to use the ASM instance are mountedBThe disk groups are mounted as per the ASM_DISKGROUPS initialization parameterCASM starts the Oracle Cluster Synchronization Services (CSS) daemon if it is not startedDASM discovers and examines the contents of all files that are in the paths specified in the ASM_DISKGROUPS initialization parameters

单选题Which environment variable must be changed in auser’s profile so that upon login,the command prompt identifies the server?()APMTBPS1CPRTDPT1

单选题String[] elements={"for","tea","too"}; String first=(elements.length0)?elements[0]null; What is the result?()ACompilation fails.BAn exception is thrown at runtime.CThe variable first is set to null.DThe variable first is set to elements[0].

单选题1. import java.util.*;  2. public class TestSet {  3. enum Example { ONE, TWO, THREE }  4. public static void main(String[] args) {  5. Collection coll = new ArrayList();  6. coll.add(Example.THREE);  7. coll.add(Example.THREE);  8. coll.add(Example.THREE);  9. coll.add(Example.TWO);  10. coll.add(Example.TWO);  11. coll.add(Example.ONE);  12. Set set = new HashSet(coll);  13. }  14. }  Which statement is true about the set variable on line 12?()A The set variable contains all six elements from the coll collection, and the order is guaranteed to be preserved.B The set variable contains only three elements from the coll collection, and the order is guaranteed to be preserved.C The set variable contains all six elements from the coil collection, but the order is NOT guaranteed to be preserved.D The set variable contains only three elements from the coil collection, but the order is NOT guaranteed to be preserved.

单选题You issued the following command at the UNIX environment:   % setenv ORA_SDTZ ’OZ_TZ’   What will be the impact of issuing the above command?()A The operating system local time zone will be set for a user session using the operating system environment variable.B The database local time zone will be set for a user session using the operating system environment variable.C The operating system local time zone will be set for the database using the operating system environmentD The database local time zone will be set for the database using the operating system environment variable.

多选题What elements of globalization can be explicitly defined using the NLS_LANG environment variable?()ANLS_LANGUAGEBNLS_SORTCNLS_CALENDARDNLS_CHARACTERSETENLS_TERRITORY

单选题Which of the following statements is true regarding the initialization parameter DIAGNOSTIC_DEST?()   The default value is the value of the environment variable $ORACLE_HOME; if $ORACLE_HOME isn’t setA then the default is set to $ORACLE_BASE The default value is the value of the environment variable $ORACLE_BASE; if $ORACLE_BASE isn’t set,B then it is set to $ORACLE_HOMEC DIAGNOSTIC_DEST is always equal to $ORACLE_HOMED DIAGNOSTIC_DEST is always equal to $ORACLE_BASE

多选题The ORACLE_SID environment variable is set to +ASM. ASMLIB is not used in the configuration. You executed the following command to startup the Automatic Storage Management (ASM) instance. SQL STARTUP; Which two activities are performed during a successful start up operation? ()(Choose two.)AThe databases configured to use the ASM instance are mountedBThe disk groups are mounted as per the ASM_DISKGROUPS initialization parameterCASM starts the Oracle Cluster Synchronization Services (CSS) daemon if it is not startedDASM discovers and examines the contents of all files that are in the paths specified in the ASM_DISKGROUPS initialization parameters

单选题The system administrator is making system wide changes to a server, which will add to the PATH variable for the server environment.  Where is the PATH variable found for the system?()A/profileB/etc/envpathC/etc/profileD/etc/environment

单选题Given: String[] elements = { "for", "tea", "too" }; String first = (elements.length  0) ? elements[0] : null; What is the result?()ACompilation fails.BAn exception is thrown at runtime.CThe variable first is set to null.DThe variable first is set to elements[0].

多选题A developer is creating a class Book, that needs to access class Paper. The Paper class is deployed in a JAR named myLib.jar. Which three, taken independently, will allow the developer to use the Paper class while compiling the Book class?()AThe JAR file is located at $JAVA_HOME/jre/classes/myLib.jarBThe JAR file is located at $JAVA_HOME/jre/lib/ext/myLib.jarCThe JAR file is located at /foo/myLib.jar and a classpath environment variable is set that includes /foo/myLib.jar/Paper.classDThe JAR file is located at /foo/myLib.jar and a classpath environment variable is set that includes /foo/myLib.jarEThe JAR file is located at /foo/myLib.jar and the Book class is compiled using javac –cp /foo/myLib.jar/Paper Book.javaFThe JAR file is located at foo/myLib.jar and the Book class is compiled using javac –classpath /foo/myLib.jar Book.java

单选题he system administrator is making system wide changes to a server, which will add to the PATH variable for the server environment.  Where is the PATH variable found for the system?()A/profileB/etc/envpathC/etc/profileD/etc/environment

单选题On AIX systems, where DNS resolution takes precedence over NIS, a particular process needs to resolve names using /etc/hosts first.  Which of the following processes is the best way to accomplish this without affecting the rest of the system’s name resolution?()ASet the NSORDER environmental variable of the environment which invokes the process to:NSORDER=local,nis,bindBSet the NSORDER environmental variable of the environment which invokes the process to:  NSORDER=hosts=auth,nis,bindCEdit /etc/netsvc.conf to add a line similar to the following: process /full/path/of/process {hosts=local,nis,dns}DUnset NSORDER environment variable of the environment which invokes the process