My Oracle Support Banner

When Executing getParameterMetaData() On JDBC, PARSE ERROR May Happen On The Database (Doc ID 2752732.1)

Last updated on FEBRUARY 19, 2021

Applies to:

JDBC - Version 12.2.0.0.0 and later
Information in this document applies to any platform.

Symptoms

getParameterMetaData() automatically generates a SQL from the original SQL and executes the generated SQL.
At the time of executing the SQL, PARSE ERROR may happen on the Database.
The PARSE ERROR outputs to the Database, however, no JDBC exception occurs.
Also, the original SQL is executed successfully.

For example, this issue has been reported to occur in SQL that uses INNER JOIN clause.

This syntax is not correct, therefore, ORA-920 internally happens in this case.

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.