????5??????????
SQL> startup
ORACLE instance started.
Total System Global Area 4275781632 bytes
Fixed Size                  2220200 bytes
Variable Size            2113933144 bytes
Database Buffers         2147483648 bytes
Redo Buffers               12144640 bytes
Database mounted.
Database opened.
SQL> exit
????6????????????
????SQL> alter user oaadmin identified by oaadmin;
????User altered.
????7?????????
????SQL> alter user oaadmin account unlock;
????User altered.
?????????4?????????????????????????
select 'host cp /u03/backup/'||substr(name??(instr(name??'/'??-1)+1))||
' '||name from v$controlfile
union all
select 'host cp /u03/backup/'||substr(name??(instr(name??'/'??-1)+1))||
' '||name from v$controlfile
union all
select 'host cp /u03/backup/'||substr(member??(instr(member??'/'??-1)+1))
||' '||member from v$logfile
union all
select 'host cp /u03/backup/spfile${ORACLE_SID}.ora $ORACLE_HOME/dbs/'
from dual
union all
select 'host cp /u03/backup/orapw${ORACLE_SID} $ORACLE_HOME/dbs/'
from dual;