Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to set Multitenant license in Oracle 19c?

Chandar_AUAug 5 2023 — edited Aug 5 2023

Hi Team,

I have Oracle 19c database running in Microsoft windows 2018 server. I have 15 PDBs running with no issues. I have recently patched this database with April 2023 patchset. But yesterday while I tried to create one PDB it failed with following error.

ORA-65010: maximum number of pluggable databases created

My max_pdbs is set to 25 but still failing with the same error while I tried to issue following command,

CREATE PLUGGABLE DATABASE Reporting_PRD_IR_RPT FROM Reporting_LIVE
PATH_PREFIX = 'D:\ORACLE\ORADATA\Reporting_PRD_IR_RPT'
FILE_NAME_CONVERT = ('D:\ORACLE\ORADATA\Reporting_PRD_IR_RPT', 'D:\Oracle\oradata\Reporting_LIVE')
SERVICE_NAME_CONVERT = ('Reporting_LIVE','Reporting_PRD_IR_RPT')
LOGGING;

The same script was running without any issue hundreds times but now all of sudden it is failing with ORA-65010.

Any suggestion how can it be fixed?

Thank you for your help in advance!

Ram

This post has been answered by JohnWatson2 on Aug 6 2023
Jump to Answer
Comments
Post Details
Added on Aug 5 2023
7 comments
1,221 views