ORA-00904 When Using DBMS_SQLHASH.GETHASH
(Doc ID 337980.1)
Last updated on AUGUST 17, 2022
Applies to:
Oracle Cloud Infrastructure - Database Service - Version N/A and laterOracle Database Backup Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Cloud Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
NOTE: In the images and/or the document content below, the user information and data used represents fictitious data from the Oracle sample schema(s) or Public Documentation delivered with an Oracle database product. Any similarity to actual persons, living or dead, is purely coincidental and not intended in any manner.
Executing the DBMS_SQLHASH.GETHASH procedure issues an error :
SQL> select dbms_sqlhash.gethash('test',dbms_sqlhash.hash_md4) from dual;
select dbms_sqlhash.gethash('test',dbms_sqlhash.hash_md4) from dual
*
ERROR at line 1:
ORA-00904: "HASH_MD4": invalid identifier
select dbms_sqlhash.gethash('test',dbms_sqlhash.hash_md4) from dual
*
ERROR at line 1:
ORA-00904: "HASH_MD4": invalid identifier
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |