Listeners use only the TCP/IP protocol.
Multiple listener processes can run simultaneously on a host.
Multiple database instances can be registered with a single listener.
The listener-related errors can be traced only at the administrative level.
Only one database instance can be registered with a single listener at any time
第1题:
Which two statements regarding external authentication servers for firewall userauthentication are true?()
第2题:
Which statements are true regarding listeners()
第3题:
Which three statements about subqueries are true?()
第4题:
Which two statements are true regarding subqueries? ()
第5题:
Which two statements are true about the Automatic Diagnostic Repository (ADR)?() (Choose two.)
第6题:
Which statements concerning the event model of the AWT are true?()
第7题:
A single row subquery can retrieve only one column and one row.
A single row subquery can retrieve only one row but many columns.
A multiple row subquery can retrieve multiple rows and multiple columns.
A multiple row subquery can be compared by using the “>” operator.
A single row subquery can use the IN operator.
A multiple row subquery can use the “=” operator.
第8题:
It requires relinking of the Oracle binary.
It does not require database instance shutdown.
It can detect conflicts between two online patches.
It is available for installing all patches on all platforms.
It works only in a single database instance environment.
第9题:
The ADR base keeps all diagnostic information in binary format
SQL*Plus provides the ADRI script, which can be used to work with ADR
The ADR can be used for problem diagnosis only when the database is open
The ADR can be disabled by settting the DIAGNOSTIC_DEST parameter to null
The ADR can be used for problem diagnosis even when the database instance is down
The ADR base is shared across multiple instances
第10题:
Listeners use only the TCP/IP protocol.
Multiple listener processes can run simultaneously on a host.
Multiple database instances can be registered with a single listener.
The listener-related errors can be traced only at the administrative level.
Only one database instance can be registered with a single listener at any time.
第11题:
A DBA can check specific tables with the DMU
The database to be migrated must be opened read-only.
The release of the database to be converted can be any release since 9.2.0.8.
The DMU can report columns that are too long in the converted characterset.
The DMU can report columns that are not represented in the converted characterset.
第12题:
Overflow pools do not support PAT
Overflow pools can not use the egress interface IP address for NAT
Overflow pools must use PAT
Overflow pools can contain the egress interface IP address or separate IP addresses
第13题:
Which two statements are true about the Automatic Diagnostic Repository (ADR)?()
第14题:
Which three statements are true regarding the use of the Database Migration Assistant for Unicode(DMU)?()
第15题:
Which two statements are true regarding hot patching?()
第16题:
Which three statements are true regarding single-row functions?()
第17题:
Which two statements are true regarding listeners()
第18题:
Which two statements are true regarding single row functions?()
第19题:
At most one listener of each type can be registered with a component.
Mouse motion listeners can be registered on a List instance.
There exists a class named ContainerEvent in package java.awt.event.
There exists a class named MouseMotionEvent in package java.awt.event.
There exists a class named ActionAdapter in package java.awt.event.
第20题:
Up to three external authentication server types can be used simultaneously.
Only one external authentication server type can be used simultaneously.
If the local password database is not configured in the authentication order, and the configured authentication server bypassed.
If the local password database is not configured in the authentication order, and the configured authentication server authentication is rejected.
第21题:
NETBIOS names can only use alphanumeric characters.
You can use a ’.’ in a NETBIOS name.
You can use an ’_’ (underscore) in a NETBIOS name.
NETBIOS names must be UPPERCASE
NETBIOS names can be a maximum of 32 characters
第22题:
They accept only a single argument
They can be nested only to two levels
Arguments can only be column values or constants
They always return a single result row for every row of a queried table
They can return a data type value different from the one that is referenced
第23题:
They can accept only one argument.
They can be nested up to only two levels.
They can return multiple values of more than one data type.
They can be used in SELECT, WHERE, and ORDER BY clauses.
They can modify the data type of the argument that is referenced.
They can accept a column name, expression, variable name, or a user-supplied constant as arguments.