Monday, May 24, 2010

I'm not able to connect sqlplus through UNIX?

When i try to access sqlplus using UNIX, it just says sqlplus not found.


Can anyone help e regarding this

I'm not able to connect sqlplus through UNIX?
PATH needs fixed. If sqlplus is in the current directory, you will need to add . to your path.





You'll need to find the program. Is this part of Oracle? There's a whole environment that needs setup for that to work right.





Once you have your path setup propertly, "which" should work.





You may want to see what packages you have installed first (pkginfo or the like).
Reply:if you're trying to run it as root make sure you prefix it with the whole path:





./sqlplus


/usr/local/bin/sqlplus





or something like that.





if you do not run it as root then there is no much details in the question. is sqlplus in the path?

hawaiian flowers

No comments:

Post a Comment