Any insights
I'm currently executing a Create Table As operation, but I'm unsure about how to track its progress. I've been examining counters within v_monitor.execution_engine_profiles and v_internal_events, but they appear to be null. Any insights on how to effectively monitor the progress of this operation would be appreciated.
0
Comments
create table should be completed quickly. if it is taking long time, please create a support ticket.
Yes, Create table should be quick. If you just want to check whether the statement succeeded, you can still check in query_requests table.