Restrictions for using load transaction.
You cannot load a dump that was generated on a version earlier than 11.9 server.
The database and transaction logs must be at the same release level.
Load transaction logs in chronological order.
You cannot load from the null device (on UNIX, /dev/null).
You cannot use load transaction after an online database command that performs an upgrade. The correct sequence for upgrading a database is load database, load transaction, online database.
Load database
Load transaction (repeat as needed)
Online database
You cannot use the load transaction command in a user-defined transaction.