1.4 Verifying DB State Before Procedure Execution
- Login into database using schema
(OBAPISCHEMA)
user. - Confirm data by executing below queries; before executing day1 scripts.
- For Feedback :
select file_content from DIGX_CM_CONTENT where ID IN
(
' ‘${contentId1} ',' ‘${contentId2} ',' ‘${contentId3}'
);
Note:
All cells should be null or with empty BLOB.Parent topic: Content Upload Configuration (Day 1)