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.
Could you please suggest any Best practices to migrate webfocus application from ORA database to SQLMSS database, time being we are planning to use both the databases.This message has been edited. Last edited by: FP Mod Chuck,
First of all it looks like you have been a member for a long time but just making your first post. Glad you are participating...
For changing the underlying data access from oracle to sql server you will really need to recreate all your metadata (synonyms / master files). There are differences in data types that will need to be accounted for. Also if you are going to be in transition and using both oracle and sql server you will have to be careful of the naming of the synonyms. If you choose to keep the same names to reduce the changes to the reports and charts then you will want separate application folders for the synonyms and be prudent in the use of the proper APP PATH so the programs find the correct master files.
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
We need to know which version of WebFOCUS you're using.
Are you in the midst of upgrading, or are you just going to stay on your current release?
Are you also changing operating systems? (I've seen this question before for Linux folks changing to Windows).
I'd swear we wrote up a paper on how to do this with earlier versions of WF80x. But I can't find it.
You easiest bet will probably be to use 2 VM's. One that still point to Oracle and a new on that points to SQLMSS. Then you can build a big CM export package to move everything.
Hi Babak, we are migrating database alone from ORA to SQL server not WebFocus domain.As MOD chuck suggested i will try to create new application folder and let you know the result.