How to fix the Oracle error ORA-06529: Version mismatch – PL/SQL profiler?
In this post, you’ll learn more about the Oracle ErrorORA-06529: Version mismatch – PL/SQL profiler with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-06529: Version mismatch – PL/SQL profiler
Reason for the Error ORA-06529: Version mismatch – PL/SQL profiler
The PL/SQL profiler package (dbmspb.sql, prvtpbp.plb) does not match the version of the code in the server implementing the profiler.
How to fix the Error ORA-06529: Version mismatch – PL/SQL profiler ?
You can fix this error in Oracle by following the below steps
Run the package profload.sql in $ORACLE_HOME/rdbms/admin to load the correct version of the PL/SQL profiler packages
Leave Your Comment