Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] THE SUM OF ALL FIELD LENGTHS EXCEEDS MAXIMUM

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] THE SUM OF ALL FIELD LENGTHS EXCEEDS MAXIMUM
 Login/Join
 
Gold member
posted
Hi,
We are using Oracle 10g database UTF-8 complaint. We created a simple table with 4 columns of Varchar2(4000) and created Synonym. We created a Fex against that table and it is raising an error: (FOC336) THE SUM OF ALL FIELD LENGTHS EXCEEDS MAXIMUM.
eventhough the total length of all the columns < 37000 limit

FILENAME=test_length, SUFFIX=SQLORA , $
SEGMENT=TEST_LENGTH, SEGTYPE=S0, $
FIELDNAME=COL1, ALIAS=COL1, USAGE=A4000, ACTUAL=A4000,
MISSING=ON, $
FIELDNAME=COL2, ALIAS=COL2, USAGE=A4000V, ACTUAL=A4000VB,
MISSING=ON, $
FIELDNAME=COL3, ALIAS=COL3, USAGE=A4000V, ACTUAL=A4000VB,
MISSING=ON, $
FIELDNAME=COL4, ALIAS=COL4, USAGE=A4000V, ACTUAL=A4000VB,
MISSING=ON, $

Is there any setting we need to change to make this work?

Thanks,
DD

This message has been edited. Last edited by: Kerry,


WebFocus 7.7.01
Desktop: Windows and Server: Unix
Excel, HTML, PDF
 
Posts: 69 | Registered: September 12, 2009Report This Post
Virtuoso
posted Hide Post
Did you run this against the table and see the total length?

CHECK FILE test_length
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Gold member
posted Hide Post
Thanks Prairie.
I have opened a case with IBI. Since we are in UTF8 environment, each charater will become 3 chars in IBI. So we need to do Substr while creating database view. They said that the size limit will be increased to 256K in Rel8.0


WebFocus 7.7.01
Desktop: Windows and Server: Unix
Excel, HTML, PDF
 
Posts: 69 | Registered: September 12, 2009Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] THE SUM OF ALL FIELD LENGTHS EXCEEDS MAXIMUM

Copyright © 1996-2020 Information Builders