txkCreatePDB Create PDB is asking for data top.
txkCreatePDB will check for current data tops as you can see in example below and will prompt you for non-cdb data top and corresponding pdb data top for all data tops that it reads from datatop.txt file one by one
Inside loadDataTops()...
========================
Reading the data tops from file /opt/oracle/product/19.0.0/19.3.0.0/dbs/l_datatop.txt
Processing entry for DATA_TOP_1-->/DATA1//DATAFILE
Processing entry for DATA_TOP_2-->/DATA1/TEMPFILE
============================
Inside promptDataTopDir()...
============================
Number of DATA_TOPs: 2
DATA_TOP_2
===========
Enter the non-CDB data top [/DATA1/TEMPFILE:
Enter the corresponding PDB data top [/DATA1/TEMPFILE]:
Enter the non-CDB data top [/DATA1//DATAFILE]:
Enter the corresponding PDB data top [/DATA1//DATAFILE]:
Comments
Post a Comment