FTK2 database

Accessing the FTK2 database

I wanted to access the FTK2 oracle database to have a look at the tables in use. I've never used Oracle before and it took me an a an hour + Google to work out how to access the tables - but this worked for me.
I gained access to the database by:

SQL> Now I created a user to connect in as over the network and gave myself some privs

I've installed an opensource tool called SQLTools_pp which is pretty nice for viewing the tables and the data within. I was suprised to find that FTK2 appears to dump most of the information relating to all files within a case & for all exhibits into a table called Objects. I'm no SQL expert, but i'm sure things would run a bit quicker if they made use of more tables or at least used a seperate table for each exhibit!