1.6 Verifying DB State After Procedure Execution

  1. Login into database using schema user (OBAPISCHEMA).
  2. Confirm date if the data is properly inserted into DB by executing below queries.
  • For Feedback
    select file_content from DIGX_CM_CONTENT where ID IN (' ‘${contentId1} ',
    ' ‘${contentId2} ',' ‘${contentId3} ');

    Note:

    All cells should contain BLOB.