2026-03-12 21:01:38
This commit is contained in:
26
FDA/ORA-55622.txt
Normal file
26
FDA/ORA-55622.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
SQL> show user
|
||||
USER is "USR"
|
||||
|
||||
|
||||
SQL> delete from SYS_FBA_DDL_COLMAP_26338;
|
||||
delete from SYS_FBA_DDL_COLMAP_26338
|
||||
*
|
||||
ERROR at line 1:
|
||||
ORA-55622: DML, ALTER and CREATE UNIQUE INDEX operations are not allowed on
|
||||
table "USR"."SYS_FBA_DDL_COLMAP_26338"
|
||||
|
||||
|
||||
SQL> delete from SYS_FBA_HIST_26338;
|
||||
delete from SYS_FBA_HIST_26338
|
||||
*
|
||||
ERROR at line 1:
|
||||
ORA-55622: DML, ALTER and CREATE UNIQUE INDEX operations are not allowed on
|
||||
table "USR"."SYS_FBA_HIST_26338"
|
||||
|
||||
|
||||
ORA-55622: DML, ALTER and CREATE UNIQUE INDEX operations are not allowed on table “string”.”string”
|
||||
|
||||
Reason for the Error:
|
||||
An attempt was made to write to or alter or create unique index on a Flashback Archive internal table.
|
||||
Solution
|
||||
No action required. Only Oracle is allowed to perform such operations on Flashback Archive internal tables.
|
||||
Reference in New Issue
Block a user