The instance abnormally terminates because of a power outage. Which statement is true about redolog files during instance recovery()
第1题:
以下关于MSTP中MST Instance和VLAN的映射关系的说法正确的是?()
第2题:
Spanning Tree Protocol IEEE 802.1s defines the ability to deploy which of these? ()
第3题:
Which two statements are true regarding an Automatic Storage Management (ASM) instance? ()
第4题:
What effect should the loss of an index tablespace have on an Oracle instance that is running?()
第5题:
Region name
Configuration revision number
VLAN instance map
IST STP BPDU hello timer
CST instance map
PVST+ instance map
第6题:
This instance is being used to manage the operating system files.
This instance is being used to manage the files of other databases.
This instance is being used to manage the instances of other databases.
This instance is being used to manage the background processes of other instances.
第7题:
to enable the ASM instance to identify the alert log file
to enable the ASM instance to identify the server parameter file
to enable the ASM instance to define the locations for Oracle Managed Files (OMF)
to enable the ASM instance to identify all disks that can be accessed by it in the /devices directory
第8题:
one global STP instance for all VLANs
one STP instance for each VLAN
one STP instance per set of VLANs
one STP instance per set of bridges
第9题:
As ASM instance mounts an ASM control file
An ASM instance uses the ASMB process for rebalancing of disks within a disk group
Automatic Memory Management is enabled in an ASM instance even when the MEMORY_TARGET parameter is not set explicitly
An RDBMS instance gets connected to an ASM instance using ASMB as a foreground process when the database instance is started
第10题:
While logged into a Company switch you issue the following command: CompanySwitch(config-mst)# instance 10 vlan 11-12 What does this command accomplish?()
第11题:
Which of the following would be true if an administrator tried to create a commerce instance with Commerce Payments configuration values, without having Commerce Payments installed?()
第12题:
Which of the following options is true about shutting down an Automatic Storage Management (ASM) instance?()
第13题:
All the instances, including the ASM instance, are shut down in the ABORT mode
The ASM instance is shut down, but the other instances are still running
The ASM instance is still functional, but the other instances are shut down
All the instances, including the ASM instance, are shut down in the IMMEDIATE mode.
HRDB, FINDB, and ORGDB instances are shut down in the ABORT mode and the ASM instance is shut down in the IMMEDIATE mode
HRDB, FINDB, and ORGDB instances are shut down in the NORMAL mode and the ASM instance is shut down in the IMMEDIATE mode
第14题:
one global STP instance for all VLANs
one STP instance for each VLAN
one STP instance per set of VLANs
one STP instance per set of bridges
第15题:
instance hangs
instance gets aborted
instance continues running
instance gets restarted automatically
第16题:
Create an instance of the XmlReader class by using the XmlReader Create method with an instance of the XmlReaderSettings class.
Create an instance of the XmlReader class with an instance of the XmlTextReader class.
Create an instance of the XmlDocument class and specify a location for the application schema.
Create an instance of the XmlReader class with an instance of the XmlNodeReader class.
第17题:
If the SHUTDOWN IMMEDIATE command is issued to the ASM instance, the ASM instance immediately shuts down.
If the SHUTDOWN ABORT command is issued to the ASM instance, the ASM instance will shut down all the database instances and then shut down immediately.
If the SHUTDOWN NORMAL command is issued to the ASM instance, before shutting down, the ASM instance waits for the dependent database instances to shut down.
If the SHUTDOWN TRANSACTIONAL command is issued to the ASM instance, the ASM instance passes the same SHUTDOWN command to the dependent database instances, but does not wait for any active transactions to complete before it shuts down.
第18题:
Member variables of the outer instance are always accessible to inner instances, regardless of their accessibility modifiers.
Member variables of the outer instance can never be referred to using only the variable name within the inner instance.
More than one inner instance can be associated with the same outer instance.
All variables from the outer instance that should be accessible in the inner instance must be declared final.
A class that is declared final cannot have any inner classes.