Preface

Intended Audience

Welcome to the Implementation and System Administrator Guide for Oracle Healthcare Data Repository (HDR) Version 8.1.

This guide is intended for:

This guide is intended for users and system professionals involved with the implementation and configuration of Oracle Healthcare Data Repository, including the following:

  • Implementation Consultants

  • System Administrators

  • Security Administrators

  • Healthcare Application Developers

Note:

This guide describes the implementation and configuration procedures for Oracle Healthcare Data Repository. Refer to Oracle Healthcare Data Repository Javadoc to understand functionality of the product.

This guide assumes that you have the following general skill sets:

  • Knowledge of the Java Language (J2EE platform), Oracle PL/SQL and Oracle Database 12c (12.1.0.1.0) or 11g R2.

  • Implementation experience with WebLogic Server 12c (12.1.2) and EJB deployment.

  • Familiarity with Oracle Healthcare Data Repository.

See Related Information Sources for more Oracle Applications product information.

TTY Relay Access to Oracle Support Services

To reach AT&T Customer Assistants, dial 711 or 1.800.855.2880. An AT&T Customer Assistant will relay information between the customer and Oracle Support Services at 1.800.223.1711. Complete instructions for using the AT&T relay services are available at http://www.consumer.att.com/relay/tty/standard2.html. After the AT&T Customer Assistant contacts Oracle Support Services, an Oracle Support Services engineer will handle technical issues and provide customer support according to the Oracle service request process.

Related Information Sources

Oracle Javadoc for HDR

Derived from the HDR source code, this HTML document describes the public HDR Application Programming Interface (API), including all of the packages, interfaces, classes, and methods available to healthcare application developers using the HDR platform. This supplement to the Oracle Healthcare Data Repository Implementation Guide is included on the HDR source code CD, and is also available on My Oracle Support.

Training

Oracle offers training courses to help you and your staff master Oracle Applications and reach full productivity quickly. These courses are organized into functional learning paths, so you take only those courses appropriate to your job or area of responsibility. Courses are typically offered by Oracle University at one of our many education centers, or you may arrange for our trainers to teach at your facility. In addition, Oracle training professionals can tailor standard courses or develop custom courses to meet your particular needs. Contact your Oracle Support Representative to determine which training solutions are available to support Oracle Healthcare Data Repository.

Do Not Use Database Tools to Modify Oracle Applications Data

Oracle STRONGLY RECOMMENDS that you never use SQL*Plus, Oracle Data Browser, database triggers, or any other tool to modify Oracle Applications data unless otherwise instructed.

Oracle provides powerful tools you can use to create, store, change, retrieve, and maintain information in an Oracle database. But if you use Oracle tools such as SQL*Plus to modify Oracle Applications data, you risk destroying the integrity of your data and you lose the ability to audit changes to your data.

Because Oracle Applications tables are interrelated, any change you make using an Oracle Applications form can update many tables at once. But when you modify Oracle Applications data using anything other than Oracle Applications, you may change a row in one table without making corresponding changes in related tables. If your tables get out of synchronization with each other, you risk retrieving erroneous information and you risk unpredictable results throughout Oracle Applications.

When you use Oracle Applications to modify your data, Oracle Applications automatically checks that your changes are valid. Oracle Applications also keeps track of who changes information. If you enter information into database tables using database tools, you may store invalid information. You also lose the ability to track who has changed your information because SQL*Plus and other database tools do not keep a record of changes.

Documentation Accessibility

For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc.

Access to Oracle Support

Oracle customers that have purchased support have access to electronic support through My Oracle Support. For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.

Related Documents

For more information, see the following documents in the Oracle Other Product One Release 7.0 documentation set or in the Oracle Other Product Two Release 6.1 documentation set:

  • Oracle Other Product One Release Notes

  • Oracle Other Product One Configuration Guide

  • Oracle Other Product Two Getting Started Guide

  • Oracle Other Product Two Reference Guide

  • Oracle Other Product Two Tuning and Performance Guide

Conventions

The following text conventions are used in this document:

Convention Meaning
boldface Boldface type indicates graphical user interface elements associated with an action, or terms defined in text or the glossary.
italic Italic type indicates book titles, emphasis, or placeholder variables for which you supply particular values.
monospace Monospace type indicates commands within a paragraph, URLs, code in examples, text that appears on the screen, or text that you enter.