Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8.1.5i on Linux - can't create a database!
I had this problem yesterday.
It turned out to be a combination of everything being owned by the group oinstall
rather
than dba (which I changed to dba ) and not setting up the correct permissions for
various ORACLE_HOME
directories as detailed in the install guide. Finally the NLS_LANG parameter
values are wrongly documented.
Leave it out for the time being and it will default US7ascii.
That should solve it.
Regrds,
Mike
Don Mark wrote:
> Try Running connecting manually via svrmgrl to determine if it may be a path
> problem or maybe the init.ora is not in the specified directory. You can then
> vi the script and rerun the script.
>
> Robert Claeson wrote:
>
> > I'm installing 8.1.5i on Red Hat Linux 6.0 and am having problems creating
> > databases with it. I've made sure that all the prerequisites are ok (kernel
> > params, compatibility rpm's etc). Db Assistant generates errors. A closer
> > inspection shows that the errors comes from the scripts it generates,
> > although there's really nothing wrong with them.
> >
> > After svrmgrl is started, the script connects with "connect internal". That
> > works ok. Then it performs:
> >
> > startup nomount pfile = /u01/oradata/admin/ORCL/pfile/initORCL.ora
> >
> > Now, svrmgrl responds with TWO messages:
> > ORACLE instance started.
> > ORA-01012: not logged on
> >
> > Then the script tries to create a database with "create database yadda
> > yadda..." but it fails since the connection to the database is lost. Anybody
> > has a clue about what's going on here!?
> >
> > TIA,
> >
> > Robet
Received on Mon Sep 27 1999 - 07:10:18 CDT
![]() |
![]() |