Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/UserGuide/JPA/Advanced JPA Development/Platform Specific Configurations/Oracle"

m
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
{{EclipseLink_UserGuide
 
{{EclipseLink_UserGuide
 
|info=y
 
|info=y
 
|toc=n
 
|toc=n
 +
|api=y
 +
|apis=[http://www.eclipse.org/eclipselink/api/latest/org/eclipse/persistence/platform/database/OraclePlatform.html <tt>OraclePlatform</tt>]
 
|eclipselink=y
 
|eclipselink=y
 
|eclipselinktype=JPA}}
 
|eclipselinktype=JPA}}
=Oracle=
+
=Oracle Database Support=
 
+
 
+
 
+
  
 +
EclipseLink is completely independent from, but also tightly integrated with the Oracle database.  EclipseLink has extended support for most Oracle SQL, JDBC and database extensions. Oracle support is provided via the [http://www.eclipse.org/eclipselink/api/latest/org/eclipse/persistence/platform/database/OraclePlatform.html <tt>OraclePlatform</tt>] class.
  
 +
EclipseLink's extended support for the Oracle database includes:
 +
* LOB
 +
* NChar
 +
* XMLType
 +
* TIMESTAMP (TZ, LTZ)
 +
* Native batch writing
 +
* Structured object-relational data-types
 +
* PLSQL datatypes and stored procedures
 +
* VPD, RAC, proxy authentication
 +
* XDK XML parser
 +
* Hierarchical selects (Select by prior)
 +
* Returning clause
 +
* Flashback history and queries
 +
* Stored procedures, output parameters and output cursors
 +
* Stored functions
 +
* Oracle AQ
  
 
{{EclipseLink_JPA
 
{{EclipseLink_JPA
|previous=[[EclipseLink/UserGuide/JPA/Advanced_JPA_Development/Platform Specific Configurations|Platform Specific Configurations]]
+
|previous=[[EclipseLink/UserGuide/JPA/Advanced_JPA_Development/Platform Specific Configurations|Database and Application Server Support]]
 
|next=    [[EclipseLink/UserGuide/JPA/Advanced_JPA_Development/Platform Specific Configurations/DB2|DB2]]
 
|next=    [[EclipseLink/UserGuide/JPA/Advanced_JPA_Development/Platform Specific Configurations/DB2|DB2]]
|up=      [[EclipseLink/UserGuide/JPA/Advanced_JPA_Development/Platform Specific Configurations|Platform Specific Configurations]]
+
|up=      [[EclipseLink/UserGuide/JPA/Advanced_JPA_Development/Platform Specific Configurations|Database and Application Server Support]]
 
|version=2.2.0 DRAFT}}
 
|version=2.2.0 DRAFT}}

Latest revision as of 10:04, 26 April 2011

EclipseLink JPA

Eclipselink-logo.gif
EclipseLink
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Elug api package icon.png Key API OraclePlatform

Oracle Database Support

EclipseLink is completely independent from, but also tightly integrated with the Oracle database. EclipseLink has extended support for most Oracle SQL, JDBC and database extensions. Oracle support is provided via the OraclePlatform class.

EclipseLink's extended support for the Oracle database includes:

  • LOB
  • NChar
  • XMLType
  • TIMESTAMP (TZ, LTZ)
  • Native batch writing
  • Structured object-relational data-types
  • PLSQL datatypes and stored procedures
  • VPD, RAC, proxy authentication
  • XDK XML parser
  • Hierarchical selects (Select by prior)
  • Returning clause
  • Flashback history and queries
  • Stored procedures, output parameters and output cursors
  • Stored functions
  • Oracle AQ

Eclipselink-logo.gif
Version: 2.2.0 DRAFT
Other versions...

Back to the top