Bryan_H
Administrator
Bryan_H Administrator
Reactions
-
Re: COPY from KAFKASOURCE does not return number of affected rows in ADO.NET driver
I've asked the client driver team to investigate this issue. It's recommended to open a support case for more detailed issue testing and updates. I can think of two other ways to get the ac… (View Post)0 -
Re: How to see currently executed SQL in PL/VSQL stored procedure
Stored procedures run in an internal session that you can view with "select * from vs_sessions;" (View Post)2 -
Re: monitoring the count of requests per second
For total requests per second: have a look at v_monitor.query_requests For requests on a specific table: have a look at v_monitor.projection_usage (View Post)2 -
Re: find query by session_id
v_monitor.sessions only lists open sessions. Closed sessions will be found in the history table "dc_session_starts". Also check "dc_session_ends" to find when and why the session … (View Post)1 -
Re: Error importing an Avro file into a Flex table
This is actually a server-side error in the Avro parser. I've seen this happen when the Avro file contains decimals with precision > 38. Is this the case? If you can open a support case, plea… (View Post)1




















