Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORDS fails with error as wrong "sys as sysdba" password

anand_gpFeb 9 2018 — edited Feb 11 2018

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

This post has been answered by anand_gp on Feb 9 2018
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 11 2023
Added on Feb 9 2018
5 comments
5,947 views