Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

9i to 11G and RAT

Bruno SouzaJul 23 2010 — edited Sep 6 2010
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 ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2010
Added on Jul 23 2010
2 comments
1,642 views