DB versions : 12.1, 19c
Using expdp/impdp full export/import, I have moved a 12C database into a 19c pluggable database.
I have noticed that the SQL_IDs which are present in 12c and not in the newly migrated 19c DB.
Is this expected ?
SELECT exact_matching_signature
FROM gv$sql
WHERE sql_id = '84yukbw56t6j2'
The export was done SYS user . But, the import was done by non-SYS but privileged user. Could this be a reason ?