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.
I've struggled with this over the years, and see lots of discussions. Basically, I'm trying to determine if there is a simple way to find records that exist in one table, but not in another. Can do this in every other tool I've ever used. Don't want to pull all the records into a hold table, because it's too large. I've done that in the past, changing the SET ALL, but I'd really like to pass it through to the database cleanly, without using SQL Passthrough. Hoping that there's an operator I haven't tried that will do the trick. To be more specific as to what I'm trying to accomplish, say I have an ADDRESS table with ZIP in it, and have a ZIPCODE table with ZIP. Want to find all ADDRESS records that have a ZIP that is not in the ZIPCODE table, and are therefore invalid.This message has been edited. Last edited by: <Kathryn Henning>,
Jeff Elam WF 8 in Windows
Posts: 44 | Location: St. Louis | Registered: September 17, 2004
Yes, it is Oracle. The Match logic pulled all records back into WebFOCUS and it ran forever. Did as a SQL passthrough, and was able to get it to come back nearly immediately. Will look at these other two options. Thanks for the suggestions. Will let you know my results.
Jeff Elam WF 8 in Windows
Posts: 44 | Location: St. Louis | Registered: September 17, 2004