Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sqlplus cannot execute binary file

Status
Not open for further replies.

newcg

Technical User
Feb 1, 2007
22
0
0
US
has anyone seen this:
I tried to issue sqlplus and got this error:

sqlplus: cannot execute binary file

The server and oracle are both 32 bits on Redhat4. The permissions on the $ORACLE_HOME/bin/sqlplus is 755.
thanks.
 
have you tried running it like this $ORACLE_HOME/bin/sqlplus?
 
found out that the OS is 32 bit, but oracle is 64. they need to be the same. my bad.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top