Hello Friends.
I installed Apex 20.2 and ORDS 20.3.0 on an Oracle 18c database (inside pdb1).
But when I issued the command: java -jar ords.war validate at the command prompt from the ORDS installation folder location, I got the error "Error cannot validate ORDS in the CDB. PDB PDB$SEED - ORDS is not installed:"
How do I resolve this?
See below my responses to the issued prompts:
F:\Apex_Install\ords-20.3.0.301.1819>java -jar ords.war validate
Specify the database connection type to use.
Enter number for [1] Basic [2] TNS [3] Custom URL [1]:
Enter the name of the database server [192.168.20.25]:
Enter the database listen port [1521]:
Enter 1 to specify the database service name, or 2 to specify the database SID [
1]:2
Enter the database SID [xe]:
Requires to login with administrator privileges to verify Oracle REST Data Services schema.
Enter the administrator username:sys
Enter the database password for SYS AS SYSDBA:
Confirm password:
Connecting to database user: SYS AS SYSDBA url: jdbc:oracle:thin:@192.168.20.25:1521:xe
Retrieving information...
2021-02-19T15:59:27.542Z INFO Error cannot validate ORDS in the CDB.
PDB PDB$SEED - ORDS is not installed