ORA-31626 returned when running expdp and no further information available
Product: Oracle Database - Enterprise Edition
Version: 19.18
Hello,
We encountered the following issue. (not sure if it related to Patch 34765931 - Database Release Update 19.18.0.0.230117 we applied lately, but other instances running under the same software doesn't have the same issue)
-----------------
expdp \'/ as sysdba\' schemas=XXXX directory=DATAPUMP dumpfile=test.dmp logfile=test.log REUSE_DUMPFILES=Y>dbexp_stdout.log
Export: Release 19.0.0.0.0 - Production on Wed Jan 10 12:30:22 2024
Version 19.18.0.0.0
Copyright (c) 1982, 2019, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
ORA-31626: job does not exist
-------------------
Follow Document 430221.1 to rebuild the DataPump packages, but still got the same problem.