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

Thread: Advice/Strategy needed - archiving of old data

  1. #1
    Join Date
    Jan 2000
    Location
    Chester, England.
    Posts
    818
    System is growing and I want to move old data to a separate database (Datawarehouse scenario).

    Does anyone know of any good sources of info of a strategy for this - or any tried and trusted methods?

    Using Ora8.1.5 on NT4.

    Thanks

  2. #2
    Join Date
    Apr 2002
    Location
    Phoenix, AZ
    Posts
    175
    First of all, it is not a Warehousing senario

    1. you want to move to a different server altogether, then how do you intend to access the data ? It is not exactly load sharing that is part of Replication.

    2. If you want to move to a different location, Create TableSpaces on a different server using datafile paths pointing to that server. Make the tablespace READONLY if you are not going to change that data. This way, the overhead on the database is reduced.

    --sridhar

  3. #3
    Join Date
    Jan 2000
    Location
    Chester, England.
    Posts
    818
    Not worried about accessing it on a day to day basis.
    But it needs to be 'available' for audit purposes by clients.

    So... current projects are in out OLTP server/db.

    Old projects 'moved' to separate server/db for reporting or audit purposes only. I'm not concerened about accessing it in tandem with live production system.

  4. #4
    Join Date
    Apr 2002
    Location
    Shenzhen, China
    Posts
    327
    You might use a range partitioned table to exchange your date out the table weekly or monthly. see Data Warehousing Guide for detailed information.
    Oracle Certified Master - September, 2003, the Second OCM in China
    *** LOOKING for PART TIME JOB***
    Data Warehouse & Business Intelligence Expert
    MCSE, CCNA, SCJP, SCSA from 1998

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