I've configured Fisheye to point at an Oracle database. Should I expect the indexed data of my repository to be in on Oracle table or on the file system?
Both... You'll get the indices for search on the filesystem and various metadata in the database. Now that said - if you're looking at how you can repurpose that info - don't go directly to either of those places (you'll lock yourself to versions that way) but rather use the rest api (or the java api).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.