Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> OLTP DATABASE DEFINITION

OLTP DATABASE DEFINITION

From: mtbe <tahar.bellem_at_ctrceal.caisse-epargne.fr>
Date: Wed, 13 Mar 2002 17:56:03 +0100
Message-ID: <a6o0c6$649$1@s1.read.news.oleane.net>


Hi all

We have an OLTP application with an oracle database. This database was define like this on NCR UNIX and Oracle 7.3.4 :

We will migrate it on Sun Solaris and Oracle 8.1.7, but we want change the database definition like this.

    1 Very Big tablespace Data for the 2 tables (4Go < sizeTable < 8Go).     1 Very Big Tablespace Index for their indexes.

    1 big Tablespace Data for the 5 tables (100Mo < sizeTable < 2Go).     1 big Tablespace Index for their Indexes.

    1 Medium Tablespace Data for tables ( 10Mo < sizeTable < 100Mo)     1 Medium Tablespace Index for their Indexes.

    1 Small Tablespace Data for tables ( 1Mo < SizeTable < 10Mo)     1 Small Tablespace Index for their indexes.

    1 Very Small Tablespace Data for tables ( 256KO < SizeTable < 1Mo)     1 Very Small Tablespace Index for Indexes.

    1 Tablespace ROLLBACK_TX (Size 100Mo) for OLTP transactions, with 10 rollbacks

    (Initial=Next=256Ko,MinExtent=20, OPTIMAL=5Mo)

    1 Tablespace ROLLBACK_BATCH (Size 700Mo) for BATCH Transaction, with 2 Rollback

    (Initial=Next=10M,MinExtent=20, OPTIMAL=200Mo)

    1 Temporary Tablespace (Size 1Go) .

Questions:
Is it a good approach to do this?
Can we use partitions for big tables on OLTP application ?

Thanks in advice. Received on Wed Mar 13 2002 - 10:56:03 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US