Hello all, I wanted know is there anyone out there that is familiar with sql navigator? I am trying to display the text from a view, but I keep getting a '(LONG)' in the text column. For example:

select view_name,text from dba_views@doppler where owner='CRA_SNAP'
1 row(s) selected
VIEW_NAME TEXT
------------------------------ ----------
ADJUSTMENTS (LONG)
ADJUST_RSN_CODES (LONG)
CASHLISTINGS (LONG)
CASHLIST_AREAS (LONG)
CL_SAMAS_CODES (LONG)

Can anyone tell me what I could do to display the text?
Thanks,