Author: Anil TexasCowboy
Howdy! Welcome to the next installment of the series.
In today’s series, we will explore the options for Oracle Client Setup needed for ER/Studio.
Install the clients needed for your environments.
Reboot after installation.
[Verifying Environment Variables]
1) Navigate to the Environment Variables Path.
For more information on how to do it, check this article.
http://www.computerhope.com/issues/ch000549.htm
Navigate to the PATH variable section and make sure that the Oracle client is at the very front of the path as shown in the screenshot below.
Now time to ensure that your Oracle client is configured for TNSNames.ora
[Oracle Net Configuration Assistant]
Click on Start –> All Programs –> Oracle_home_client1 –> Application and Configuration Tools –> Oracle Network configuration Assistant
Now follow the screens as shown below
We shall now make sure by doing a TNSPing in the Command Prompt.
Launch a Command Prompt Window and enter the following command
tnsping XE –> Replace XE with your Servicename and you should get a OK message as shown below
Now let us launch ER/Studio Data Architect and Choose File –> New –> Reverse Engineer from a Database
Choose Oracle as the Native Connection
Enter your Service Name under Data Source –> XE is our case
Enter the credentials and choose the schema you need in the next screen, and you should be able successful in using ER/Studio with Oracle!
From the Schema pick the HR schema from the Ellipse.
Congratulations!! Y’all now have Oracle Client successfully configured for ER/Studio.