1.4 Verifying DB State Before Procedure Execution
This topic describes the systematic instruction to Verifying DB State Before Procedure Execution option.
- Login into database using schema
(OBDXSCHEMA)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)