feat(FILE_ARCHIVER): Add debug logging for vfiles query parameter in ARCHIVE_TABLE_DATA procedure
This commit is contained in:
@@ -181,6 +181,7 @@ AS
|
|||||||
-- Get all files that will be archived into "vfiles" collection ("regular data files")
|
-- 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)
|
-- 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
|
-- 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
|
BEGIN
|
||||||
execute immediate vQuery bulk collect into vfiles;
|
execute immediate vQuery bulk collect into vfiles;
|
||||||
EXCEPTION
|
EXCEPTION
|
||||||
|
|||||||
Reference in New Issue
Block a user