12c ORA-01157 and ORA-01110
I messed with the datafiles of PDB database and now I have a PDB in an inconsistent state.
C:\import\orcl>set ORACLE_SID=ORCLC:\import\orcl>sqlplus /nologSQL*Plus: Release 12.1.0.2.0 Production on Mi Sep 13 11:31:42 2017Copyright (c) 1982, 2014, Oracle. All rights reserved.SQL> conn / as sysdbaConnect durchgef³hrt.SQL> ALTER PLUGGABLE DATABASE ALL OPEN;ALTER PLUGGABLE DATABASE ALL OPEN*FEHLER in Zeile 1:ORA-01157: Datendatei 34 kann nicht identifiziert/gesperrt werden - sieheDBWR-Trace-DateiORA-01110: Datendatei 34:'C:\APP\KUKULOCAL\ORADATA\ORCL\PDBORCL\COMPANY_DATA.DBF'SQL>
The file COMPANY_DATA.DBF isn't there. It has been deleted (by me, intentionally, because I wanted to create a new one).
0