1.6 Verifying DB State After Procedure Execution
- Login into database using schema user
(OBAPISCHEMA)
. - 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.
Parent topic: Content Upload Configuration (Day 1)