I want to extract the value of Decision using sql from table TRAPTABCLOB having column testclob with XML stored as clob.
Sample XML as below.
This should work
SELECT EXTRACTVALUE(column_name, '/DCResponse/ContextData/Decision') FROM traptabclob;
I have assumed the ** were just for highlighting?