Linux SQL Plus
- Go to the Oracle Download Page
- download sqlplus.zip
- download basiclite.zip
- download tnsnames.ora (~/bin/oracle perhaps).
- sudo apt-get install libaio1
- Make sure LD_LIBRARY_PATH includes "." (perhaps ~/.kde/Autostart/startupScript)
To Run:
cd ~/bin/oracle/
./sqlplus username/password@10.1.30.200:1531/SHOPCART
./sqlplus username/password@10.1.30.200:1531/SHOPCART
(Escape special characters in the password)
No comments
Post a Comment