Feb 28, 2007 #1 newcg Technical User Joined Feb 1, 2007 Messages 22 Location 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.
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.
Mar 5, 2007 #2 pete91z Technical User Joined Oct 18, 2002 Messages 146 Location GB have you tried running it like this $ORACLE_HOME/bin/sqlplus? Upvote 0 Downvote
Mar 5, 2007 Thread starter #3 newcg Technical User Joined Feb 1, 2007 Messages 22 Location US found out that the OS is 32 bit, but oracle is 64. they need to be the same. my bad. Upvote 0 Downvote