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 am wanting to take a couple of PL/SQL codes that I have for retrieving student data and place them in WF (somehow) so others can run them. I've checked the HELP content and I haven't found anything on PL/SQL. I see only certain SQL functions are supported. Can anyone confirm that PL/SQL is supported or not? If so, where can I find documentation on this? ThanksThis message has been edited. Last edited by: <Kathryn Henning>,
I'm sure there will be certain PL/SQL commands that are not supported. Why not create stored procedures from the code, then create WebFOCUS meta-data of the stored procedures?
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Check documentation on the Adapter for Oracle for examples of how to use PL/SQL resources from WebFOCUS, via WF synonyms (metadata) or direct SQL passthru calls.
This is the document you'd need for WebfOCUS 7.6:
DN 4500931.1209 - Adapter Administration for UNIX, Windows, Open VMS, i5/OS, and z/OS 7.6.11
Okay. SO what I'm gathering is that it can be done. I just need to gain this knowledge of how to do it. Let me check the documentation suggested and try the Oracle connection and explore. I'll repost aftewards. Thanks,
bug's method works for straight SQL. Thank you for that. However, when plugging in my PL/SQL, no go. There are some dynamic parms that could be the issue.
That's what I thought would happen. Is it not possible to create a stored procedure containing your PL/SQL, then call the stored procedure using straight SQL?
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Francis, that may be possible. I'll have to try that. Would this work if I have dynamic parameters in the PL/SQL? I'm thinking it should but I want to make sure.