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
Line 9: Line 9:
  
 
EclipseLink's extended support for the Oracle database includes:
 
EclipseLink's extended support for the Oracle database includes:
* LOB's
+
* LOB
* NChar's
+
* NChar
* XMLType's
+
* XMLType
* TIMESTAMP (TZ, LTZ)'s
+
* TIMESTAMP (TZ, LTZ)
 
* Native batch writing
 
* Native batch writing
 
* Structured object-relational data-types
 
* Structured object-relational data-types
* PLSQL data-types and stored procedures
+
* PLSQL datatypes and stored procedures
 
* VPD, RAC, proxy authentication
 
* VPD, RAC, proxy authentication
 
* XDK XML parser
 
* XDK XML parser
Line 24: Line 24:
 
* Stored functions
 
* Stored functions
 
* Oracle AQ
 
* Oracle AQ
 
 
 
 
  
 
{{EclipseLink_JPA
 
{{EclipseLink_JPA

Revision as of 08:01, 25 April 2011

EclipseLink JPA

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

EclipseLink Support for the Oracle Database and Related Technologies

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.

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