🫐Check Oracle Error Message with OERR
Syntax
oerr facility error
facility : types of prefixes (ORA, PLS, EXP, etc.)
Get Started
ทำการแสดง Facility List
more $ORACLE_HOME/lib/facility.lis
ทำการตรวจสอบ Error Message ด้วย OERR
oerr ora 01034
01843, 00000, "not a valid month"
// *Cause:
// *Action:
กรณีที่รันบน Windows จะต้องทำการเรียกผ่าน JAVA
oerr ora 01034
01843, 00000, "not a valid month"
// *Cause:
// *Action:
อ่านเพิ่มเติม : https://bit.ly/3f9vf6v
Last updated
Was this helpful?