Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

SQLplus command not found

752450Feb 9 2010 — edited Feb 10 2010
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 10 2010
Added on Feb 9 2010
61 comments
8,563 views