Hi trying to help someone to set up a PS script that can restore an Oracle 12c database on Windows to a new location, however it seems to be a problem when the Original Oracle database is running as Local system and they don't have a Windows "Oracle Home Account" that i can use the password for.
In my test environment with an Oracle Home user and password "oracle1" it does work but trying it in production where it seems as if they run as "local system" it doesn't.
Or maybe i just don't understand how it works. Ideas?
A clarification. Im running this script in a test environment just to get it right before i run it in prod.
Unless im using OracleHomePassword i get "username or password is incorrect"
So my guess it that in production where they run Oracle database under Local System i won't be able to use OracleHomePassword. Or am i wrong?
Oracle home password must be used for Oracle 12c and later versions. There are no limitations to support databases under Local System. I wouldn't expect any issues if Oracle home password was specified.