IBM AIX 에서 sqlplus 를 실행하려고 ftp 전송 후 실행 했더니
exec(): 509-036 Cannot load program sqlplus because of the following errors:
0509-120 An offset in the .loader section header is too large.
0509-193 Examine the .loader section header with the
'dump -Hv' command.
라고 뜬다.
찾아보니까.. ftp 전송 시 Binary 모드가 아니라 ASCII 모드로 전송해서 그렇다는 말을 찾아서
다시 Binary 모드로 전송 후 실행하니까 잘 된다.
왠지 이건 아닌거 같은데 -_-;