Hello
I am creating database (oracle) manually on Oracle 11g installed in unix Solaris(SolarisEx) and I want to duplicate active my database to Linux Red hat 6.7 (64 bit)(hostname=orcllnex). when I try to create oracle password file in Red hat as follow
$ orapwd file=$ORACLE_HOME/dbs/orapworacle1 password=oracle
But it throws error like " orapwd : command not found".
So I want to know why I m getting error like this.