Hi everyone.
I installed
TimesTen 11.2.2.8.0
and i created datastore. then created table on orattadmin user. and i run more pl/sql command for insert into in table, so 2M row added in my table.
cd /logdir and rm -rf all timesten log, as tt_hafiz.log160 ...and etc.
then run command ./ttDaemonAdmin -stop , ./ttDaemonAdmin -start
but ./ttisql hafiz; try as below error
connect "DSN=hafiz";
848: Recovery failed on 2 set(s) of data store files; the TimesTen user error log has more information
703: Subdaemon connect to data store failed with error TT848
The command failed.
Done
how to clean log file timesten log? i need clearing log, becuse my server free disk size is 3%.
i create timesten again create table, added 2M row after truncate table table_name;
but not clean log file. All log not changed.