After cloning database home executables in the bin direcory are a differnts size than the source
I am cloning an oracle database 11.2.0.4 home on SunOS 5.10 to another machine with the same version of the OS.
I copy the files with tar, ftp to the new machine, untar, set environment variables and run clone.pl
clone.pl ORACLE_HOME_NAME=OraDb11g_home4 ORACLE_HOME=/usr/oracle/u01/app/oracle/product/11.2.0.4 ORACLE_BASE=/usr/oracle/u01/app/oracle/product OSADBA_GROUP=dba OSOPER_GROUP=dba
I check out lsinventory and it is all in order.
Then I noticed that the size of the sqlplus executable differs on the target. It seems to function just fine.
Can anyone tell me what would account for this. Is it a problem?