Changed spfileXE.ora and database wil not startup
Hi!
I added into the .../dbs/spfileXE.ora the following lines:
############################
# Archive Log Destinations
############################
log_archive_dest_1='location=/usr/lib/oracle/xe/oradata/archive'
log_archive_start=TRUE
in order to set the database permanently to 'Archive Log Mode'
Now I can't mount or startup the database anymore!
SQL> startup mount
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/dbs/initXE.ora'
So I created this 'initXE.oa' file as a copy of 'spfileXE.ora'
That gives me the following error:
SQL> startup mount
ORA-01078: failure in processing system parameters
LRM-00123: invalid character 0 found in the input file
How can I fix this problem?
Is it possible on Oracle XE to change any parameters permanently in the initialization file, and where is this initialization file located on my linux OS
I'm using Ubuntu 10.10
Thanks for any help!!
Gerhard