I'm trying to log some information in a transaction that fails (no commit...). It is alot and I was wondering if there is an alternative to using the dbms_output.putline as there is a 1M limit to output.
Please be aware, though, that using autonomous transactions can have impact on performance, as they take considerable time to spawn a new (temporary) session, perform the code and commit.