I wanted to compare the data in a table that has a CLOB column.
Toad uses the following statement to check whether access to dbms_crypto is permitted:
select sys.dbms_crypto.Hash(src=>to_clob('x'), typ=>3) from dual;
At least in Oracle 10.2, named procedure parameters are not supported in SQL.