DBMS LOB.SUBSTR Throwing ORA-00904: Invalid Identifier Error
问题 One of our cutomer is running the scripts in oracle sql developer to upgrade his database table structure, procudere & triggers etc. But while running the script, he is getting ORA-00904: Invalid Identifier Error for DBMS_LOB.SUBSTR() and DBMS_LOB.GETLENGTH() in one procedure. Can somebody tell why is happening so? There are using Oracle Sql developer Version 3.1.07 Build MAIN-07.42 with Oracle 11g. 回答1: I imagine 3 possible reasons: the user lacks execute privilege on sys.dbms_lob (although