feat(FILE_ARCHIVER): Add debug logging for vfiles query parameter in ARCHIVE_TABLE_DATA procedure

This commit is contained in:
Grzegorz Michalski
2026-03-26 16:57:22 +01:00
parent 00be955068
commit 06a233030e

View File

@@ -181,6 +181,7 @@ AS
-- Get all files that will be archived into "vfiles" collection ("regular data files")
-- MARS-1409: Handle ORA-29913/ORA-12801 - no files in ODS bucket (empty external table location)
-- ORA-29913 may come directly or wrapped in ORA-12801 (parallel query) with KUP-05002 root cause
CT_MRDS.ENV_MANAGER.LOG_PROCESS_EVENT('Parameter for vfiles query', 'DEBUG', vQuery);
BEGIN
execute immediate vQuery bulk collect into vfiles;
EXCEPTION