Hi,
I am able to connect to sys as sysdba account through SQLPLUS prompt. However, with same password it says invalid password while installing ORDS. Can someone let me know what's the issue here. Thanks.
Installation is on Windows Server 2016, Oracle XE 11.2.0.2, APEX 5.1.4. JDK 9.0.4
C:\ORDS>java --add-modules java.se.ee -jar apex.war install advanced
Enter the name of the database server [localhost]:
Enter the database listen port [1521]:
Enter 1 to specify the database service name, or 2 to specify the database SID [1]:1
Enter the database service name [xe]:
Enter 1 if you want to verify/install Oracle REST Data Services schema or 2 to skip this step [1]:
Enter the database password for ORDS_PUBLIC_USER:
Confirm password:
Requires SYS AS SYSDBA to verify Oracle REST Data Services schema.
Enter the database password for SYS AS SYSDBA:
Confirm password:
ORA-01017: invalid username/password; logon denied
...
...
Feb 09, 2018 4:43:44 PM oracle.dbtools.rt.config.setup.SchemaSetup verifyDBAUserConnection
WARNING: Failed to connect to user SYS AS SYSDBA jdbc:oracle:thin:@//localhost:1521/xe
ORA-01017: invalid username/password; logon denied
Regards,
-Anand