Hi Guys,
I have below information about the oracle DB.
Could anybody tell how I can connect to the DB with excel VBA? Thanks a lot!
Provider=OraOLEDB.Oracle.1;Password=pwd;Persist Security Info=True;User ID=UID;Data Source="(DESCRIPTION=
(ENABLE=BROKEN)(load_balance = yes)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=xxx.com)(PORT=1234)))(CONNECT_DATA=(SID=SNAME2)(SERVER=DEDICATED)))";Extended Properties="FetchSize=60000"