Tagged Questions

TimesTen is a high performance event-processing software component that enables applications to capture, store, use, and distribute information in real-time, while preserving transactional integrity and continuous availability.

learn more… | top users | synonyms

7
votes
3answers
3k views

Alternative to the TimesTen in memory database

I just found "Has anyone published a detailed comparison between different in-memory RDBMSs?" that is related to my question. TimesTen (see also) is a In-Memory Database from oracle. It ...
3
votes
3answers
461 views

SQL query performance optimization (TimesTen)

I need some help with TimesTen DB query optimization. I made some measures with Java profiler and found the code section that takes most of the time (this code section executes the SQL query). What is ...
2
votes
0answers
75 views

how to cache XMLTYPE table in a TimesTen DB?

I have an XMLType table in an oracle database which I want to cache in a timesten cache group. But because the constraint that the table definition in the cache group must be the same as in the ...
2
votes
0answers
229 views

TimesTen - correct way to reinstall schema

Hey, I have TimesTen local store which open cache connect to an Oracle data store. Sometimes I need to drop the whole Oracle schema (Entities changes etc..), so I simply drop every table, and recreate ...
1
vote
2answers
55 views

python access to TimesTen

I googled a lot to find any python module to access TimesTen (in memory database). I am writing a automated testing framework (more like for System Test and not Unit Test). Is anyone aware of such ...
1
vote
1answer
267 views

Is Times Ten Dialect supported by Hibernate

Trying to use Oracle's Times Ten db instead of hsqldb for performance reasons. I read where you need to create a new hibernate.jar file using times ten sql dialect class file. This is proving to be ...
1
vote
2answers
315 views

Oracle times ten embedded in a java application

Can someone point to me some documentation on how to run the Oracle times ten database in an embedded mode within a java application? I would like to run times-ten as a replacement for HSQLDB.
1
vote
1answer
418 views

How do I show a table's foreign key's in TimesTen?

How do I show a table's foreign key's in TimesTen?
0
votes
1answer
77 views

Is Oracle's TimesTen & Oracle NoSQL the same product?

Is Oracle's TimeTen in-memory database the same product as it's new Oracle NoSQL product offering? UPDATE: The genesis for this post is the following, when someone wrote: "I don’t expect ...
0
votes
1answer
117 views

sql developer connect to Timesten database

When I try to connect to the timesten databse using the SQL developer, I am getting following error message. Unrecognized JDBC URL subtype: TimesTen I kept the classes13.jar in system classpath ...
0
votes
0answers
40 views

Timesten jms/xla connection closed

I developed a software which distribute the messages coming from Timesten jms server to client. xsocket lib. is used for accepting client connections. The problem is timesten jms/xla connections are ...
0
votes
2answers
87 views

Calling userdefined PLSQL functions in TimesTen database query

How to call PLSQL functions inside the query of TimesTen database. When I am calling, it is giving such error 2818: Unknown function GET_COSTPRICE. If this is a PLSQL function note that such ...
0
votes
1answer
58 views

Sorting DB tables from least dependent to most dependent

I'm performing a data migration and the database I'm using only allows to export and import each table separately. In such a setup importing becomes a problem since the order in which tables are ...