ORA-01210 While Creating A New Pluggable Database
(Doc ID 2486072.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
NOTE: In the images and/or 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.
create pluggable database <PDB_NAME> admin user <USER_NAME> identified by <PASSWORD>
storage (maxsize 50g max_shared_temp_size 50m)
default tablespace TESTDB_TBS
datafile '<DATAFILE_NAME>' size 32m autoextend on maxsize 1024m
file_name_convert = ('<SEED_DB_DIRECTORY>','<PDB_DIRECTORY>')
Changes
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 |