Hello SAP friends,
I have a problem when executing SQL command from SQL command editor from ST04. No matter what command I try to execute I get the following error:
error in SQL Statement => Exception CX_DBA_ADBC in class CL_DBA_SQL_EXECUTOR method line 126, Exception CX_DBA_ADBC in class CL_DBA_SQL_EXECUTOR method EXEC_QUERY_DYN line 119
Also it is not possible for me from the same transaction to access any view like DBA, GV$ or USER. This time I get a short dump:
ABAP Programming Error
UNCAUGHT_EXCEPTION
CX_SY_STRUCT_ATTRIBUTES
CL_ORA_ACTION_USERVIEWS=======CP
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_STRUCT_ATTRIBUTES', was not
caught in
procedure "DISPLAY_VIEW_CONTENTS" "(METHOD)", nor was it propagated by a
RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
The component table is empty
I noticed that for the first errors from SQL command editor I get in the dev traces the following error:
C *** ERROR => Ds_beg_desc(): Error 13 in DbslBegDescribe()
[dbdsoci.c 3213]
C {root-id=80238B41CB6E1EE49B97A33177F98A34}_{conn-id=00000000000000000000000000000000}_0
C head_p=fffffd7fffdfac50: dbsl err=13=DBSL_ERR_STMTID -> dbds err=4=DS_INTERNALERROR, dbdsoci.c:3214
I tried to find any helpful note but nothing was found to match my problem.
I have the following configuration: BW system Netweaver 7.31 SPS10 on Oracle 11.2.0.2
Any suggestions for fixing this would be much appreciated.
Kind regards,
Dalmy