How do I perform string functions on the datatype LONG?
Ex. All_triggers table have column Trigger_body with datatype long. How can I get the contents of the column?
Proceed as follows:
SQL> SET LONG 100000
SQL> select trigger_body from dba_triggers where trigger_name = 'NAME';
Here NAME stands for the trigger that you want to display. You can set LONG to any higher value if your trigger code is very long.
Last Wiki Answer Submitted: May 13, 2004 8:29 am by 170519660 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.