Drop an Oracle database
ALTER SESSION SET "_ORACLE_SCRIPT"=true;
DROP USER ${{ USERNAME }} CASCADE;
QUITSet the SYS password in your shell, then run the script:
export SYS_PASSWORD=put_your_sys_passwordsqlplus sys/$SYS_PASSWORD@${{ HOSTNAME }}:1521/ORCLCDB as SYSDBA @/oracle-init.sql;