Which four service offerings are included in Oracle Public Cloud?
A.
Database Service
B.
Data Service
C.
Java Service
D.
Security Service
E.
NET Service
F.
SOA Service
Database Service
Data Service
Java Service
Security Service
A web application is bound to the context named "/webapp" and the client uses the browser
and makes a request to the resource http://server:port/webapp/ctxl/resource.
Where do you place this resource inside the web application structure?
A.
in the subdirectory /WEB-INF/ctxl
B.
in the subdirectory /META-INF/ctxl
C.
in the subdirectory /ctxl in the root of the archive
D.
in the subdirectory /ctxl/resource in the root of the archive
E.
in the root of the archive
in the subdirectory /ctxl in the root of the archive
Which is the correct WebLogic Server distribution version to download if you want to install
WebLogic Server 12c to run in 64 bit mode on a 64 bit Linux X86?
A.
Linux x86 with 64 bit JVM
B.
ZIP distribution for Linux
C.
Linux x86 with 32 bit JVM
D.
Generic distribution
E.
Network installer
Generic distribution
Identify the three processes that customers can choose for patching WebLogic Server.
A.
Download patches from My Oracle Support and manage them using Smart Update.
B.
Use Enterprise Manager to download patches from My Oracle Support and apply
patches to WebLogic.
C.
Download patches from My Oracle Support and manually modify the classpath of the
application server (though it is not recommended).
D.
Download patches from My Oracle Support and apply them using the WebLogic Admin
Console.
E.
Use the Admin Console to connect to My Oracle Support and download patches and
then target them to the domain.
Download patches from My Oracle Support and manage them using Smart Update.
Use Enterprise Manager to download patches from My Oracle Support and apply
patches to WebLogic.
Download patches from My Oracle Support and manually modify the classpath of the
application server (though it is not recommended).
A: Oracle Smart Update is a standalone Java application that is automatically
installed in the Middleware home utils/bsu directory. Smart Update simplifies the process of
applying patches to your WebLogic Server installation. When support makes a patch
available for an installed version of WebLogic Server, you download the patch from My
Oracle Support and then use Oracle Smart Update to apply it to your installation. Smart
Update organizes all available updates for you, and has several features that allow a great
deal of customizing in the way various patches are applied and managed in your
environment.
B: As part of a new Enterprise Manager system, the installation wizard does the following:
* Oracle My Oracle Support Management Plug-In
etc.
C: Applying patch from server start script:
After downloading the patch (jar file) follow the below steps:
- Stop your server
- Then take the path of the folder which has the CRxxxxxx_xxxmpx.jar file and copy it in the
CLASSPATH of setDomainEnv.cmd which is in
(<bea home>/user_projects/domains/<your domain name>/bin/setDomainEnv.cmd)
For example, the script would look something like this:
set CLASSPATH=%PRE_CLASSPATH%;%WEBLOGIC_CLASSPATH%;
C:\extra\my_projects\doc\CR\CR218639_920mp3.jar;C:\extra\my_projects\doc \CR\
CR360676_920mp3.jar;C:\extra\my_projects\doc\CR\CR367966_920mp3.jar;
C:\extra\my_projects\doc\CR\CR368155_920mp3.jar;C:\extra\my_projects\doc\CR\CR3703
11_920mp3.jar
- Re-start your server.
- You should see the patch applied in the stdout file.
A customer has a WebTrade application that initially uses the embedded LDAP to
authenticate users. To enhance security, the customer decides to use OAM to authenticate
some of the users against an external LDAP store. For this to work, a customer configured
an OAMAuthenticator, but was not sure what to select for the Control Flag. What Control
Flag should the customer choose?
A.
OPTIONAL
B.
REQUISITE
C.
REQUIRED
D.
SUFFICIENT
E.
MANDATORY
SUFFICIENT
Note:
* When you configure multiple Authentication providers, use the JAAS Control Flag for
each provider to control how the Authentication providers are used in the login sequence.
You can choose the following the JAAS Control Flag settings, among others
REQUIRED—The Authentication provider is always called, and the user must
always pass its authentication test. Regardless of whether authentication
succeeds or fails, authentication still continues down the list of providers.
SUFFICIENT—The user is not required to pass the authentication test of the
Authentication provider. If authentication succeeds, no subsequent Authentication
providers are executed. If authentication fails, authentication continues down the
list of providers.
OPTIONAL—The user is allowed to pass or fail the authentication test of this
Authentication provider. However, if all Authentication providers configured in a
security realm have the JAAS Control Flag set to OPTIONAL, the user must pass
the authentication test of one of the configured providers.
* Example:
Setting the Order of Providers
Re-order the OAM Identity Asserter, OID Authenticator, and Default Authenticator by
ensuring that the control flag for each authenticator is set as follows:
OAMAuthenticator (REQUIRED)
OracleInternetDirectoryAuthenticator (SUFFICIENT)
DefaultAuthenticator (SUFFICIENT)
Reference: Oracle Fusion Middleware Security Guide
Page 5 out of 19 Pages |
Previous |