ORA-16121: applying transaction with commit SCN string
Cause: The transaction committed at the given SCN is being applied.
Action: No action necessary, this informational statement is provided to record the event for diagnostic purposes.
ORA-16121表示当尝试使用SCN字符串自动提交事务时发生的错误。SCN(系统更改号)是每次实例启动时为每个数据库块生成的一个标识符,可在一段时间内包含在一个数据库文件中并在每次打开文件时更新。通过使用此方法,可以确定随着时间的推移,提交事务与更改字符串之间存在多大关联性。
1.检查commit SCN字符串是否有效。
2.确保要提交的事务尚未曾经提交过。
3.使用commit按照适当的过程结束前面执行的事务。
4.重新启动实例。