Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pros/Cons with CLOB (4000 char limit workaround)

Status
Not open for further replies.

Wickersty

Programmer
Nov 13, 2002
51
0
0
US
Hi folks,

As a basic and limited user of Oracle and databases, I'm wondering what you would suggest as the best workaround for the varchar2 4000 char limit.

Knowing that I will have textual data that needs to be saved that will be more than 4,000 characters, how would you suggest handling that?

The data being stored is used in a Web Authoring Tool which will be later retrieved when rendering web pages. Thus, search engine optimization is a factor, as well as speed.

I dont know much about CLOBs, so I'm wondering if using CLOBs is the best idea - or if using multiple varchar2's and using some kind of identifier to string them together.

Any advice would be greatly appreciated.

Thanks for your time!

Jeff
 
Jeff,

Your application is the poster child for CLOBs. Use them in good health.

[santa]Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]
 
So using CLOBs doesnt mean a negative effect on speed or Search Engine Optimization/Spidering?
 
I have not noticed any downsides to CLOBs. Oracle has attempted to make CLOB use as "downside-free" as possible. However, all of the above suggestions are subject to:
Mufasa's First Rule said:
One test is worth 100 expert opinions.
So, set up your CLOB usage and test it for acceptability.

[santa]Mufasa
(aka Dave of Sandy, Utah, USA)
[I provide low-cost, remote Database Administration services: www.dasages.com]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top