加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

OracleAPEXORDSURL500InternalServerError

(2023-10-18 14:31:43)
标签:

oracleapex

ords

500internalservererr

分类: 技术类
Oracle APEX ORDS URL  500 Internal Server Error

1.检查日志
ords.log under /u01/app/oracle/product/ords/logs

Stop ORDS

       /etc/init.d/ords stop

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)
如果是用户名过期  需要执行以下操作
      SQL> Alter user ords_public_user identified by xxxx;
      SQL> ALTER USER ORDS_PUBLIC_USER ACCOUNT UNLOCK;


Delete or Move out the ords.log under /u01/app/oracle/product/ords/logs so fresh logs start generating


Re-Start ORDS

       /etc/init.d/ords start


Try again to access the APEX URL on the PDB: http:///ords/


2.检查下数据库是否有关于ORDS的 失效对象


-- 刘轶鹤

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有