From: tazmon3d@my-deja.com
Subject: maxlogfiles
Date: 1999/09/09
Message-ID: <7r8jsg$h6t$1@nnrp1.deja.com>#1/1
X-Http-Proxy: 1.1 x40.deja.com:80 (Squid/1.1.22) for client 208.44.145.5
Organization: Deja.com - Share what you know. Learn what you don't.
X-Article-Creation-Date: Thu Sep 09 15:31:27 1999 GMT
X-MyDeja-Info: XMYDJUIDtazmon3d
Newsgroups: comp.databases.oracle.server
X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)


I'm sure this is a rookie question but here it is... I am getting the
following error while trying to create a database under Oracle 8:

SVRMGR> create database ifas
     2>         maxlogfiles 32
     3>         maxlogmembers 32
     4>         maxdatafiles 32
     5> logfile
     6>         '/data/oradata/ifas/redo_01.log' size 5M,
     7>         '/data /oradata/ifas/redo_02.log' size 5M,
     8>         '/data /oradata/ifas/redo_03.log' size 5M
     9> datafile
    10>         '/data /oradata/ifas/system_01.dbf' size 100M;
        maxlogmembers 32
               *
ORA-02249: missing or invalid value for MAXLOGMEMBERS


Where is MAXLOGMEMBERS set? I've looked through the doc & all I'm
finding is a reference that says this is OS dependant if you take the
defaults. I'm not taking default values in this case but this is a
little confusing to me.

Thanks


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.


