Connect SQL Plus & Execute===>>EXECDBMS_XDB.SETHTTPPORT(0);
2. Copy Image Folder From Apex Folder To Ords Folder.
3.java -jar ords.war instal
Enter the location to store configuration data:C:\Oracle\OracleApp\apex\ords\cofig Enter the name of the database server [localhost]:localhost Enter the database listen port [1521]:1521 Enter 1 to specify the database service name, or 2 to specify the database SID1]:1 Enter the database service name:orcl Enter the database password for ORDS_PUBLIC_USER: Confirm password: Please login with SYSDBA privileges to verify Oracle REST Data Services schema. Enter the username with SYSDBA privileges to verify the installation [SYS]: sys Enter the database password for sys: Confirm password: Enter 1 if you want to use PL/SQL Gateway or 2 to skip this step:2 If using Oracle Application Express or migrating from mod_plsql then you must enter 1 [1]:1 Enter the database password for APEX_PUBLIC_USER: Confirm password: Enter 1 to specify passwords for Application Express RESTful Services database sers (APEX_LISTENER, APEX_REST_PUBLIC_USER) or 2 to skip this step [1]:1 Enter the database password for APEX_LISTENER: Confirm password: Enter the database password for APEX_REST_PUBLIC_USER: Confirm password: Enter 1 if you wish to start in standalone mode or 2 to exit [1]:1 Enter the APEX static resources location:C:\Oracle\OracleApp\apex\ords\images Enter 1 if using HTTP or 2 if using HTTPS [1]:1
Internal Server Error (500):
alter system flush buffer_cache;
alter system flush shared_pool;
Apex ORDS Database Verification : (When Image Showing Problem then validate database) :
java -jar ords.war validate --database apex;
Apex ORDS 404 Error:(The request could not be mapped to any database. Check the request URL is correct, and that URL to database mappings have been correctly configured) :
1.SELECT username, account_status, created, lock_date, expiry_date FROM dba_users WHERE account_status != 'OPEN';
2.Then perform a bunch of “alter user xxx identified as xxxx account unlock”.
3.After you have open every necessary user account, perform the following in your console as administrator: