How to get Gary Strawn's programs to work with Test db
Tested with Record Reloader and VgerSelect on Windows 7 machine, Voyager BatchCat2009-11 (C:\Voyager\System)
- Edit tnsnames.ora (indentation is important!). Under VGER config put:
TEST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = test.ip.addr)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = VGER)
)
)
- Use 32-bit Data Source program (sysWOW32\odbcad32.exe) to set database to 'TEST'
- C:\Voyager\voyager.ini needs to point to Test ip address
- Configure Strawn program to point to 'TEST'