Skip to Main Content

Oracle Database Express Edition (XE)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to Start Archivelog for XE

640410Apr 30 2009 — edited May 4 2009
Hi Friends,

I want to use RMAN backup for my 10gXE database so I need to start archivelog.
I do the following:
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup mount
ORACLE instance started.
 
Total System Global Area  805306368 bytes
Fixed Size                  1261444 bytes
Variable Size             234881148 bytes
Database Buffers          566231040 bytes
Redo Buffers                2932736 bytes
Database mounted.
SQL> archive log start;
Statement processed.
SQL> archive log list
Database log mode              No Archive Mode
Automatic archival             Disabled
Archive destination            /mnt/EVA-DISK/RMAN/arch_xe
Oldest online log sequence     63
Current log sequence           64
Why is that I can not start the archive log?

Thanks a lot
This post has been answered by 58435 on Apr 30 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 1 2009
Added on Apr 30 2009
3 comments
1,718 views