oracle 9i fedora install
Installation of Oracle 9i on Fedora Core Linux
This paper (HOWTO) describes step-by-step installation of Oracle 9i database software on Fedora Core 2, 3, 4, 5 and 6. Pre-Instalation Tasks 1. Create oracle User Account Login as root and create te user oracle which belongs to dba group. su – # groupadd dba# useradd -g dba oracle 2. Setting System parametersEdit the /etc/sysctl.conf [...]
Read Full Post | Make a Comment ( 2 so far )