I have SQL Developer version 4.0.0.13, and I'm connected to Oracle9i Enterprise Edition Release 9.2.0.8.0.
I try to use monitoring sessions from the Tools menu / by running the Sessions report in the Database Administration → Sessions section, and I always get the following error.
An error was encountered performing the requested operation:
ORA-00904: "SQL_ID": invalid identifier
00904. 00000 - "%s: invalid identifier"
*Cause:
*Action:
Vendor code 904
I accepted the Sessions report, copied it to UserDefinedReports, and edited it. I found the following:
The report makes a SELECT from the gv $ session and tries to select a column called SQL_ID, which when I execute DESC gv $ session does not exist.
So, I removed the SQL_ID from the selected and the whole report, and I can successfully run my own report.
Question:
, ""? , , , .
.