Please login to database server with ssh as oracle user and run that commands.
- sqlplus / as sysdba
- SQL> DROP USER testuser CASCADE; --If testuser's schema contains objects such as tables, then you must use the CASCADE clause to drop testuser.
- SQL> exit