CALL VECTORWISE
Valid in: SQL, ESQL
The CALL VECTORWISE statement calls a Vector system command.
Note: This statement requires the SECURITY privilege or DB_ADMIN database permission.
This statement has the following format:
CALL VECTORWISE( COMMAND ['PARAMETERS'])
where:
COMMAND
Specifies the name of the system command. Commands include:
• CLEANUP_UNUSED_FILES
• CONDENSE_LOG
• CSVEXPORT
• FORCE_TRANSACTION_DISALLOW_COMMIT
• SETCONF
• TERMINATE
• TOTAL_DB_SIZE
• VWLOG_RELOAD
• VWLOG_ROTATE
• COMBINE (Deprecated; use MODIFY...TO COMBINE instead)
• REWRITE (Deprecated; use MODIFY...TO RECONSTRUCT instead)
'PARAMETERS'
Specifies one or more parameters specific to the called system.
If parameters is a null, empty, or blank string, the statement transfers the user to the operating system and the user can execute any operating system command. Exiting or logging out of the operating system returns the user to the application.