Hi all! try to connect from ium software to direct timesten
jdbc:timesten:direct:BASE1
jdbc:timesten:direct:BASE2
and got exception
Caused by: java.sql.SQLException: [TimesTen][TimesTen 11.2.2.8.0 ODBC Driver][TimesTen]TT8521: Cannot attach PL/SQL shared memory; virtual memory at PLSQL_MEMORY_ADDRESS already in use by TimesTen -- file "db.c", lineno 9940, procedure "sbDbConnect"
when i try to make query from command line - its ok.
also ok when i ceoonet from java to single DSN
jdbc:timesten:direct:BASE1
or
jdbc:timesten:direct:BASE2
but when i connet to both - i got exception