Hi,
the last days i faced the problem that i can't display the bind variables in the execution plan in systems that running SAP Netweaver 7.40.
I push the button "Bind Variablen" and get the message "An SQL-Error is occured: 936".
Looking into sm21 i see this "> ORA-00936: missing expression"
Looking into the trace file of this workprocess i see this:
C statement for table ' ':
C SELECT 0, ' ', 0, SQL_ID, ' ', 0, NAME, POSITION, DUP_POSITION, DATATYPE, DATATYPE_STRING, CHARACTER_SID, PRECIS
C ION, SCALE, MAX_LENGTH, WAS_CAPTURED, TO_CHAR ( LAST_CAPTURED, 'YYYY-MM-DD HH24:MI:SS' ), VALUE_STRING, SNAP_ID, ' '
C , ' ' FROM DBA_HIST_SQLBIND WHERE SQL_ID = '' AND DBID = ( SELECT DBID FROM V$DATABASE ) AND ORDER BY 17 desc, 19 des
C c, 8
C stmt_fetch() -> orc=936, 99=DBSL_ERR_DB
There is something missing between the "AND" and the "ORDER BY".
I've recognized this in our own development systems and some SAPM systems of our clients. So i expect it may be a general problem.
Can anyone confirm that she/he has the problem or confirm that the bind variable can be displayed in their System ?
Thanks a lot
Kay