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.
Hello, I have this new task, and I do not know how to begin.
They have asked me to create a process to run automatically at a certain time in the day (every day): this process, read some data from an Oracle DB 10g and write the data into a table in another Oracle 10g DB.
The Master is already developed, The process has only read the data and place them in another table in another DB, every day at same time
I ask, I can do with WebFOCUS Developer Studio 7.6.10. ? or what tools would be possible to create the process?
Thanks for your help!
Saludos!
TonyThis message has been edited. Last edited by: Kerry,
WebFocus 7.6.10, windows 7, win server 2003-2008 PDF, TXT, XML, html, xls, doc
Else, as said with a fex which has code to reterive data from one table and insert it into another table (SQL pass through is a much opt approach - if you need no change in the data migrating) and schedule that with a ReportCaster Job, on daily frequency.
Depends on your requirment though !
Thanks,
Ramkumar. WebFOCUS/Tableau Webfocus 8 / 7.7.02 Unix, Windows HTML/PDF/EXCEL/AHTML/XML/HTML5
Posts: 394 | Location: Chennai | Registered: December 02, 2009
I have used edastart in a unix shell script and it works perfect. However you need to set the environmental variables before calling edastart command (especially the oracle home path and stuffs).