On Wed, 26 Feb 2003 [EMAIL PROTECTED] wrote:

> ...
>      Another thing. Use dbassist to create a set of database creation
> scripts and execute them manually. Dbassist in 8.1.7 is buggy. Don't forget
> to apply patches after install the software and before database creation.
> At least the first patch can be obtained here
> http://downoload.oracle.com/otn/linux/oracle8i/glibc-2.1.3-stubs.tar.gz

installing the glibc-2.1.3-stubs patch before trying to create the
database fixed my problem - thanks!

another thing that i had to do was replace the df command with the 
following script:
        #!/bin/sh
        /bin/df -P $*

otherwise the Oracle8i installer (actually dbassist i believe) would not
be able to parse df output as one entry can span multiple lines in some
cases.

best regards,
-- 
        aspa                                    http://www.kronodoc.fi/



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to