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.
How to set the NLS_LANG environment variable for Oracle in DataMigrator? I need to load the Unicode values from Oracle source table. I already changed the Code Page to 65001 for Unicode. I checked the documentation "Configuring Oracle for Unicode" and it says "You must set the NLS_LANG environment variable in the edastart file, in a separate shell file, in a database profile, or in a user profile.".
Then included the below code in Workspace>>Configuration files>>Miscellaneous>>edastart file and saved the file. But after the restart, the DataMigrator not showing Unicode characters(Chinese) while fetching sample data from oracle source table. NLS_LANG=American_America.UTF8
Can anyone please tell me the steps to add NLS_LANG environment variable for Oracle/Oracle Adapter?
While Creating Oracle adapter, The Environment variables section says "Must be defined before the server starts". I don't know where I need to define this.
Thanks in Advance!!!This message has been edited. Last edited by: Maran,
Hi Maran, if your DataMigrator Server is installed on Windows, you can create the System Environment Variable by following these steps (and the screenshot):
1. Open Control Panel -> System 2. Click on Advanced system settings 3. Under the Advanced tab click the the Environment Variables button 4. Under System variables click the New... button 5. Enter Variable name (NLS_LANG) and Variable value (American_America.UTF8) 6. Click OK 3 times 7. Reboot Windows