OracleAPEXORDSURL500InternalServerError
(2023-10-18 14:31:43)
标签:
oracleapexords500internalservererr |
分类: 技术类 |
Oracle APEX ORDS URL 500 Internal Server
Error
1.检查日志
ords.log under /u01/app/oracle/product/ords/logs
Stop ORDS
Connect to the CDB as SYS and OPEN the ORDS_PUBLIC_USER , make
sure to use the Exact same password used before (usually the same
one used by SYS if in DBCS)
如果是用户名过期 需要执行以下操作
Delete or Move out the ords.log under
/u01/app/oracle/product/ords/logs so fresh logs start
generating
Re-Start ORDS
Try again to access the APEX URL on the PDB:
http:///ords/
2.检查下数据库是否有关于ORDS的 失效对象
-- 刘轶鹤