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     SQL Passthru - overflows decimal datatype

Read-Only Read-Only Topic
Go
Search
Notify
Tools
SQL Passthru - overflows decimal datatype
 Login/Join
 
Guru
posted
We are running WF 5.2.5 on a Unix server using an Oracle 10 database and I get the following error on NUMBER fields:

(Oracle Database):
(FOC1400) SQLCODE IS 1457 (HEX: 000005B1)
: ORA-01457: converting column overflows decimal datatype
(FOC1407) SQL FETCH CURSOR ERROR. : SQLOUT

Also we are not using any .mas or .acx files since we are only making direct calls to the database via SQL passthru. I have tried SQL SQLORA SET ORANUMBER DECIMAL but it does not seem to work.

Has anyone else had this problem? Does anyone know if this problem could be solve by upgrading to WF 5.3.2?
 
Posts: 406 | Location: Canada | Registered: May 31, 2004Report This Post
Gold member
posted Hide Post
I have not had this problem but then I'm not sure I've tried it...

Can you post your query as well as a "describe" on the table you are using?
 
Posts: 77 | Location: Chicago, IL | Registered: May 06, 2004Report This Post
Guru
posted Hide Post
Here is the SQL:
SQL SQLORA
SELECT FAC_ID
FROM FAC
;
TABLE
END
-RUN

Here is the table information:
FAC_ID NUMBER(11)
FAC_TYPE VARCHAR2(2)
EFF_DATE DATE
 
Posts: 406 | Location: Canada | Registered: May 31, 2004Report 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     SQL Passthru - overflows decimal datatype

Copyright © 1996-2020 Information Builders