hi.. i'm happing a difficult. i learn oracle .. as usual. i use oracle in windows platform.. but i my love is on linux.. so i try to install it on my box. i'm using oshirix squeeze (debian). i also record how i manage to install oracle inside my box here the link: http://www.masokis.com/blog/linux-diy-database-oracle-10-xe-oshirix-squeeze
i can access in webpanel.. it work fine. i also install sqldeveloper.. and the connection between this tool work fine. now.. i want to use sql*plus. but when typing it into terminal... it could not be found . look at my output: r...@oshirixnet:/home/masokis# sqlplus bash: sqlplus: command not found i try to seach in apt, but it's found the different one.. r...@oshirixnet:/home/masokis# apt-cache search sqlplus sqlline - JDBC command-line utility for issuing SQL i take look into $path.. it seem it not be setup yet: maso...@oshirixnet:~$ echo $PATH /home/masokis/.dist/bin:/sbin: /bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/usr/games:. then i setup the path..using this command; maso...@oshirixnet:~$ nano /etc/profile to PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/usr/games:/usr/lib/oracle/xe/app/oracle/product/10.2.0" save! but when i echo the path again.. the /usr/lib/oracle/xe/app/oracle/product/10.2.0 are not been show... as like this: maso...@oshirixnet:~$ echo $PATH /home/masokis/.dist/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/usr/games: hermm.. i dont know what wrong.. maybe because the path (because in windows, i need to set the path) or the installation that not come with sqlplus.... hoping someb0dy could help me here.... thanks for read & i very appriciate if somebody give a hand. -- *>> HTTP://WWW.MASOKIS.COM <<*