标题: ORA-14462: cannot TRUNCATE temporary table [打印本页] 作者: admin 时间: 2016-8-19 14:05 标题: ORA-14462: cannot TRUNCATE temporary table ORA-14462: cannot TRUNCATEtemporary table in an autonomous transaction which is already in use by the parent transaction Cause: An attempt was made to TRUNCATE a temporary table inan autonomous
transaction which is already in use by the parent transaction. Action: Makesure the temporary table is not being used by the parent transaction
before trying to TRUNCATE in an autonomous transaction.