Hi,
I have a
problem with my BW import on a new system.
During the import I get the follow error messages;
First Error
DB) ERROR: DDL statement failed
( CREATE BITMAP INDEX "/BIC/FZPT_C02~010"
ON "/BIC/FZPT_C02" ("KEY_ZPT_C02P") LOCAL PCTFREE 10 INITRANS 002 TABLESPACE PSAPSR3 STORAGE (INITIAL 0000000016 K NEXT 0000002560 K MINEXTENTS 0000000001 MAXEXTENTS UNLIMITED PCTINCREASE 0000 FREELISTS 001) PARALLEL )
DbSlExecute: rc = 99
(SQL error 14016) error
message returned by DbSl:
ORA-14016: underlying table of a LOCAL
partitioned index must be partitioned
(DB) INFO: disconnected from DB
Second error
(DB) ERROR: DDL statement failed
(CREATE UNIQUE INDEX
"DYNPSOURCE~0" ON "DYNPSOURCE" ( "PROGNAME",
"DYNPNUMBER", "R3STATE" ) TABLESPACE PSAPSR3700 STORAGE
(INITIAL 0000000016K NEXT 0000000160K MINEXTENTS 0000000001 MAXEXTENTS
2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS PARALLEL 4 )
DbSlExecute: rc = 99
(SQL error 12801) error message returned by DbSl:
ORA-12801: error signaled in parallel query server P001
ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
(DB) INFO: disconnected from DB
Before I started the export I running program smigr_create_ddl.
How can I solve these errors?
Kind regards
Christiaan