How to restore a RAC PDB of 12c oracle database?
Hello Experts,
I want to restore a PDB of a 12c RAC database. In order to restore PDB , we need close it. Is it Okay if I CLOSE the PDB on the instance to which I am currently connected using SQLPLUS?
In this case I cant use srvctl for PDBs as I dont have services created for PDBs and so looking for a solution in which I can use SQLPLUS to CLOSE the PDB.
Currently I am trying to CLOSE the PDB using SQLPLUS as
alter pluggable database PDBOne CLOSE immediate instances=ALL;
The command is working fine.
After done with the restore, I am using