The following is solution to change username and password in oracle db system. The system requires you have access to system account to reset other account.
I tested oracle docker image with command
docker run --rm -v oracle_data:/u01/app/oracle -p 1521:1521 -e ORACLE_ALLOW_REMOTE=true epiclabs/docker-oracle-xe-11gWhich is