On Wed, 11 Oct 2000, Daniel Schulze wrote:
> Well, and when you do a user query over dozens of tables?!
> I dont see the point that his has to be a heavy operation!
> My query only returns 0 or 1 row with 5 columns!!!
Unfortunately, it seems like Oracle constructs a DBMD with all the
metadata up front. So perhaps it isn't the greatest implementation.
> I dont know either. I just said TransactionManager.begin ()
> before store.init (), which creates a Transaction with status=active
> and after return of store.init() I check the Transaction state again:
> state=marked as rollback ?!
Okay, as soon as I get a chance I'll look into this. I have
PostgreSQL installed (RedHat did it for me), but no idea how to use it.
Can you give me a 30-second overview of creating a DB and user and then
I'll try this out. I think I should use PostgreSQL because you can't roll
back a table create in Oracle...
> Why, when it even works with Hypersonic, InstantDB, Postgres,...
Because all together those database products have what, 5% market
share? And that's probably being generous. If our product doesn't work
with Oracle, it doesn't work.
Aaron