Oracle 1z0-134 Exam Practice Questions (P. 2)
- Full Access (125 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
My JMS file store size has grown very large and is using up a significant chunk of the disk. I need to reduce the file size during the maintenance window without impacting any relevant information.
Which utility enables me to do this? (Choose the best answer.)
Which utility enables me to do this? (Choose the best answer.)
- Aweblogic.store.Compacter
- Bweblogic.store.AdminMost Voted
- Cweblogic.store.Reducer
- Dweblogic.file.FileUtil
Correct Answer:
B
To open the persistent store administration utility from a Java command line, type the following:
> java weblogic.store.Admin
Here is an example of using the compact command to compact the space occupied by a file store in the mystores directory.
> storeadmin->compact -dir c:\mystores -tempdir c:\tmp
Reference:
https://docs.oracle.com/middleware/1212/wls/CNFGD/store.htm#CNFGD275
B
To open the persistent store administration utility from a Java command line, type the following:
> java weblogic.store.Admin
Here is an example of using the compact command to compact the space occupied by a file store in the mystores directory.
> storeadmin->compact -dir c:\mystores -tempdir c:\tmp
Reference:
https://docs.oracle.com/middleware/1212/wls/CNFGD/store.htm#CNFGD275
send
light_mode
delete
Question #7
Your WebLogic Server (WLS) environment consists of multiple domains.
Which is a true statement about WLS domains? (Choose the best answer.)
Which is a true statement about WLS domains? (Choose the best answer.)
- AMultiple domains can use the same or separate WLS installation while running on the same machine.Most Voted
- BDomains require a minimum of one managed server.
- CMultiple domains require separate WLS installations while running on the same machine.
- DMultiple domains require individual Node Managers while running on the same machine.
- EMultiple domains can share the same administration server.
Correct Answer:
A
You can use a single Oracle WebLogic Server installation to create and run multiple domains, or you can use multiple installations to run a single domain.
Incorrect Answers:
B: Domains include a special WebLogic Server instance called the Administration Server, which is the central point from which you configure and manage all resources in the domain. Usually, you configure a domain to include additional WebLogic Server instances called Managed Servers.
C: A single WLS installation can have multiple domains.

D: By specifying multiple domains in the nodemanager.domains file, you can configure a single, machine-scoped Node Manager process which manages server instances belonging to multiple WebLogic domains.
E: Each domain requires its own Administration Server for performing management activities.
Reference:
https://docs.oracle.com/cd/E12839_01/web.1111/e13716/understand_domains.htm#DOMCF116
A
You can use a single Oracle WebLogic Server installation to create and run multiple domains, or you can use multiple installations to run a single domain.
Incorrect Answers:
B: Domains include a special WebLogic Server instance called the Administration Server, which is the central point from which you configure and manage all resources in the domain. Usually, you configure a domain to include additional WebLogic Server instances called Managed Servers.
C: A single WLS installation can have multiple domains.

D: By specifying multiple domains in the nodemanager.domains file, you can configure a single, machine-scoped Node Manager process which manages server instances belonging to multiple WebLogic domains.
E: Each domain requires its own Administration Server for performing management activities.
Reference:
https://docs.oracle.com/cd/E12839_01/web.1111/e13716/understand_domains.htm#DOMCF116
send
light_mode
delete
Question #8
You are asked to configure Node Manager for your production environment. You are considering whether to use the Java version or the script-based version of
Node Manager.
Which statement correctly describes the difference between the two versions?
Node Manager.
Which statement correctly describes the difference between the two versions?
- AIf you are installing WebLogic Server on a Windows system, you must use the Java version of Node Manager.Most Voted
- BThe script-based version of Node Manager can be used in conjunction with inetd on supported UNIX systems.
- CThe script-based version of Node Manager requires a larger footprint than the Java version.
- DWhen Node Manager is used for consensus leasing, you may see faster performance with the script-based version.
Correct Answer:
A
Java-based Node Manager runs within a Java Virtual Machine (JVM) process. It is recommended that you run it as a Windows service on Windows platforms and as an operating system service on UNIX platforms.
For UNIX and Linux systems, WebLogic Server provides a script-based version of Node Manager.
Reference:
http://docs.oracle.com/cd/E12839_01/web.1111/e13740/overview.htm#NODEM113
A
Java-based Node Manager runs within a Java Virtual Machine (JVM) process. It is recommended that you run it as a Windows service on Windows platforms and as an operating system service on UNIX platforms.
For UNIX and Linux systems, WebLogic Server provides a script-based version of Node Manager.
Reference:
http://docs.oracle.com/cd/E12839_01/web.1111/e13740/overview.htm#NODEM113
send
light_mode
delete
Question #9
Your organization is using a Multi data source (MDS) on WebLogic Server to support applications connecting to an Oracle RAC database. You have been tasked with configuring a new callback handler for the MDS.
Which two statements are true concerning related MDS options and behavior? (Choose two.)
Which two statements are true concerning related MDS options and behavior? (Choose two.)
- ACallback handlers are optional when using the Failover MDS Algorithm.Most Voted
- BIf the Failover Callback Handler attribute is set on the MDS, the Test Frequency attribute is no longer used.
- CCallback handlers are called for both failover and failback decisions.Most Voted
- DYou can register only one callback handler for each WebLogic server.
Correct Answer:
CD
C: A callback handler used to control the failover and failback within a multi data source must include an implementation of the weblogic.jdbc.extensions.ConnectionPoolFailoverCallback interface.
D: You can register a callback handler with WebLogic Server that controls when a multi data source with the Failover algorithm fails over connection requests from one JDBC data source in the multi data source to the next data source in the list.
Incorrect Answers:
B: Frequency of these tests is controlled by the Test Frequency Seconds attribute of the multi source. The default value for Test Frequency is 120 seconds, so if you do not specifically set a value for the option, the multi data source will test disabled data sources every 120 seconds.
Reference:
http://docs.oracle.com/cd/E23943_01/web.1111/e13737/jdbc_multidatasources.htm#JDBCA223
CD
C: A callback handler used to control the failover and failback within a multi data source must include an implementation of the weblogic.jdbc.extensions.ConnectionPoolFailoverCallback interface.
D: You can register a callback handler with WebLogic Server that controls when a multi data source with the Failover algorithm fails over connection requests from one JDBC data source in the multi data source to the next data source in the list.
Incorrect Answers:
B: Frequency of these tests is controlled by the Test Frequency Seconds attribute of the multi source. The default value for Test Frequency is 120 seconds, so if you do not specifically set a value for the option, the multi data source will test disabled data sources every 120 seconds.
Reference:
http://docs.oracle.com/cd/E23943_01/web.1111/e13737/jdbc_multidatasources.htm#JDBCA223
send
light_mode
delete
Question #10
You are managing and monitoring durable subscribers for your JMS topics to ensure that all the subscribers would receive persistent messages.
However, JMS connections are currently restricted, so only one connection with the same client ID could exist in the scope of your cluster.
On which page of the Administration Console can you set Client ID Policy to unrestricted in order to lift this restriction? (Choose the best answer.)
However, JMS connections are currently restricted, so only one connection with the same client ID could exist in the scope of your cluster.
On which page of the Administration Console can you set Client ID Policy to unrestricted in order to lift this restriction? (Choose the best answer.)
- ATopic > Monitoring > Durable Subscribers
- BConnection Factory > Configuration > ClientMost Voted
- CTopic > Configuration > Thresholds and Quotas
- DTopic > Configuration > Overrides
- ETopic > Configuration > Durable Subscribers
- FJMS Server > Configuration > Durable Subscribers
Correct Answer:
B
You can find help on Client ID Policy configuration through the following path:
OTN Home > Oracle WebLogic Server 12.1.1.0 Documentation > Administration Console Online Help > JMS Connection Factory: Configuration: Client
Reference:
http://docs.oracle.com/cd/E24329_01/apirefs.1211/e24401/pagehelp/JMSjmsconnectionjmsconnectionfactoryconfigclientparamstitle.html
B
You can find help on Client ID Policy configuration through the following path:
OTN Home > Oracle WebLogic Server 12.1.1.0 Documentation > Administration Console Online Help > JMS Connection Factory: Configuration: Client
Reference:
http://docs.oracle.com/cd/E24329_01/apirefs.1211/e24401/pagehelp/JMSjmsconnectionjmsconnectionfactoryconfigclientparamstitle.html
send
light_mode
delete
All Pages