This preface introduces the new and changed administrative features of Oracle Fusion Middleware that are described in this guide, and provides pointers to additional information.
Oracle Fusion Middleware 11g Release 1 (11.1.1.4) includes the following new and changed administrative features:
Oracle Fusion Middleware now supports IBM WebSphere as an application server. See the Oracle Fusion Middleware Third-Party Application Server Guide for more information.
MDS provides the following new and changed features:
Support for purging metadata labels using Fusion Middleware Control or the command line. See Section 14.3.11.
Support for importing to and exporting from a remote location. See Section 14.3.1.
Support for targeting the repository to additional Managed Servers. See Section 14.3.2.2.
Additions to the cloning scripts, allowing you to clone the configuration of a domain and components. See Chapter 20.
Revised procedures for moving from a test environment to a production environment. See Chapter 21.
Scripts to purge data from your database. See Section 14.5.
Oracle Fusion Middleware 11g Release 1 (11.1.1.3) includes the following new and changed administrative features:
MDS now supports DB2. See Section 14.3.1.1.
The cloning syntax has changed. See Chapter 20.
Oracle Enterprise Manager Fusion Middleware Control now provides an interface to create and modify data sources. See Section 10.2.
Oracle Fusion Middleware 11g Release 1 (11.1.1.2) includes the following new administrative features:
The Diagnostic Framework, which aids in detecting, diagnosing, and resolving problems. For more information, see Chapter 13.
An Oracle Common home, which contains the binary and library files required for the Oracle Enterprise Manager Fusion Middleware Control and Java Required Files (JRF). For more information, see Section 2.6.
Changes to cloning. For more information, see Chapter 20.
Oracle Fusion Middleware 11g Release 1 (11.1.1) includes many new and changed administrative features, including the following:
The inclusion of Oracle WebLogic Server in Oracle Fusion Middleware, replacing Oracle Containers for Java EE. Oracle WebLogic Server is an enterprise-ready Java application server that supports the deployment of mission-critical applications in a robust, secure, highly available, and scalable environment. For an overview of Oracle WebLogic Server and the Oracle Fusion Middleware environment, see Section 2.1.
New commands for many functions. Many components and services now use Oracle WebLogic Server Scripting Tool (WLST) commands. For example, commands to configure log files are WLST commands. See Section 3.5.1 for general information about invoking WLST.
The Oracle Metadata Services (MDS) Repository, a particular type of repository that contains metadata for certain types of deployed applications. This includes custom Java EE applications developed by your organization and some Oracle Fusion Middleware component applications, such as Oracle B2B. For information about the MDS Repository, see Section 14.3.
Wallet and Keystore Management: 11g Release 1 (11.1.1) provides new features for managing Oracle wallets and JKS keystores:
Password-protected wallets
When creating a wallet in prior releases, the administrator was always required to create a password-protected wallet. Once this wallet was created, the administrator could optionally create an auto-login wallet. Components needed the auto-login wallet at run time. Without an auto-login wallet, the password had to be specified in the component configuration file in an encrypted or obfuscated format.
In 11g Release 1 (11.1.1), this behavior has changed. Every time you create a password-protected wallet, an auto-login wallet is automatically created as well. This enables management tasks to be performed on the password-protected wallet, while components can use the auto-login wallet at run time. This eliminates the need to store passwords in configuration files.
To take advantage of this feature when creating a wallet with Fusion Middleware Control, you must uncheck the auto-login check box and enter the wallet password. Remember that this creates both the password-protected and auto-login wallets.
A new type of wallet has also been introduced, which is a standalone auto-login wallet. This wallet can be used for both management and run time without requiring a password. To create this wallet when creating a wallet with Fusion Middleware Control, check the auto-login check box. You do not need to provide a password for this type of wallet.
Note:
The standalone auto-login wallet is the default choice for wallet creation.Wallet and Keystore Management Tools
In prior releases, Oracle Wallet Manager was the graphical interface tool and orapki
the command-line tool to manage Oracle wallets.
In 11g Release 1 (11.1.1), you can use the Web-based interface Fusion Middleware Control or the WLST command-line tool to manage both Oracle wallets and JKS keystore files. One advantage of these new tools is that they allow you to manage keystores centrally across instances, because they work in the context of a management server.
While Oracle Wallet Manager is still available, its usage should be limited to PKCS#11 wallets (that is, Hardware Security Module integration).
You can still use orapki
to manage both Oracle wallets and JKS keystores, but only local changes (on a per-instance basis) are possible. orapki
allows you to manage PKCS#11 wallets and CRLs.
The following table shows the different tools and their capabilities:
Tool | Oracle Wallet | Java Keystore (JKS) | Local Updates | Distributed Updates | PKCS11 | CRL | Graphical UI | Command Line |
---|---|---|---|---|---|---|---|---|
orapki (10g, 11g) | x | x | x | x | x | x | ||
Oracle Wallet Manager (not in 11g) | x | x | x | x | ||||
Fusion Middleware Control (new in 11g) | x | x | x | x | ||||
WLST (new in 11g) | x | x | x | x |