ACR: Oracle Guided Learning 26A

Oracle Accessibility Conformance Report

VPAT® Version 2.5

Name of Product:

 Oracle Guided Learning 26A

Product Description:

Oracle Guided Learning (OGL) is a digital adoption solution that delivers in-application guidance and learning content to help users to:

Report Date:

18-MAY-26

Contact Information:

accessible_ww@oracle.com

Notes:

The following is not covered by this ACR

Users can navigate within OGL, transition between OGL and the host application, and access all relevant functionality using only the keyboard. Assistive technology is not required to use keyboard-only navigation.  When a guide is running and a tip appears, the focus will be placed on the tip and then the Tab key may be used to navigate within the tip. Tabbing accesses the OGL Launcher as the last item on a page’s Tab order. Using the keyboard shortcut below to open and close the Help Panel is a quicker method to access OGL.

Keyboard shortcuts enable user interface actions without a mouse. Following is a list of shortcuts available for OGL and their function:

Toggle the pulsing of the page's active beacons on or off.
Alt+Ctrl+B

Open and close the Help Panel. The Help Panel will open with focus on the Search bar. The tab button can then be used to navigate within the panel.
Crtl+Alt+H

Toggle the focus from the tip on screen to the element to which it is associated. The same shortcut is used for toggling focus on the Feedback modal. Please see below for variations for Splash tips with the target element “body”:
For splash without overlay: Give focus to the first focusable element in the page
For splash with overlay: Screen reader will read "Unable to switch focus from splash tip with overlay"
Alt+Ctrl+G

Use this shortcut to open or close language selection menu.
Ctrl+Alt+L

This shortcut moves the focus to the first display group on the display group menu. (valid for legagy widget)
Alt+Ctrl+M

Use this shortcut to switch on/off hover mode. When this mode is switched on, the first hover tip in the page will appear. "[" (left bracket key) or "]" (right bracket key) will navigate the user around all the hover tips available on the page (Smart tips and Beacon tips are considered hover tips). Use the same Alt+S shortcut to exit this mode. NB: Navigation keys vary from one screen reader (like JAWS) to another.
Alt+Ctrl+S

Focus/Un-Focus to auto-loaded task list.
Ctrl+Alt+T

Focus/Un-Focus to auto-loaded notification center.
Ctrl+Alt+N

Toggle the focus from the element to smart tip it is associated with. the same shortcut can be used to navigate back to element.
Alt+Ctrl+C

