1.7 Delete Created Directory, Variable And Procedure

This topic describes the systematic instruction to Delete Created Directory, Variable And Procedure option.

  1. Delete the directory variable, created in topic Creating Global Database Variable - step 2 (with sys user). drop directory CONTENT_FILES;
  2. Delete the directory, created in topic Creating folder for holding files- step 1.
  3. Drop the procedure, created in topic Creating Procedure.
  • For Feedback
    drop procedure load_file_to_content;