2026-03-12 21:01:38

This commit is contained in:
2026-03-12 22:01:38 +01:00
parent 3bd1db26cc
commit 26296b6d6a
336 changed files with 27507 additions and 0 deletions

26
FDA/ORA-55622.txt Normal file
View 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.