Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cannot use question mark (?) in Database 12c MATCH_RECOGNIZE clause

Stew AshtonOct 8 2013 — edited Oct 15 2014

I am testing the new database 12c MATCH_RECOGNIZE clause. Part of the syntax is the question mark (?) as a "reluctant qualifier".

When I try this syntax in SQL Developer, I get the message:

"Missing IN or OUT parameter at index:: 1".

How can I tell the driver the question mark is not a bind variable placeholder but part of the syntax?

Thanks in advance, Stew Ashton

This post has been answered by dsurber-Oracle on Oct 9 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 7 2013
Added on Oct 8 2013
8 comments
1,371 views