the values for REMOTE_LOGIN_PASSWORD are

NONE, SHARED, EXCLUSIVE

since you are not using any of these, instead you are using the file name that is why Oracle is complaining about this parameter.

To use parameter file you should set

REMOTE_LOGIN_PASSWORD=SHARED or

REMOTE_LOGIN_PASSWORD=EXCLUSIVE

any of these 2 would work