[
https://issues.apache.org/jira/browse/TRAFODION-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anuradha Hegde updated TRAFODION-1250:
--------------------------------------
Fix Version/s: (was: 2.0-incubating)
2.1-incubating
> LP Bug: 1459763 - mtserver - explain plan fails with 'provided input stmt
> does not exist', works from sqlci
> -----------------------------------------------------------------------------------------------------------
>
> Key: TRAFODION-1250
> URL: https://issues.apache.org/jira/browse/TRAFODION-1250
> Project: Apache Trafodion
> Issue Type: Bug
> Components: connectivity-dcs
> Reporter: Aruna Sadashiva
> Assignee: Rao Kakarlamudi
> Priority: Critical
> Fix For: 2.1-incubating
>
>
> Explain is not working with mtserver thru jdbc. It works ok from sqlci.
> SQL>explain options 'f' select * from t4qa.taball;
>
> LC RC OP OPERATOR OPT DESCRIPTION CARD
> ---- ---- ---- -------------------- -------- -------------------- ---------
>
> 1 . 2 root 1.00E+004
> . . 1 trafodion_scan TABALL 1.00E+004
> --- SQL operation complete.
> SQL>prepare s02 from select * from t4qa.taball;
> --- SQL command prepared.
> SQL>explain s02;
> *** ERROR[8804] The provided input statement does not exist in the current
> context.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)