Datapump Import Fails With ORA-2153: "invalid VALUES password string" For Some Users
(Doc ID 2096579.1)
Last updated on SEPTEMBER 07, 2023
Applies to:
Oracle Cloud Infrastructure - Database Service - Version N/A and laterOracle Database Cloud Exadata Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Cloud Service - Version N/A and later
Information in this document applies to any platform.
NOTE: The document content below, the user information and data used represents fictitious data from the Oracle sample schema(s) or Public Documentation delivered with an Oracle database product.
Any similarity to actual persons, living or dead, is purely coincidental and not intended in any manner.
Symptoms
Datapump import fails with ORA-2153 like below:
ORA-39083: Object type USER:"TESTUSER" failed to create with error:
ORA-02153: invalid VALUES password string
Failing sql is:
CREATE USER "TESTUSER" IDENTIFIED BY VALUES 'ABCDE12345FGHJZ!!!!' DEFAULT TABLESPACE "USERS" TEMPORARY TABLESPACE "TEMP"
ORA-02153: invalid VALUES password string
Failing sql is:
CREATE USER "TESTUSER" IDENTIFIED BY VALUES 'ABCDE12345FGHJZ!!!!' DEFAULT TABLESPACE "USERS" TEMPORARY TABLESPACE "TEMP"
Changes
Datapump import in 12c of previous release dump file.
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 |