Hi,
brconnect -u / -c -f chpass -o 'BRT$ADM' -p <xxxxxx> -s
If your password is xxx$xxx to you use the $ you need to escape the special character so oracle understands the characters preceeding the $ so you would do
brconnect -u / -c -f chpass -o 'BRT$ADM' -p \xxxx$xxx -s
Try that and see if it works, also if you are using ssfs
Check in rsecssfxlist
If there is more than one entry detected runrsecssfx compact and then check again withrsecssfx list
Kind Regards,
Johan