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.
When I write to the Oracle database with specific field names, all the fields appear as FIELDNAME=E13, ALIAS=E13, USAGE=A10, ACTUAL=A10, $ FIELDNAME=E03, ALIAS=E03, USAGE=A40, ACTUAL=A40, $ FIELDNAME=E01, ALIAS=E01, USAGE=A40, ACTUAL=A40, $ FIELDNAME=E09, ALIAS=E09, USAGE=A2, ACTUAL=A2, $ FIELDNAME=E08, ALIAS=E08, USAGE=A3, ACTUAL=A3, $
Rather than the expected field names such as CUSTOMER_ID, STREET, CITY, STATE, CTRY.
What can I do to send the names below to oracle rather than the E* names? The fex is below.
SET ASNAMES = ON
SET SQLENGINE = SQLORA SQL SQLORA COMMIT
TABLE FILE ZZ_ZZZ_ZZZZZZZ PRINT STREET CITY STATE CTRY BY LOWEST CUSTOMER_ID ON TABLE HOLD AS XX_XXXX_XX FORMAT SQLORA ENDThis message has been edited. Last edited by: Geri,
TABLE FILE ZZ_ZZZ_ZZZZZZZ PRINT STREET AS 'STREET' CITY AS 'CITY' STATE AS 'STATE' CTRY AS 'CTRY' BY LOWEST CUSTOMER_ID AS 'CUSTOMER_ID' ON TABLE HOLD AS XX_XXXX_XX FORMAT SQLORA END
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005