RA_API_HISTORY

This view describes the history of user-issued API commands.

Column Data Type NULL Description
RESULTS VARCHAR2(1000)   The results from running this command: SUCCESS or FAIL.
EXECUTE_TIME TIMESTAMP(6) WITH TIME ZONE   The time at which the command started.
TASK_NAME VARCHAR2(30)   The name of the task.
COMMAND_ISSUED VARCHAR2(4000)   The full command as submitted by the user.
ELAPSED_SECONDS NUMBER   The elapsed run time (in seconds) for the task.
API_USER VARCHAR2(1000)   The user who initiated the API.