9i to 11G and RAT
I have a database 9.2.0.8 i'm trying do a real application testing (RAT), when i use the statement
begin
DBMS_WORKLOAD_REPLAY.PROCESS_CAPTURE(
capture_dir=>'capdir',
parallel_level=>5);
end;
I receive the message:
ORA-29900: a ligação de operador não existe ORA-06540: PL/SQL: erro de compilação ORA-06553: PLS-907: não é possível carregar SYS.XMLSEQUENCEFROMXMLTYPE unidade de biblioteca (mencionado por SYS.XMLSEQUENCE) ORA-06512: em "SYS.DBMS_STATS", line 20337 ORA-06512: em "SYS.DBMS_STATS", line 20360 ORA-06512: em "SYS.DBMS_WORKLOAD_REPLAY", line 5663 ORA-06512: em line 1 ORA-06512: em "SYS.DBMS_WORKLOAD_REPLAY", line 1860 ORA-06512: em line 2
What I need is finish the migration and use the RAT, would you help me ?