Database Security Products (MOSC)

MOSC Banner

u/g to 12c from 11g, Apex (4.2) application returns ORA-00904 dbms_crypto.has

edited Sep 29, 2016 8:58AM in Database Security Products (MOSC) 1 commentAnswered

After upgrading from 11g to 12c an apex application (a simple one, but I know nothing about apex) now errors when attempting to apply this statement:

select "PERSON_CODE",

"PERSON_CODE" PERSON_CODE_DISPLAY,

"FORENAME",

"MIDDLE_NAMES",

"SURNAME",

"TITLE",

"UNIX_ID",

"PAY_POINT",

"JOB_TITLE",

case when "some_flag" = 'Y' then 'Yes' else 'No' end "Permanent Staff",

case when "another_flag" = '0' then 'Active' else 'Left '||to_char("END_DATE", 'DD-MON-YY') end "Status",

dbms_crypto.hash(utl_i18n.string_to_raw("UNIX_ID"), 2) "MD5"

from "#OWNER#"."some_table"

where "PERSON_CODE" like '%'||:P1_PERSON_CODE||'%'

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center