Oracle installation issues on ubuntu
I have installed Ubuntu 10.04 and 32bit and Installing Oracle 11g 2. I am following below link to install oracle 11g.
http://blogs.oracle.com/toxophily/entry/installing_oracle_11g_db_on
When I run "useradd -s /bin/bash -m -g oinstall -G dba oracle passwd oracle" it does not execute successfully.
root@OraUbuntu:/home# whoami
root
root@OraUbuntu:/home# useradd -s /bin/bash -m -g oinstall -G dba oracle passwd oracle
Usage: useradd [options] LOGIN
Options:
-b, --base-dir BASE_DIR base directory for the home directory of the
new account
-c, --comment COMMENT GECOS field of the new account
...
Regards,