| Oracle Workflow Installation Notes for Oracle Database Release 2.6.3 Part Number B12169-01 |
|
Installation Notes for Oracle Database
May 2004
Part No. B12169-01
These notes explain how to install or upgrade the version of Oracle Workflow available with Oracle Database 10g.
The Oracle Workflow installation includes the Oracle Workflow server and Oracle Workflow middle tier components, as well as the Oracle Workflow components that reside on a client PC. The Oracle Workflow server and middle tier components are available from the Oracle Workflow Server Release 2.6.3 (Oracle Database 10g) CD for your platform. The Oracle Workflow client components are available from the Oracle Database Client CD for Windows.
The Oracle Workflow server and middle tier components require the following hardware and software configurations:
Your Oracle HTTP Server installation must be able to access the Oracle Workflow Java area, the Oracle Workflow icon area, and the Oracle Workflow documentation area.
Additionally, if you plan to implement Oracle Workflow integration with Oracle Internet Directory (OID) and Oracle Application Server Single Sign-On, then you must have OID and Oracle Application Server Single Sign-On installed in your environment. These components are available in Oracle Identity Management 10g.
Perform the following steps to install Oracle Workflow server and middle tier components or to upgrade an existing version of Oracle Workflow to Release 2.6.3.
You must verify the following parameters set in the database initialization parameter file or server parameter file:
AQ_TM_PROCESSES = 2
JOB_QUEUE_PROCESSES = 10
For more information, refer to the Oracle Database Administrator's Guide and the Oracle Streams Advanced Queuing User's Guide and Reference 10g.
If you plan to integrate with Oracle Internet Directory as your directory repository, ensure that the DBMS_LDAP PL/SQL package is loaded in your database. This package contains the functions and procedures that can be used to access data from LDAP servers and is required for LDAP synchronization. To check whether the DBMS_LDAP package is already installed, connect to SQL*Plus and use the following command:
desc DBMS_LDAP
If the DBMS_LDAP package does not already exist, load it manually by running the catldap.sql script located in the <ORACLE_HOME>/rdbms/admin directory. Run this script as the SYS user. For example, use the following command:
sqlplus "SYS/<SYS password> as sysdba" @$ORACLE_HOME/rdbms/admin/catldap.sql
Run the Oracle Universal Installer from the Oracle Workflow Server CD to copy the Oracle Workflow Server files to your file system.
In the Oracle Universal Installer, choose to install into the Oracle home for your Oracle Database 10g, and select Oracle Workflow Server as the component to install.
To complete the installation, follow the instructions displayed in the Oracle Universal Installer screens. If you need additional information about any screen, click Help. When the installation completes, click Exit and click Yes to exit from the Oracle Universal Installer.
Note that the Oracle Universal Installer copies Workflow files to your system. You must also run the Workflow Configuration Assistant to load Oracle Workflow into your database by creating the Oracle Workflow database objects in the database. For instructions on performing the configuration, see Step 4. Run the Workflow Configuration Assistant.
Run the Workflow Configuration Assistant from your database Oracle home to load Oracle Workflow into your database. You must run the Workflow Configuration Assistant after you install Oracle Workflow Server components through the Oracle Universal Installer. You can also rerun the Workflow Configuration Assistant later if you need to reconfigure Oracle Workflow or if you want to load additional languages into your Oracle Workflow Server database after Oracle Workflow is installed and configured. The configuration should take approximately 20 to 30 minutes, depending on your system's speed and capacity.
On UNIX:
$ORACLE_HOME/wf/install/wfinstall.csh
On Windows NT:
%ORACLE_HOME%\wf\install\wfinstall.bat
On Windows NT, you can also run the Workflow Configuration Assistant from the Start Menu. Choose Start > Programs > Oracle - HOME_NAME > Configuration and Migration Tools > Workflow Configuration Assistant.
owf_mgr.
Install to perform a fresh installation of Oracle Workflow, Upgrade to upgrade an existing installation of Oracle Workflow, or Add language to load a language into your existing installation of Oracle Workflow.
If you choose the Install or Upgrade options, the Workflow Configuration Assistant loads Oracle Workflow into your database and configures the Oracle Workflow Manager component of Oracle Enterprise Manager.
For a list of standard language abbreviations in the Oracle Database, see: Locale Data, Oracle Database Globalization Support Guide.
<host_name>:<port_number>:<ORACLE_SID>
Enter the following LDAP server information for the LDAP directory to which you want to connect. After the initial installation, you can update these values if necessary in the Global Workflow Preferences Web page. For more information, see: Setting Up Oracle Workflow, Oracle Workflow Administrator's Guide.
cn=orcladmin
cn=changelog
cn=Base, cn=OracleSchemaVersion
Then choose OK.
If you enter values for these LDAP options, the Oracle Workflow Configuration Assistant automatically implements Oracle Workflow directory service views that support OID integration for you. Additionally, it installs the appropriate WFA_SEC Workflow security package.
In this case directory service views that use Oracle Database users and roles as your directory repository will be automatically implemented for you by default, and the appropriate WFA_SEC Workflow security package is installed. You should modify the default views to add e-mail addresses for these users if you want them to be able to receive e-mail notifications.
http://<server.com:portID>/pls/wf
where <server.com:portID> represents the server and TCP/IP port number on which your web listener accepts requests, and wf is the default Database Access Descriptor (DAD) created during the Oracle Workflow middle tier installation.
Then choose OK.
After the initial installation, you can update the notification mailer configuration values if necessary in the Oracle Workflow Manager component of Oracle Enterprise Manager. You can also update the HTML agent value for Oracle Workflow in the Global Workflow Preferences Web page. For more information, see the Oracle Workflow Manager online help and Setting Up Oracle Workflow, Oracle Workflow Administrator's Guide.
Run the Oracle Universal Installer from the Oracle Workflow Server CD to install Oracle Workflow middle tier components.
In the Oracle Universal Installer, choose to install into the middle tier Oracle home where Oracle HTTP Server is installed, and select Oracle Workflow Middle Tier as the component to install.
Enter the following configuration information:
owf_mgr.
To complete the installation, follow the instructions displayed in the Oracle Universal Installer screens. If you need additional information about any screen, click Help. When the installation completes, click Exit and click Yes to exit from the Oracle Universal Installer.
The Oracle Workflow Middle Tier installation performs the following tasks:
dads.conf file within your Oracle HTTP Server installation.
/OA_JAVA/), the Oracle Workflow icon area (/OA_MEDIA/), and the Oracle Workflow documentation area (/OA_DOC/).
If you chose to use Oracle Database users and roles as your directory service, skip this step and continue with Step 7. Restart Oracle HTTP Server.
If you chose to integrate with Oracle Internet Directory and Oracle Application Server Single Sign-On by entering LDAP parameters in the Workflow Configuration Assistant, perform the following tasks to configure the Oracle Workflow DAD for Oracle Internet Directory and single sign-on integration.
/pls/your_Workflow_DAD. For example: /pls/wf
<Location /pls/your_Workflow_DAD> require valid-user authType Basic </Location>
For more information, see: Developing Applications Using mod_osso, Oracle Application Server Single Sign-On Application Developer's Guide.
After completing the Oracle Workflow Middle Tier installation and DAD configuration, you must restart Oracle HTTP Server to enable access to the Oracle Workflow DAD.
Oracle Workflow requires a virtual directory mapping called /OA_JAVA/ in your Web listener that points to the Oracle Workflow JAR files on your file system. The JAR files are in a directory called <ORACLE_HOME>/jlib, within your middle tier Oracle home. The Oracle Universal Installer automatically installs the Java code in this directory when you install the Oracle Workflow middle tier components.
Oracle Workflow also requires a virtual directory mapping called /OA_MEDIA/ that points to the Oracle Workflow icon area on your file system. The icon area is <ORACLE_HOME>/wf/java/oracle/apps/fnd/wf/icons/, within your middle tier Oracle home. All icon and gif files that are required by Oracle Workflow's Web interface must be stored in the /OA_MEDIA/ virtual directory.
If you installed Oracle Workflow middle tier components in the same Oracle home as Oracle HTTP Server, the /OA_JAVA/ and /OA_MEDIA/ virtual directory mappings are set by default. You should verify these mappings and add them if necessary.
<ORACLE_HOME>/wf/admin/wf.conf file. The path to this configuration file must be included in the <ORACLE_HOME>/Apache/Apache/conf/oracle_apache.conf file which helps define the behavior of Oracle HTTP Server. Add the aliases using the following format:
On UNIX:
Alias /OA_JAVA/ "<$ORACLE_HOME>/jlib/" Alias /OA_MEDIA/ "<$ORACLE_HOME>/wf/java/oracle/apps/fnd/wf/icons/"
For example:
... # # Aliases: Add here as many aliases as you need (with no limit). # The format is # Alias fakename realname # ... Alias /OA_JAVA/ "/oracle/jlib/" Alias /OA_MEDIA/ "/oracle/wf/java/oracle/apps/fnd/wf/icons/" ...
On Windows NT:
Alias /OA_JAVA/ "<ORACLE_HOME>\jlib/" Alias /OA_MEDIA/ "<ORACLE_HOME>\wf\java\oracle\apps\fnd\wf\icons/"
For example:
... # # Aliases: Add here as many aliases as you need (with no limit). # The format is # Alias fakename realname # ... Alias /OA_JAVA/ "C:\oracle\jlib/" Alias /OA_MEDIA/ "C:\oracle\wf\java\oracle\apps\fnd\wf\icons/" ...
Oracle Workflow provides access to HTML help from the Help button on each of its Web pages. The HTML help that appears is context-sensitive and provides links to the entire contents of the Oracle Workflow documentation.
When you install Oracle Workflow Middle Tier components, the Oracle Universal Installer copies a zip file containing the HTML help to the Workflow directory in your middle tier Oracle home. The zip file is <ORACLE_HOME>/wf/wfdoc.zip. To set up the HTML help, you must extract the doc directory tree from the zip file and verify that you have a virtual directory mapping called /OA_DOC/ in your Web listener that points to the documentation area on your file system.
The /OA_DOC/ virtual directory mapping is set by default when you install Oracle Workflow into the same Oracle home as Oracle HTTP Server. You should verify this mapping and add it if necessary.
The doc directory tree that is created includes the Oracle Workflow documentation area, <ORACLE_HOME>/wf/doc, and the following subdirectories:
<ORACLE_HOME>/wf/doc/<lang>/wf - Oracle Workflow online help.
<ORACLE_HOME>/wf/doc/<lang>/wfcust - Custom help. You can optionally add your own customized Workflow help in this directory.
/OA_DOC/ in your Web listener that points to the new Oracle Workflow documentation area on your file system and add this mapping if necessary.
<ORACLE_HOME>/wf/admin/wf.conf file. The path to this configuration file must be included in the <ORACLE_HOME>/Apache/Apache/conf/oracle_apache.conf file which helps define the behavior of Oracle HTTP Server. Add the alias if necessary, using the following format:
On UNIX:
Alias /OA_DOC/ "<$ORACLE_HOME>/wf/doc/"
For example:
... # # Aliases: Add here as many aliases as you need (with no limit). # The format is # Alias fakename realname # ... Alias /OA_DOC/ "/oracle/wf/doc/" ...
On Windows NT:
Alias /OA_DOC/ "<ORACLE_HOME>\wf\doc/"
For example:
... # # Aliases: Add here as many aliases as you need (with no limit). # The format is # Alias fakename realname # ... Alias /OA_DOC/ "C:\oracle\wf\doc/" ...
/OA_DOC/ virtual directory mapping is added to your Web listener, you can access the HTML help from the Help button on any Oracle Workflow Web page. You can also access any HTML help file directly by appending its virtual path to your Web listener base URL.
The path for the contents page of the Oracle Workflow online help is:
http://<server_name>[:<portID>]/OA_DOC/<lang>/wf/toc.htm
The path for the contents page of your Oracle Workflow custom help is:
http://<server_name>[:<portID>]/OA_DOC/<lang>/wfcust/wfcust.htm
wfcust directory, wfcust.htm, with your own help material. The HTM file that is the main entry point for your custom help must be named wfcust.htm and must contain an anchor named contents. Your custom help will be accessible through the Custom Help link on the contents page of the Oracle Workflow help.
If you are upgrading a previous installation of Oracle Workflow, and you are integrating with Oracle Internet Directory for the first time, migrate your existing Workflow user information to Oracle Internet Directory.
You must perform a one-time migration of existing Oracle Workflow user information to OID to enable single sign-on and single administration. Ensure that you migrate all the necessary data from WF_LOCAL_USERS as well as any other user tables in which you previously stored user information. After performing the migration, you should maintain your user information only through OID.
OID provides a migration tool called ldifmigrator. To use this tool, you must extract your user information from the database into an intermediate LDAP Data Interchange Format (LDIF) file, with substitution variables wherever necessary. The ldifmigrator tool converts the intermediate entries in the file to actual LDIF entries by replacing the variables based on arguments provided at runtime or information retrieved from the LDAP directory. The LDIF file produced by the ldifmigrator can then be uploaded into OID using OID bulk tools.
For more information about the ldifmigrator, the format required for the intermediate LDIF file, and OID bulk upload tools, see Appendix A: Syntax for LDIF and Command-Line Tools, Oracle Internet Directory Administrator's Guide.
To invoke Oracle Workflow's Web pages, append the appropriate procedure and arguments to the base URL for the Workflow Web agent. After the Oracle Workflow installation and configuration are complete, you can verify your base URL by connecting as a valid user to the Oracle Workflow home page:
http://<host:portID>/pls/wf/wfa_html.home
When you install Oracle Workflow and its demonstration workflow processes, you also install a demonstration data model that seeds a set of demonstration users in the directory service. The users are: sysadmin, wfadmin, blewis, cdouglas, kwalker, and spierson. Their passwords are the same as their usernames. You can authenticate your connection to an Oracle Workflow Web page with any of these user names and passwords. Public grants and synonyms were created so that these users have full access to Oracle Workflow's Web-based user interface.
The Oracle Workflow server installation also includes the Oracle Workflow Manager component of Oracle Enterprise Manager, which provides administrative and management tools for Oracle Workflow. When you install Oracle Workflow into your Oracle Database home, the Workflow Configuration Assistant configures Oracle Workflow Manager. It creates two new Oracle Application Server Containers for Java 2 Enterprise Edition (OC4J) instances:
To access the Oracle Workflow Manager user interface, perform the following steps.
${ORACLE_HOME}/jdk/bin/java -Djava.security.properties=${ORACLE_HOME}/oc4j/j2ee/home/config/jazn .security.props -jar ${ORACLE_HOME}/oc4j/j2ee/home/oc4j.jar -userThreads -config ${ORACLE_HOME}/oc4j/j2ee/OC4J_Workflow_Component_Container/config/se rver.xml &
${ORACLE_HOME}/jdk/bin/java -Djava.security.properties=${ORACLE_HOME}/oc4j/j2ee/home/config/jazn .security.props -jar ${ORACLE_HOME}/oc4j/j2ee/home/oc4j.jar -config ${ORACLE_HOME}/oc4j/j2ee/OC4J_Workflow_Management_Container/config/s erver.xml &
http://<host_name>:<port_number>/WFMGRWebApp/uix/oam/wfm/wfmLogin
where <host_name> represents the host server where OC4J is installed and <port_number> represents the http port specified in the $ORACLE_HOME/oc4j/j2ee/OC4J_Workflow_Management_Container/config/http-web-site.xml configuration file.
Log in using your Oracle Workflow database username and password and the connect string for the database where Oracle Workflow is installed. Specify the connect string, including the host name, port number, and database system identifier (SID), in the following format:
<host_name>:<port_number>:<ORACLE_SID>
You can stop and restart the OC4J instances in which Oracle Workflow Manager is deployed if necessary. To stop an OC4J instance, use the following command:
${ORACLE_HOME}/jdk/bin/java -jar ${ORACLE_HOME}/oc4j/j2ee/home/admin.jar ormi://<host_name>:<RMI_port> admin welcome -shutdown
where <host_name> and <RMI_port> represent the host server and remote method invocation (RMI) port for the instance that you want to stop, as listed in the rmi.xml configuration file for the instance.
$ORACLE_HOME/oc4j/j2ee/OC4J_Workflow_Management_Container/config/rmi
.xml
$ORACLE_HOME/oc4j/j2ee/OC4J_Workflow_Component_Container/config/rmi. xml
After you complete the Oracle Workflow installation process, you must perform some additional steps to set up Oracle Workflow for your site. Some of the setup steps are required; other steps are optional, depending on the Oracle Workflow features you want to implement. Refer to the Setting Up Oracle Workflow chapter in the Oracle Workflow Administrator's Guide for information on how to complete these setup steps for Oracle Workflow.
Additionally, for updates to this document, please refer to OracleMetaLink Document 265554.1, Oracle Workflow 2.6.3 Installation Update.
During the installation and configuration of Oracle Workflow, you choose the type of directory service to implement. You can either integrate with Oracle Internet Directory (OID) and Oracle Application Server Single Sign-On, or you can use Oracle Database users and roles as your directory repository for Oracle Workflow. If necessary, you can change your directory service implementation after the initial installation and configuration are complete.
For more information, see Setting Up Oracle Workflow, Oracle Workflow Administrator's Guide.
desc DBMS_LDAP
If the DBMS_LDAP package does not already exist, load it manually by running the catldap.sql script located in the <ORACLE_HOME>/rdbms/admin directory. Run this script as the SYS user. For example, use the following command:
sqlplus "SYS/<SYS password> as sysdba" @$ORACLE_HOME/rdbms/admin/catldap.sql
<ORACLE_HOME>/wf/sql/wfdircsv.sql script to implement Oracle Workflow directory service views that support OID integration. For example, use the following command:
sqlplus owf_mgr/<passwd> @$ORACLE_HOME/wf/sql/wfdircsv.sql
<ORACLE_HOME>/wf/sql/wfsecssb.sql script. For example, use the following command:
sqlplus owf_mgr/<passwd> @$ORACLE_HOME/wf/sql/wfsecssb.sql
/pls/your_Workflow_DAD. For example: /pls/wf
<Location /pls/your_Workflow_DAD> require valid-user authType Basic </Location>
For more information, see: Developing Applications Using mod_osso, Oracle Application Server Single Sign-On Application Developer's Guide.
After you update the DAD and the mod_osso configuration file, restart Oracle HTTP Server.
OID provides a migration tool called ldifmigrator. To use this tool, you must extract your user information from the database into an intermediate LDAP Data Interchange Format (LDIF) file, with substitution variables wherever necessary. The ldifmigrator tool converts the intermediate entries in the file to actual LDIF entries by replacing the variables based on arguments provided at runtime or information retrieved from the LDAP directory. The LDIF file produced by the ldifmigrator can then be uploaded into OID using OID bulk tools.
For more information about the ldifmigrator, the format required for the intermediate LDIF file, and OID bulk upload tools, see: Appendix A: Syntax for LDIF and Command-Line Tools, Oracle Internet Directory Administrator's Guide.
/pls/your_Workflow_DAD. For example: /pls/wf
wfa_html.home
StatelessWithResetPackageState
Basic
Ensure that you do not specify a database user name or password, in order to enable mod_plsql database authentication.
After you update the DAD and the mod_osso configuration file, restart Oracle HTTP Server.
<ORACLE_HOME>/wf/sql/wfdirouv.sql script to map the Oracle Workflow directory service views to your Oracle Database users and roles. For example, use the following command:
sqlplus owf_mgr/<passwd> @$ORACLE_HOME/wf/sql/wfdirouv.sql
The wfdirouv.sql script sets each native Oracle Database user's e-mail address to the user's respective username. As a minimal setup step, you should edit the script to either link your native Oracle Database users to an existing mail directory store through the WF_ROLES view definition or, if the usernames and e-mail account names match, then simply add the domain for your organization, such as '@oracle.com', to the usernames in the WF_USERS view definition. Typically, the columns that you change are EMAIL_ADDRESS in WF_USERS and EMAIL_ADDRESS in WF_ROLES. For more information, see: Setting Up Oracle Workflow, Oracle Workflow Administrator's Guide.
<ORACLE_HOME>/wf/sql/wfsecwsb.sql script. For example, use the following command:
sqlplus owf_mgr/<passwd> @$ORACLE_HOME/wf/sql/wfsecwsb.sql
The Oracle Workflow client components consist of the Oracle Workflow Builder and supporting files, including Oracle Workflow Common Files and Oracle Workflow HTML help. Oracle Workflow Builder is a GUI design tool that allows you to create and edit workflow definitions on a PC running either Microsoft Windows NT, Windows 2000, Windows Server 2003, or Windows XP Professional. A workflow definition can be saved to a flat file or to your Workflow Server database if you have Oracle Net installed on your PC. Oracle Workflow Builder requires the following hardware and software configurations:
Perform the following steps to install the Oracle Workflow client components on a PC.
Run the Oracle Universal Installer from the Oracle Database Client CD for Windows to install Oracle Workflow client components. Note that because the Oracle Workflow client components must be installed on a Windows PC, they are only included on the Oracle Database Client CD for Windows. You must install from this CD to obtain the Oracle Workflow client components, even if your Oracle Workflow Server installation is on another platform. For more information about running the Oracle Universal Installer, see the Oracle Database Client Installation Guide for Windows.
In the Oracle Universal Installer, choose to install into an Oracle Database 10g client Oracle home, and select the Administrator installation type. Oracle Workflow Client is one of the components installed by this installation type.
When you install Oracle Workflow Builder, the Oracle Universal Installer copies a zip file containing the HTML help to the Workflow directory in your Oracle home. The zip file is <ORACLE_HOME>\wf\wfdoc.zip. Before you can view the HTML help, you must extract the doc directory tree from the zip file to your file system.
The doc directory tree that is created includes the Oracle Workflow documentation area, <ORACLE_HOME>\wf\doc, and the following subdirectories:
<ORACLE_HOME>\wf\doc\<lang>\wf - Oracle Workflow online help.
<ORACLE_HOME>\wf\doc\<lang>\wfcust - Custom help. You can optionally add your own customized Workflow help in this directory.
The path for the contents page of the Oracle Workflow online help is:
\<ORACLE_HOME>\wf\doc\<lang>\wf\toc.htm
The path for the contents page of your Oracle Workflow custom help is:
\<ORACLE_HOME>\wf\doc\<lang>\wfcust\wfcust.htm
You can also view context-sensitive help for the Oracle Workflow Builder in Winhelp format by choosing Contents from the Help menu within the Oracle Workflow Builder.
wfcust directory, wfcust.htm, with your own help material. The HTM file that is the main entry point for your custom help must be named wfcust.htm and must contain an anchor named contents. Your custom help will be accessible through the Custom Help link on the contents page of the Oracle Workflow online help.
If you are installing the Oracle Workflow Builder in another language such as Japanese, you can modify the font used by the windows in the Oracle Workflow Builder to a font that is appropriate for your language. Any change you make applies to all windows within the program.
Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at http://www.oracle.com/accessibility/
JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace.
This documentation may contain links to Web sites of other companies or organizations that Oracle does not own or control. Oracle neither evaluates nor makes any representations regarding the accessibility of these Web sites.
Copyright © 2004, Oracle. All rights reserved.
The Programs (which include both the software and documentation) contain proprietary information; they are provided under a license agreement containing restrictions on use and disclosure and are also protected by copyright, patent, and other intellectual and industrial property laws. Reverse engineering, disassembly, or decompilation of the Programs, except to the extent required to obtain interoperability with other independently created software or as specified by law, is prohibited.
The information contained in this document is subject to change without notice. If you find any problems in the documentation, please report them to us in writing. This document is not warranted to be error-free. Except as may be expressly permitted in your license agreement for these Programs, no part of these Programs may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose.
If the Programs are delivered to the United States Government or anyone licensing or using the Programs on behalf of the United States Government, the following notice is applicable:
U.S. GOVERNMENT RIGHTS
Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the Programs, including documentation and technical data, shall be subject to the licensing restrictions set forth in the applicable Oracle license agreement, and, to the extent applicable, the additional rights set forth in FAR 52.227-19, Commercial Computer Software--Restricted Rights (June 1987). Oracle Corporation, 500 Oracle Parkway, Redwood City, CA 94065.
The Programs are not intended for use in any nuclear, aviation, mass transit, medical, or other inherently dangerous applications. It shall be the licensee's responsibility to take all appropriate fail-safe, backup, redundancy and other measures to ensure the safe use of such applications if the Programs are used for such purposes, and we disclaim liability for any damages caused by such use of the Programs.
The Programs may provide links to Web sites and access to content, products, and services from third parties. Oracle is not responsible for the availability of, or any content provided on, third-party Web sites. You bear all risks associated with the use of such content. If you choose to purchase any products or services from a third party, the relationship is directly between you and the third party. Oracle is not responsible for: (a) the quality of third-party products or services; or (b) fulfilling any of the terms of the agreement with the third party, including delivery of products or services and warranty obligations related to purchased products or services. Oracle is not responsible for any loss or damage of any sort that you may incur from dealing with any third party.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.
|
|
|