Subject | Re: Object in use... wtf??? |
---|---|
Author | Dmitry Yemanov |
Post date | 2013-11-26T08:49:20Z |
26.11.2013 01:54, Kjell Rilbe wrote:
option set (or explicit timeout is specified).
Dmitry
>Handles for both INSERT and SELECT statements must be destroyed.
> Scenario, in a single connection I do this:
>
> 1. Start transaction.
> 2. Create table.
> 3. Commit.
> 4. Start transaction.
> 5. Insert rows.
> 6. Select using join with other tables.
> 7. Commit.For the safety sake, ensure that your DDL transaction has the WAIT
> 8. Start transaction.
> 9. Drop table.
> ---> ERROR: Object is in use.
option set (or explicit timeout is specified).
Dmitry