Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CLOB data type

New Here ,
Jul 08, 2008 Jul 08, 2008
I am able to write CLOB data type on to the Oracle database. I would like to know how to read CLOB data type from database because the text buffer size in coldfusion is restricted to 64000 bytes. Please help me with your ideas.
Thanks in advance.
TOPICS
Database access
1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 09, 2008 Jul 09, 2008
BALAJI_JAY wrote:
> I am able to write CLOB data type on to the Oracle database. I would like to
> know how to read CLOB data type from database because the text buffer size in
> coldfusion is restricted to 64000 bytes.

In the CF administrator enable the "CLOB" checkbox.

Jochem

--
Jochem van Dieten
Adobe Community Expert for ColdFusion
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 09, 2008 Jul 09, 2008
Can you tell me where I can locate the "CLOB" checkbox in the CFADMIN window?
Thank you, Balaji
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Jul 09, 2008 Jul 09, 2008
Select Show Advanced Settings for your datasource, and you should see select boxes that look something like this:

CLOB -- Enable long text retrieval (CLOB).
BLOB -- Enable binary large object retrieval (BLOB).
Long Text Buffer (chr) 64000
Blob Buffer(bytes) 64000

Select CLOB and/or BLOB, whatever is applicable.

Phil
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 09, 2008 Jul 09, 2008
LATEST
Thank you for your kind help. I would really appreciate your help.
Regards,
Balaji
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources