Tuesday, April 29, 2025

How to check pdb database name and dbid in oracle 19c ?

 check pdb database name and dbid in oracle



SQL> 

SQL> select dbid , name from v$pdbs;


      DBID NAME

---------- ----------------------------------------

3326623803 PDB


SQL> 

No comments:

Post a Comment

Key Differences & 19c Best Practices (AMM and ASMM)

Key Differences between  AMM and ASMM  & 19c Best Practices AMM (Automatic Memory Management) -  (MEMORY_TARGET): How it works: Oracle a...