This image shows a SQL Developer worksheet containing the following statements being executed: create user clone_user identified by ; grant dwrole to clone_user; The Script Output panel below the worksheet shows the successful results: User CLONE_USER created. Grant succeeded.