Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle not available
Check to see that shared memory max in etc/system is set large enough to accomodate the SGA of the database being created. The first step in database creation is the startup nomount which starts up the instance, requiring memory. If there isn't enough memory allocated the startup will fail and you *won't* see that error. What you will see is that every command in the creation script gives the Oracle not available error because it isn't available :-) The instance did not start.
-- Dave A "Fentony Sudjono" <fsudjono_at_yahoo.com> wrote in message news:s4LH5.154$gQ3.122957_at_news.pacbell.net...Received on Thu Oct 19 2000 - 19:32:19 CDT
> Hi
>
> I try to set up oracle 8.1.6 for sparc-solaris8. when it came to database
> file creation it stopped and throw error: oracle not available. any idea?
> please help
>
> Thank You
>
>
>
![]() |
![]() |