sql >> Database >  >> RDS >> Oracle

ORA-00604-fout bij het invoegen van batches in TransactionScope

Het bleek een transactie-time-outprobleem te zijn.

Nadat ik de time-out heb verlengd, heb ik mijn lijst met succes ingevoegd:

using (TransactionScope transaction = 
         new TransactionScope(TransactionScopeOption.Required, 
                 new TimeSpan(0, 30, 0))) //30 minute timeout limit



  1. PHP mysql_real_escape_string():Toegang geweigerd voor gebruiker 'www-data'@'localhost'

  2. Hoe wijzig ik velden in het nieuwe PostgreSQL JSON-gegevenstype?

  3. Uitpakken naar OracleConnection

  4. Postgis-query inschakelen in Spark SQL