when i migrate then with oracle database ,i am getting this error

DatabaseTransactionNoActiveException: in DatabaseConnection->popTransaction() (line 1100 of C:\wamp\www\site\includes\database\database.inc).

and also -
Original

DatabaseTransactionNoActiveException: in DatabaseConnection->popTransaction() (line 1100 of C:\wamp\www\test7\includes\database\database.inc).
Additional

DatabaseTransactionNoActiveException: in DatabaseConnection->popTransaction() (line 1100 of C:\wamp\www\test7\includes\database\database.inc).

Do you have any suggestions.

Comments

josh waihi’s picture

I don't this this is DBTNG Migrator related. You're trying to pop a transaction that doesn't exist. Maybe you have some contrib code somewhere that tries to rollback a transaction that doesn't exist?

I kind of need more information to be able to debug further.

alexkb’s picture

I'm using the oracle db driver module, and came across these errors, when I left it too long before I set db_set_active() back. A bit more info is here: http://drupal.org/node/18429#comment-5486618

aaaristo’s picture

Status: Active » Fixed

fixed from oracle driver version 1.10

josh waihi’s picture

Thanks aaaristo!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.