When I restore spfile from autobackup I cannot open the database with spfile
SQL> startup nomount pfile= 'C:\oracle\app\oracle\admin\XE\pfile\initXE.ora';
ORACLE instance started.
Total System Global Area 209715200 bytes
Fixed Size 1286580 bytes
Variable Size 71306828 bytes
Database Buffers 134217728 bytes
Redo Buffers 2904064 bytes
RMAN> restore spfile from autobackup;
Starting restore at 28/05/2008
using target database control file instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=35 devtype=DISK
recovery area destination: C:\oracle\app\oracle\flash_recovery_area
database name (or database unique name) used for search: XE
channel ORA_DISK_1: autobackup found in the recovery area
channel ORA_DISK_1: autobackup found: C:\ORACLE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\AUTOBACKUP\2008_05_28\O1_MF_S_655905960_43T8
channel ORA_DISK_1: SPFILE restore from autobackup complete
Finished restore at 28/05/2008
C:\Documents and Settings\Administrator>sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Ãar May 28 16:05:30 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup nomount;
ORA-03113: end-of-file on communication channel
SQL> startup;
ORA-24324: service handle not initialized
ORA-01041: internal error. hostdef extension doesn't exist
SQL> startup nomount pfile= 'C:\oracle\app\oracle\admin\XE\pfile\initXE.ora';
ORACLE instance started.