Operating system : Windows8.1
i use Linux ubuntu using vmware
Today i have installed oracle database 11g release 2 in particular drive
i want to access database via linux/ubuntu
i able to access via windows command prompt
using the query
set oracle_sid=datbase_name ;
Sqlplus;
username ;
password ;
SQL> select sysdate from dual ;
SQL> cl scr ;
SQL>exit;
i need to know , is it possible to connect and access database via ubuntu/Linux/
once i type
sqlplus / as sysdba
i got the error sqlplus not found
i know i have to set the oracle environment ,
but i don't know how ?