To drag and drop the tooltip, use below steps :

  1. Run a guide, press "CTRL+ALT+D" to enable dragMode
  2. Use WASD keys to drag the tip to top, left, down, right respectively
  3. Use "CTRL+ALT+D" to exit the dragMode
  4. for step with multi tip, to navigate between them after dragMode is enabled use ] or [

To drag and drop the help panel launcher, use below steps :

  1. Once the help panel is loaded , press "CTRL+ALT+W" to enable dragMode
  2. Use YGHJ keys to drag the tip to top, left, down, right respectively
  3. "CTRL+ALT+W" to exit the dragMode.

If the focus is on the Help Panel, the Esc button will close the Help Panel and return focus to the host application. If the focus is on a tip, the Esc button will close the tip AND close the guide.
Esc

To disable or adjust keyboard shortcuts apply/embed the following scripts:

Disable the keyboard shortcut
iridize.allowKeyboardShortcuts = false;

Override the default keyboard shortcut
iridize.hotKeys = {guideFocus : 'Alt+G', showOrHideBeacon : 'Ctrl+Alt+B' }

Disable a specific keyboard shortcut (Set an empty string as per the example)
iridize.hotKeys = {guideFocus : 'Alt+G', showOrHideBeacon : '' }

Dependent Products


This product interacts with or is built with the other Oracle products listed in this section. Click below to view information about the accessibility of these dependent products. Products listed are the versions available at the time of publication of this document; newer documents may be available that supersede these versions.

Evaluation Methods Used:

Oracle's policy is to design, develop and test both products and documentation to be accessible. The recommended styles of testing for accessibility include: (i) algorithmic automated tests, (ii) human judgement tests such as tool-assisted tests, visual inspection and manual operation, and (iii) testing with assistive technology by people with and without disabilities. Additional information about Oracle's accessibility program is available on http://www.oracle.com/corporate/accessibility/

Accessibility Standards/Guidelines

This report covers the degree of conformance for the following accessibility standard/guideline:

Standard/GuidelineIncluded In Report
Web Content Accessibility Guidelines 2.0Level A - Yes
Level AA - Yes
Level AAA - No
Web Content Accessibility Guidelines 2.1Level A - Yes
Level AA - Yes
Level AAA - No
Web Content Accessibility Guidelines 2.2Level A - Yes
Level AA - Yes
Level AAA - No
Revised Section 508 standards published January 18, 2017 and corrected January 22, 2018Yes

Terms

The terms used in the Conformance Level information are defined as follows:

Supports
The functionality of the product has at least one method that meets the criteria without known defects or meets with equivalent facilitation.
Partially Supports
Some functionality of the product does not meet the criteria.
Does Not Support
Majority of functionality of the product does not meet the criteria.
Not Applicable
The criteria are not relevant to the product.

WCAG 2.2 Report

Table 1 also documents conformance with:

Note: When reporting on conformance with the WCAG 2.2 Success Criteria, they are scoped for full pages, complete processes, and accessibility-supported ways of using technology as documented in the WCAG 2.1 Conformance Requirements.

Table 1: WCAG Conformance Criteria

Criteria
Conformance Level
Remarks and Explanations
1.1.1 Non-text Content (Level A)Supports

The product was tested for:

  • Images that convey information have meaningful alternative text using ALT
  • Images that are decorative are marked up using ALT=”” or CSS background images
  • Titles for Objects and Applets are provided
  • Controls have an associated name
  • Non-text characters are not used or have meaningful alternative text
  • CAPTCHAs are not used.

 

1.2.1 Audio-only and Video-only (Prerecorded) (Level A)Not ApplicableThe product has no multimedia.
1.2.2 Captions (Prerecorded) (Level A)Not ApplicableThe product has no multimedia.
1.2.3 Audio Description or Media Alternative (Prerecorded) (Level A)Not ApplicableThe product has no multimedia.
1.2.4 Captions (Live) (Level AA)Not ApplicableThe product has no multimedia.
1.2.5 Audio Description (Prerecorded) (Level AA)Not ApplicableThe product has no multimedia.
1.3.1 Info and Relationships (Level A)Supports

The product was tested for:

  • User interface component labels are associated with the fields they are labeling
  • Headings are encoded with HTML heading tags
  • List markup is used for marking up lists
1.3.2 Meaningful Sequence (Level A)Supports

The product was tested for:

  • The sequence of elements in the DOM matches a logical reading sequence
1.3.3 Sensory Characteristics (Level A)Supports

The product was tested for:

  • Instructions provided do not refer to things solely based on their sensory characteristics such as shape, size, visual location, orientation, color, or sound
1.3.4 Orientation (Level AA)Supports

The product was tested for:

  • Text is displayed in both device orientations without loss of functionality or visibility of the text.
1.3.5 Identify Input Purpose (Level AA)Not Applicable

The product was tested for:

  • There are no text fields that collect information about the user.
1.4.1 Use of Color (Level A)Not Applicable

The product was tested for:

  • Information is not conveyed using color.
1.4.2 Audio Control (Level A)Not ApplicableThe product has no multimedia.
1.4.3 Contrast (Minimum) (Level AA)Supports

The product was tested for:

  • Large-scale text and images of large-scale text have a contrast ratio of at least 3:1
  • Other text and images of text have a contrast ratio of at least 4.5:1
1.4.4 Resize text (Level AA)Supports

The product was tested for:

  • Text can be resized up to 200% without loss of content or functionality
1.4.5 Images of Text (Level AA)Not Applicable

The product was tested for:

  • Images of text are not used.
1.4.10 Reflow (Level AA)Does Not Support

The product was tested for:

  • Text information reflows so that only one direction of scrolling is required while at 400% zoom.

Exception:

Bug 37877032 - If you resize to 400%, functionality loss may occur

1.4.11 Non-text Contrast (Level AA)Supports

The product was tested for:

  • Non-text items have a contrast ratio of at least 3:1
1.4.12 Text Spacing (Level AA)Supports

The product was tested for:

  • When the following attributes and no others are modified there is no loss in functionality or content:
    • Line height (line spacing) to at least 1.5 times the font size
    • Spacing following paragraphs to at least 2 times the font size
    • Letter spacing (tracking) to at least 0.12 times the font size
    • Word spacing to at least 0.16 times the font size

 

1.4.13 Content on Hover or Focus (Level AA)Supports

The product was tested for:

  • Dismissable -The content can be dismissed without moving the pointer or keyboard focus
  • Hoverable - When pointer hover triggers additional content, the pointer can be moved over the additional content without the additional content disappearing
  • Persistent - The additional content remains visible until the hover or focus trigger is removed, the user dismisses it, or its information is no longer valid.
2.1.1 Keyboard (Level A)Partially Supports

The product was tested for:

  • Ability to perform functions from the keyboard only, and without requiring specific timings for individual keystrokes
  • Proper operation of unique keystrokes and access keys, including those listed in the product documentation

Exceptions :

  • Bug 38642479 - Accessibility - Notification center guides are accessible to screen reader when window is minimized
  • Bug 38643270 - Iridize commands shortcuts to override default keyboard shortcuts and Disable a specific keyboard shortcut is not working
  • Bug 38643247 - Tooltip drag drop shortcuts not working when screen reader on
  • Bug 38642461 - Not able to come out of autoload tasklist pop-up window if Pressed "ALT+CTRL+T" shortcut or ESC key
2.1.2 No Keyboard Trap (Level A)Supports

The product was tested for:

  • Movement of focus through each control only using the keyboard, with no "keyboard trap" that prevents focus from moving away from any control
2.1.4 Character Key Shortcuts (Level A)Supports

The product was tested for:

  • Single character keyboard shortcuts can be turned off.
  • Single character keyboard shortcuts can be remapped.
2.2.1 Timing Adjustable (Level A)Not Applicable

The product was tested for:

  • Time limits are not used.

 

2.2.2 Pause, Stop, Hide (Level A)Supports

The product was tested for:

  • Moving, blinking, or scrolling information that is designed to last for more than five seconds can be paused
  • Moving, blinking, or scrolling content that is pure decoration can be stopped or hidden
2.3.1 Three Flashes or Below Threshold (Level A)Supports

The product was tested for:

  • No portion of the screen flickers or flashes with a frequency between 2 Hz and 55 Hz
2.4.1 Bypass Blocks (Level A)Not Applicable

The product was tested for:

  • There are no blocks of content that are repeated on multiple pages
2.4.2 Page Titled (Level A)Supports

The product was tested for:

  • Pages have a meaningful title specified in the TITLE element.
2.4.3 Focus Order (Level A)Partially Supports

The product was tested for:

  • Logical movement through the focusable components using only the keyboard, in an order that follows a meaningful sequence

Exceptions :

  • Bug 38643389 - After clicking on reset tasklist, tab moves focus to close help panel icon instead of cancel or yes button of reset tasklist confirmation if the screen reader is on.
    • Work around :  Keyboard users can still access the confirmation buttons by continuing to press Tab until focus reaches Cancel or Yes, then pressing Enter to select the desired action.
  • Bug 34389797 - In case of autoload guides. -> Focus is not on the autoloaded popups immediately(with screen reader on) as soon as user navigates to the page
    • Work around : Use Tab key to reach and focus on the tooltip or Close the autoload modal by using the ESC key
  • Bug 35831924 - Focus is not moving to close screenshot icon(with keyboard tab) when screenshot is maximized from job aid window(with and without screenreader)
    • Work around : ESC key can be used to close the maximized window for screenshot
  • Bug 35832455 - Keyboard tab focus is moving out of the tasklist popup after reset button in reset confirmation modal
    • Work around: Can get back in to the modal through multiple tabs key press after moving out of it
  • Bug 38643432 - Keyboard tab focus is coming to first option again after selecting rating option for experience rating and rating question type in survey guide(with screen reader on)
    • Work around: Can access other elements through multiple tabs key press to come out of options list
  • Bug 37558340 - Keyboard tab moving focus to tasklist modal when feedback modal is opened after guide completion
  • Bug 38643345 - Keyboard tab moving focus outside feedback modal(instead of text area and submit/No Thanks button) when rating is selected in feedback modal
  • Bug 38643396 - Keyboard tab flow sequence is not correct for show more link in help panel→ After clicking on "Show more¿" keyboard tab focus should move to next guide, it is directing to close help panel icon
  • Bug 38643417 - Keyboard tab flow sequence is not correct for tasklist pop-up window → After clicking on pop-out for tasklist guide , keyboard tab focus should move to autoload pop-up, instead the focus is not there anywhere and user is getting stucked unless pressed esc, after pressing esc the focus goes inside the tasklist pop-up window
2.4.4 Link Purpose (In Context) (Level A)Supports

The product was tested for:

  • The text of links and their surrounding paragraph, list, or table cell (with marked up table headers), is sufficient to describe their purpose
2.4.5 Multiple Ways (Level AA)Not Applicable

The product was tested for:

  • The product does not contain multiple pages.

OGL is a tool that sits on top of a Web site, and as such has no "pages" of its own, only tips that are presented contextually based on what is presented to the user on the screen.

2.4.6 Headings and Labels (Level AA)Supports

The product was tested for:

  • Headers describe the topic or purpose of the content below them
  • Labels describe the purpose of the associated field
2.4.7 Focus Visible (Level AA)Partially Supports

The product was tested for:

  • Visual indication of the location of the focus

Exception :

  • Bug 35832134 - Focus is not visible clearly on url's added in help widget footer (using keyboard tab)
  • Bug 38643363 - Focus indicator is not visible for links added in tip content in step guide
2.4.11 Focus Not Obscured (Level AA)Supports

The product was tested for:

  • The initial position of user interface components receiving keyboard focus are not hidden entirely by author-created content.
2.5.1 Pointer Gestures (Level A)Not Applicable

The product was tested for:

  • There are no multipoint or path-based gesture actions.
2.5.2 Pointer Cancellation (Level A)Supports

The product was tested for:

  • When an operation uses a single pointer, the down-event of the pointer is not used to execute any part of the function
2.5.3 Label in Name (Level A)Supports

The product has been tested for:

  • User interface components that include text or images of text and have a label, have a name that contains the text that is presented visually.
2.5.4 Motion Actuation (Level A)Not Applicable

The product was tested for:

  • There are no functions that require motion of the device.
2.5.7 Dragging Movements (Level AA)Supports

The product was tested for:

  • Functionality that uses a dragging movement for operation can be achieved by a single pointer without dragging.
  • The functionality of dragging movements are determined by the user agent and not modified by the author.
2.5.8 Target Size (Minimum) (Level AA)Supports

The product was tested for:

  • Interactive targets take up at least 24×24 CSS pixels of space, including white space around the target, and the space is not shared with another target.

  • The function can be achieved through a different control in the same software that meets this criterion.

  • The target is in a sentence or its size is otherwise constrained by the line-height of non-target text.

  • A particular presentation of the target is essential or is legally required for the information being conveyed.

3.1.1 Language of Page (Level A)Supports

The product was tested for:

  • Properly set lang attribute for each page
3.1.2 Language of Parts (Level AA)Supports

The product was tested for:

  • Proper use of lang attribute for text passages that are in a different language than that of the page
3.2.1 On Focus (Level A)Supports

The product was tested for:

  • When an element receives focus, it does not result in a substantial change to the page, an additional change of keyboard focus, or the spawning of a pop-up window
3.2.2 On Input (Level A)Supports

The product was tested for:

  • Changes in the value of user interface components does not result in a substantial change to the page, an additional change of keyboard focus, or the spawning of a pop-up window
3.2.3 Consistent Navigation (Level AA)Supports

The product was tested for:

  • Pages that are grouped together into sets with a common navigation mechanism utilize that navigation mechanism in the same fashion, with navigation elements appearing in the same relative order each time.
3.2.4 Consistent Identification (Level AA)Supports

The product was tested for:

  • Images and controls are used and identified consistently throughout the product
3.2.6 Consistent Help (Level A)Not Applicable

The product was tested for:

  • None of the following help mechanisms exist: Human contact details, human contact mechanisms, self-help options, automated contact mechanisms.
3.3.1 Error Identification (Level A)Not Applicable

The product was tested for:

  • Content does not require user input
3.3.2 Labels or Instructions (Level A)Supports

The product was tested for:

  • Labels or instructions are provided when the product requires user input
3.3.3 Error Suggestion (Level AA)Not Applicable

The product was tested for:

  • Content does not require user input
3.3.4 Error Prevention (Legal, Financial, Data) (Level AA)Supports

The product was tested for:

  • The product does not require user input that modifies user controllable data.
3.3.7 Redundant Entry (Level A)Not Applicable

The product was tested for:

  • There are no occurrences of information that the user needs to enter which has been previously entered.
3.3.8 Accessible Authentication (Minimum) (Level AA)Not Applicable

The product was tested for:

  • Authentication is not required.
4.1.1 Parsing (Level A)Not ApplicableThis criterion is considered as always satisfied for any content using HTML or XML.
4.1.2 Name, Role, Value (Level A)Partially Supports

The product was tested for:

  • HTML controls have a programmatically associated name, derived from the appropriate HTML elements and attributes including LABEL, TITLE, SUMMARY, CAPTION, etc.
  • Custom controls have appropriate state and property information conveyed using the relevant WAI-ARIA or HTML5 attributes.
  • Custom controls have a meaningful programmatically exposed name.
  • Frames have a meaningful title specified in the title attribute.
  • Additional state information is programmatically exposed for HTML controls, such as whether a field is ‘required’.

Exception:
 

Bug 35832477 - Frames do not have a title attribute for training guide of modal type(this is happening only for pre-existed guides)

Bug 38643442 - “Move” is not a permitted ARIA attribute for the launch widget

Bug 38643463 - Nothing is being read by screen reader when element has associated smart tip, and reading wrongly for beacon tip

  • Screen reader is not reading info to tell that smart tip is associated and shortcut keys. It should read as "Smart tip is associated with this item. Press ALT+CTRL+C to show smart tip"
  • Screen reader is reading for beacon tip as "Smart tip is associated with this item. Press ALT+CTRL+C to show smart tip" whereas it is beacon tip

Bug 38643477 - Screen reader not reading shortcut keys on launcher move icon as 'To Move the widget, use shortcut keys ALT+CTRL+W"

4.1.3 Status Messages (Level AA)Supports

The product was tested for: 

  • There are no status messages.

2018 Section 508 Report

Chapter 3: Functional Performance Criteria (FPC)

Criteria
Conformance Level
Remarks and Explanations
302.1 Without VisionNot ApplicableThe product does not rely on equivalent functionality, and all aspects are addressed by the technical standards.
302.2 With Limited VisionNot ApplicableThe product does not rely on equivalent functionality, and all aspects are addressed by the technical standards.
302.3 Without Perception of ColorNot ApplicableThe product does not rely on equivalent functionality, and all aspects are addressed by the technical standards.
302.4 Without HearingNot ApplicableThe product does not rely on equivalent functionality, and all aspects are addressed by the technical standards.
302.5 With Limited HearingNot ApplicableThe product does not rely on equivalent functionality, and all aspects are addressed by the technical standards.
302.6 Without SpeechNot ApplicableThe product does not rely on equivalent functionality, and all aspects are addressed by the technical standards.
302.7 With Limited ManipulationNot ApplicableThe product does not rely on equivalent functionality, and all aspects are addressed by the technical standards.
302.8 With Limited Reach and StrengthNot ApplicableThe product does not rely on equivalent functionality, and all aspects are addressed by the technical standards.
302.9 With Limited Language, Cognitive, and Learning AbilitiesNot ApplicableThe product does not rely on equivalent functionality, and all aspects are addressed by the technical standards.

Chapter 4: Hardware

These criteria are all Not Applicable because the product is not Hardware

Chapter 5: Software

Criteria
Conformance Level
Remarks and Explanations
501.1 Scope - Incorporation of WCAG 2.0 AASupportsSee the responses in the WCAG 2.0 section of this report.
502 Interoperability with Assistive TechnologyHeading cell - no response requiredHeading cell - no response required
502.2.1 User Control of Accessibility FeaturesNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.2.2 No Disruption of Accessibility FeaturesNot ApplicableThe product is designed to be isolated from the underlying platform.
502.3 Accessibility ServicesHeading cell - no response requiredHeading cell - no response required
502.3.1 Object InformationNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.2 Modification of Object InformationNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.3 Row, Column, and HeadersNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.4 ValuesNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.5 Modification of ValuesNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.6 Label RelationshipsNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.7 Hierarchical RelationshipsNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.8 TextNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.9 Modification of TextNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.10 List of ActionsNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.11 Actions on ObjectsNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.12 Focus CursorNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.13 Modification of Focus CursorNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.3.14 Event NotificationNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
502.4 Platform Accessibility FeaturesNot ApplicableThe product is not a platform or does not have access to platform accessibility features.
503 ApplicationsHeading cell - no response requiredHeading cell - no response required
503.2 User PreferencesNot ApplicableThe product is designed to be isolated from the underlying platform.
503.3 Alternative User InterfacesNot ApplicableThe product does not have assistive technology features.
503.4 User Controls for Captions and Audio DescriptionHeading cell - no response requiredHeading cell - no response required
503.4.1 Caption ControlsNot ApplicableThe product has no multimedia.
503.4.2 Audio Description ControlsNot ApplicableThe product has no multimedia.
504 Authoring ToolsHeading cell - no response requiredHeading cell - no response required
504.2 Content Creation or EditingNot ApplicableThe product is not an authoring tool.
504.2.1 Preservation of Information Provided for Accessibility in Format ConversionNot ApplicableThe product is not an authoring tool.
504.2.2 PDF ExportNot ApplicableThe product is not an authoring tool.
504.3 PromptsNot ApplicableThe product is not an authoring tool.
504.4 TemplatesNot ApplicableThe product is not an authoring tool.

Chapter 6: Support Documentation and Services

Criteria
Conformance Level
Remarks and Explanations
602 Support DocumentationHeading cell - no response requiredHeading cell - no response required
602.2 Accessibility and Compatibility FeaturesSupports

The product documentation describes:

602.3 Scope - Incorporation of WCAG 2.0 AASupportsSee the responses in the WCAG 2.0 section of this report.
602.4 Alternate Formats for Non-Electronic Support DocumentationNot Applicable

Product documentation is in electronic format.

603 Support ServicesHeading cell - no response requiredHeading cell - no response required
603.2 Information on Accessibility and Compatibility FeaturesSupportsOracle Global Customer Support can provide information about accessibility features of the product.
603.3 Accommodation of Communication NeedsSupportsOracle customers have access to electronic support through My Oracle Support or by calling Oracle Support at 1.800.223.1711. Hearing-impaired customers in the U.S. who wish to speak to an Oracle Support representative may use a telecommunications relay service (TRS). Information about the TRS is available at http://www.fcc.gov/cgb/consumerfacts/trs.html, and a list of telephone numbers is available at https://www.fcc.gov/general/telecommunications-relay-services-directory. International hearing-impaired customers should use the TRS at +1.605.224.1837. An Oracle Support engineer will respond to technical issues according to the standard service request process.

Oracle Legal Disclaimer

The information above describes this product's ability to support the applicable Standards/Guidelines, subject to Oracle's interpretation of those standards (available at https://www.oracle.com/corporate/accessibility/policy.html#standards-tab) and the remarks in this document. For more information regarding the accessibility status of this product or other Oracle products, see http://www.oracle.com/corporate/accessibility or contact: accessible_ww@oracle.com.

This document is provided for information purposes only and the contents hereof are subject to change without notice. Oracle Corporation does not warrant that this document is error free, nor does it provide any other warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or fitness for a particular purpose. Oracle Corporation specifically disclaims any liability with respect to this document and no contractual obligations are formed either directly or indirectly by this document. Oracle further makes no representation concerning the ability of assistive technologies or other products to interoperate with Oracle products. This document addresses the named product(s) only and not prerequisite products for which Oracle supplies restricted use licenses.