20 likes | 239 Views
Oracle Connection - OracleClient Example Connection String: Data Source = YOUR_SERVER; Persist Security Info = True; U ser ID = YOUR_USERNAME; Password = YOUR_PASSWORD Example:
E N D
Oracle Connection - OracleClient Example • Connection String: • Data Source = YOUR_SERVER; • Persist Security Info = True; • User ID = YOUR_USERNAME; • Password = YOUR_PASSWORD • Example: • Data Source=oracle.windwardreports.com:1521:1521;Persist Security Info=True;User ID=hr;Password=hr • NOTE: Make sure you have the Oracle client software version 8.1.7 or greater installed on your system you are running this report on for the preconfigured data source to work. Instructions for installing the software and testing it are at http://helpdesk.windwardreports.com/forums/54206/entries/55933. If you are able to connect to the test Oracle server but not your Oracle server, please look at http://helpdesk.windwardreports.com/forums/54206/entries/56142.