Verify Loaded Dynamic Libraries for TimesTen Classic

If you run on a Windows system with Visual C++ installed, verify the loaded dynamic libraries. This works only if you can start the cache agent without autorefresh:

  1. Make sure TimesTen is started.
  2. Start the cache agent without autorefresh.
    Command> call ttCacheStart;
    Command> create cache group cg1 from t1(c1 int not null primary key);
    
  3. Open the Windows Task Manager, find process ttora221.exe and highlight it. Right-click on it and select Debug. This brings you into Visual C++ and you should see the loaded DLL in the debug window. See Unable to Resolve Oracle Service Name for additional information.
  4. Load the cache group to force an cache connection from the cache agent:
    Command> load cache group cg1 commit every 100 rows;
    
  5. Review the loaded DLL in your debug window.