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.
As a developer here is what I do. After configuring both adapters I make a copy of the both the master file (.mas) and the access file (.acx) then I manually change the SUFFIX in the master file from SQLMSS to SQLORA. Then I change the acx file to point to the oracle connection and not the sql server connectn. and also change the TABLENAME to point to the correct schema in oracle. after I have done that I issue a CREATE FILE xxxx command to create the table in oracle. I then use a combination of table file and modify file to copy the data from SQL Server to Oraqcle.
Thank you all of you Ginny - Just like you said , I tried the following example it did work. "TEST" is hold file of my oracle table . But Currenlty we have two oracle database one is production and another one is test. Currently this code is putting into my production. But i want the hold oracle in "Test" environment . is it possible can I put the hold oracle file in "Test" environent. Do i have to write the oracle connection somewhere in the code to point to "Test" environment.
TABLE FILE SQLSERVERTABLENAME PRINT * ON TABLE HOLD AS TEST FORMAT SQLORA END