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     How to execute a Stored Procedure of Oracle Database in WebFocus

Read-Only Read-Only Topic
Go
Search
Notify
Tools
How to execute a Stored Procedure of Oracle Database in WebFocus
 Login/Join
 
<iamvijay>
posted
I know how to give the syntax for sqlserver to excute a strored procedure for file hold. I got this syntax through some examples like below.

-* File mySQL.FEX
-DEFAULT &YEAR='2003';
-DEFAULT &WEEK='20';
SET SQLENGINE=SQLMSS
SQL EX [server].DBASE.DBO.SPROC &YEAR,&WEEK;
TABLE FILE SQLOUT
PRINT *
ON TABLE HOLD AS MPHOLD
END

Now, i want to know the syntax for the execution of the stored procedure in Oracle. Like, where can i give the user name and password .., etc. ?

thanks in advance,
With regards,
Vijay
 
Report This Post
<monte2000>
posted
Hi there, Vijay.
The iWay Data Adapter Administration Guide discusses executing Stored Procedures and should help.

Monica
Smiler
 
Report This Post
Platinum Member
posted Hide Post
I went to the Iway data adapter document, but
I could not find anything on the topic of
Remote Procedure Calls. What page is it on?
 
Posts: 226 | Registered: June 08, 2003Report This Post
<monte2000>
posted
It is in "Getting Started in Oracle" chapter. This can be found in Chapter 27 (page 649 of 1094). Specifically the information on Stored Procedures starts on page 27-29 (or page 677 of 1094.)

Smiler
 
Report This Post
Platinum Member
posted Hide Post
A suggestion about using stored procedures:

Stored procedures are not portable between different RDBMSs. A stored procedure written for SQL*Server will not work on Oracle/DB2/etc since the stored procedure languages are different.

*IF* you are developing a brand new system *AND* there is any possibility that you will need to migrate/port your system to a different RDBMS in the future, then you should consider putting the logic of your procedures into WebFOCUS. WebFOCUS can do pretty much anything that a stored procedure can do and it is portable between RDBMSs (of course you may have to make adjustments if you are using a datatype in one RDBMS which is not available in the other.)
 
Posts: 164 | Registered: March 26, 2003Report 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     How to execute a Stored Procedure of Oracle Database in WebFocus

Copyright © 1996-2020 Information Builders