Unable to run the 11.1.1.7 Patch Set Assistant to upgrade the 11.1.1.6 ODS Schema
In trying to update the ODS 11.1.1.6 schema, I'm trying to run the 11.1.1.7 PSA.
In GUI mode, we're selecting the ODS schema, selecting Database Type as Oracle DB, entering the connect string as hostname:1521/service name, sys as sysdba, and the pwd.
We test using the Connect button and it succeeds.
However it fails and we get an ORA-12154 in log.
We can connect via a cmd window using the same connect string and info. The sqlnet.ora contains NAMES.DIRECTORY_PATH= (TNSNAMES, LDAP, EZCONNECT).
Also, we've tried using the command: psa -dbType Oracle -dbConnectString '<hostname>:1521:<service_name>' -dbaUserName sys -schemaUserName ODS or dbConnectString '<hostname>:1521/<service_name> ... either way we get the error " invalid argument -dbType" ...