DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Archive process error:

  1. #1
    Join Date
    Oct 2000
    Posts
    24

    Angry

    Hello All,

    When I insert into a table from another table using select * from I get the following error

    Archive process error: ORACLE Instance abd - Can not allocate log, archival required
    .

    I have enabled archiving in init.ora file
    ##### For archiving if ARCHIVELOG is on ########
    LOG_ARCHIVE_DEST =D:\orant\database\archive
    LOG_ARCHIVE_FORMAT =arc%S.%T
    LOG_ARCHIVE_BUFFERS =4
    LOG_ARCHIVE_BUFFER_SIZE =127

    How do fix this problem

  2. #2
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    Increase the redo log file size.

  3. #3
    Join Date
    Dec 1999
    Posts
    217
    It sounds like you might need to issue a manual archival statement. This can be done via svrmgr.

    Chintz

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width