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 -> Re: Oracle 8i 8.1.7 on Solaris 8

Re: Oracle 8i 8.1.7 on Solaris 8

From: Allan Plesniarski <aplesnia_at_my-deja.com>
Date: Fri, 15 Dec 2000 04:25:46 GMT
Message-ID: <91c6g6$374$1@nnrp1.deja.com>

    ORA-24323: value not allowed

        Cause:  A null value or a bogus value was passed in for a
                mandatory parameter.
       Action:  Verify that all mandatory parameters are properly
                initialized.

This seems to indicate that you may need to uncomment a parameter in the init.ora. It may very likely be that it is a bug.

I suspect there is an incompatability between the default init.ora file and the kernel parameter settings on your machine. If commenting out db_files does not work, post a copy of the complete init.ora AND the stand file containing kernel parameter settings somewhere under the /etc filesystem. Then we can examine the cause.

In article <91bobs$nuk$1_at_nnrp1.deja.com>,   sjledet_at_my-deja.com wrote:
> When I checked the initstarter.ora file referenced above it has three
> db_files lines but they are all commented out. They are:
>
> db_name = "starter"
> instance_name = starter
>
> service_names = starter
>
> # db_files = 80 # SMALL
> # db_files = 400 # MEDIUM
> # db_files = 1500 # LARGE
>
> Do I need to uncomment out one of these files? Is this a bug in the
> dbassist for 8.1.7?
>
> Sent via Deja.com
> http://www.deja.com/
>

Sent via Deja.com
http://www.deja.com/ Received on Thu Dec 14 2000 - 22:25:46 CST

Original text of this message

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