Hi Raz,
Follow the below steps to check schema and reset the password of schema.
Execute below command and check the schema name.
SQL> SELECT OWNER FROM DBA_TABLES WHERE TABLE_NAME = 'T000';
and then change the password of schema.
brconnect -u system/(password) -f chpass -o (schema) -p (password)
Regards,
Gurpal