My Oracle Support Banner

How to set hyperlink for Clob columns (Doc ID 330019.1)

Last updated on OCTOBER 12, 2023

Applies to:

Oracle Reports Developer - Version 12.2.1.4.0 and later
Oracle Forms for OCI - Version 12.2.1.4.0 and later
Information in this document applies to any platform.
This problem can occur on any platform.

Symptoms

Assume you have created a report with query "select description from test_clob", where the DESCRIPTION column is of datatype CLOB.

In the format trigger of the description field, you have written a code like the following to set the hyperlink attribute.

function F_descriptionFormatTrigger return boolean is
begin
  srw.set_hyperlink('mailto:' || :description);
  return (TRUE);
end;

While compiling this code, you will get the following error.

"Error 422 on line x column y
no PL/SQL translation for the bindtype given for this bind variable "

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

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.