My Oracle Support Banner

ORA-39126 using impdp on schemas with account_status of ROLLOVER in DBA_USERS (Doc ID 2876022.1)

Last updated on SEPTEMBER 19, 2024

Applies to:

Oracle Database - Standard Edition - Version 19.14.0.0.0 and later
Oracle Database Cloud Exadata Service - Version N/A and later
Oracle Cloud Infrastructure - Exadata Cloud Service - Version N/A and later
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Gen 2 Exadata Cloud at Customer - Version N/A and later
Information in this document applies to any platform.

Symptoms

;;;
Import: Release 19.0.0.0.0 - Production on Fri Apr 29 10:59:37 2022
Version 19.14.0.0.0

Copyright (c) 1982, 2019, Oracle and/or its affiliates. All rights reserved.
;;;
Connected to: Oracle Database 19c Standard Edition 2 Release 19.0.0.0.0 - Production
Master table "SYSTEM"."SYS_IMPORT_FULL_08" successfully loaded/unloaded
Starting "SYSTEM"."SYS_IMPORT_FULL_08": system/******** dumpfile=xxxx.dmp EXCLUDE=PASSWORD_HISTORY directory=EXP_DIR logfile=EXP_DIR:imp_OWNER_WP.log
Processing object type SCHEMA_EXPORT/USER
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.PUT_DDLS [USER:"imp_OWNER"]
ORA-21560: argument 3 is null, invalid, or out of range
ORA-06502: PL/SQL: numeric or value error
LPX-00217: invalid character 0 (U+0000)
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPW$WORKER", line 12623
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPW$WORKER", line 26274
ORA-06512: at "SYS.DBMS_LOB", line 727
ORA-06512: at "SYS.KUPW$WORKER", line 25213
ORA-06512: at "SYS.KUPW$WORKER", line 25746
ORA-06512: at "SYS.DBMS_METADATA", line 12215
ORA-06512: at "SYS.UTL_XML", line 400
ORA-06512: at "SYS.DBMS_METADATA_INT", line 12700
ORA-06512: at "SYS.DBMS_METADATA_INT", line 12848
ORA-06512: at "SYS.DBMS_METADATA", line 6114
ORA-06512: at "SYS.DBMS_METADATA", line 12207
ORA-06512: at "SYS.KUPW$WORKER", line 25721

Changes

Errors on the accounts/schemas with ROLLOVER enabled listed in DBA_USERS

Find the account status:

col profile format a20
select username,profile, account_status, expiry_date from dba_users
where username like '%OWNER' and account_status like '%ROLLOVER%' order by 1;

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.