SQLplus command not found
752450Feb 9 2010 — edited Feb 10 2010Hi,
I'm trying to move data (Oracle database) from a physical volume to a logical volume
to do this, i have first created a pv /dev/hdb1, a group of volume VG_group and finally a logical volume LV_name
after that, i created a fiel system EXT3 for the lvm
this is what i did
pvcreate /dev/hdb1
vgcreate vg_group /dev/hdb1
lvcreate -L 3,5G -n lv_name /dev/vg_group
every thing succeded
then i have moved my data to a file where i mounted my lvm (mount /dev/vg_group/lv_name /oracle)
but when i log with my user and tape sqlplus it doesn't work
PS: i'm on windows XP and i'm using cygwin to connect to the server (where the database is installed) using ssh
tell me if you need more informations.
Thank you in advance