1.7 Delete Created Directory, Variable And Procedure
- Delete the directory variable, created in topic Creating Global Database Variable - step 2 (with sys user).
drop directory
CONTENT_FILES
; - Delete the directory, created in topic Creating folder for holding files- step 1.
- Drop the procedure, created in topic Creating Procedure.
- For Feedback
drop procedure load_file_to_content;
Parent topic: Content Upload Configuration (Day 1)