make -f ins_rdbms.mk ioracle干了什么事?
我们偶尔会以下操作:
cd $ORACLE_HOME/rdbms/lib
make -f ins_rdbms.mk ioracle <<<<<<<
大家伙知道以上命令目的何在吗?命令对文件进行重编译,编译完成如果已存在,那么会对文件先做备份,文件的备份名称以大写字母O为结尾.
语法:
make -f <makefile> <link_option>
动手实验一下:
窗口一:
[oracle@ora10g lib]$ pwd
/u01/app/oracle/product/10.2.0/rdbms/lib
[oracle@ora10g lib]$ make -f ins_rdbms.mk ioracle
窗口二:
[oracle@ora10g bin]$ pwd
/u01/app/oracle/product/10.2.0/bin
[oracle@ora10g bin]$ ls -lrt
total 368580
-rwxr-xr-x 1 oracle oinstall 101448 Jan 1 2000 unzip
-rwxr-xr-x 1 oracle oinstall 2947 Jan 1 2000 oraenv
-rwxr-xr-x 1 oracle oinstall 2365 Jan 1 2000 oerr
-rwxr-xr-x 1 oracle oinstall 2318 Jan 1 2000 gensyslib
-rwxr-x--- 1 oracle oinstall 6582 Jan 1 2000 dbshut
-rwxr-xr-x 1 oracle oinstall 2417 Jan 1 2000 dbhome
-rwxr-xr-x 1 oracle oinstall 2854 Jan 1 2000 coraenv
-rwxr-xr-x 1 oracle oinstall 48 Sep 25 2000 oraxml
-rwxr-xr-x 1 oracle oinstall 48 Sep 25 2000 oraxsl
-rwxr-xr-x 1 oracle oinstall 46 Nov 7 2000 oracg
-rwxr-xr-x 1 oracle oinstall 45 Sep 25 2001 transx
-rwxr-xr-x 1 oracle oinstall 59 Nov 25 2002 orapipe
-rwxr-xr-x 1 oracle oinstall 44 Dec 4 2002 orajaxb
-rwxr-xr-x 1 oracle oinstall 1748 Feb 16 2003 pupbld
-rwxr-xr-x 1 oracle oinstall 2134 Feb 16 2003 helpins
-rwxr-xr-x 1 oracle oinstall 1693 Jan 12 2004 emrepdown.sh
-rwxr-xr-x 1 oracle oinstall 25232 Jan 12 2004 emwd
-rwxr-xr-x 1 oracle oinstall 767 Jan 12 2004 emlfail.command
-rwxr-xr-x 1 oracle oinstall 1226 Jan 12 2004 emdfail.command
-rwxr-xr-x 1 oracle oinstall 1668 Jan 12 2004 runclass
-rwxr-xr-x 1 oracle oinstall 762 Jan 12 2004 xsql
-rwxr-xr-x 1 oracle oinstall 39481 Sep 2 2004 xmlwf
-rwxr-xr-x 1 oracle oinstall 5959 Sep 25 2004 repo_mig.template
-rwxr-xr-x 1 oracle oinstall 11160 Oct 13 2004 DBConsole.pm
-rw-r--r-- 1 oracle oinstall 82 Oct 15 2004 commonenv.bat.template
-rw-r--r-- 1 oracle oinstall 6768 Nov 4 2004 aqxmlctl.pl
-rwxr-xr-x 1 oracle oinstall 3099 Apr 5 2005 asmcmd
-rwxr-xr-x 1 oracle oinstall 2802 May 12 2005 emrepdown.pl
-rwxr-xr-x 1 oracle oinstall 3449 May 12 2005 emdrollogs.pl
-rwxr-xr-x 1 oracle oinstall 3944 May 12 2005 emdlctl.template
-rwxr-xr-x 1 oracle oinstall 0 May 12 2005 emtgtctl20
-rwxr-xr-x 1 oracle oinstall 214856 May 21 2005 asmcmdcore
-rw-r--r-- 1 oracle oinstall 1108 May 23 2005 processDef.pl
-rwxr-xr-x 1 oracle oinstall 3261 Jun 7 2005 symfind
-rwxr-xr-x 1 oracle oinstall 1176 Jun 13 2005 linkshlib
-rwxr-xr-x 1 oracle oinstall 153 Jun 13 2005 echodo
-rwxr-xr-x 1 oracle oinstall 0 Jun 22 2005 kfod0
-rwxr-xr-x 1 oracle oinstall 0 Jun 22 2005 csscanO
-rwxr-xr-x 1 oracle oinstall 5146 Jun 23 2005 genclntst
-rwxr-xr-x 1 oracle oinstall 1891 Aug 9 2005 agentok.sh
-rwxr-xr-x 1 oracle oinstall 21942 Aug 11 2005 EMDeploy.pm
-rwxr-xr-x 1 oracle oinstall 2175 Aug 26 2005 sAgentUtils.pm
-rwxr-xr-x 1 oracle oinstall 0 Aug 31 2005 netca_inst.sh
-rwxr-xr-x 1 oracle oinstall 4865 Sep 23 2005 genagtsh
-rwxr-xr-x 1 oracle oinstall 9668 Sep 26 2005 genclntsh
-rwxr-xr-x 1 oracle oinstall 53117 Oct 16 2005 proxyserv.bin
-rwxr-xr-x 1 oracle oinstall 629312 Oct 20 2005 oclsmon.bin
-rwxr-xr-x 1 oracle oinstall 2893 Oct 20 2005 gennfgt
-rwxr-xr-x 1 oracle oinstall 13093 Oct 20 2005 adapters
-rwxr-xr-x 1 oracle oinstall 691 Oct 22 2005 proxyserv
-rwxr-xr-x 1 oracle oinstall 0 Oct 22 2005 tnnfg.dbl
-rwxr-xr-x 1 oracle oinstall 0 Oct 22 2005 trcldr
-rwxr-xr-x 1 oracle oinstall 0 Oct 22 2005 grdcscan
-rwxr-xr-x 1 oracle oinstall 0 Oct 22 2005 nmo0
-rwxr-xr-x 1 oracle oinstall 0 Oct 22 2005 nmb0
-rwxr-xr-x 1 oracle oinstall 12432 Jul 20 2006 emctl.template
-rwxr-xr-x 1 oracle oinstall 485 Aug 4 2006 makeserverwlt
-rwxr-xr-x 1 oracle oinstall 485 Aug 4 2006 makerootca.sh
-rwxr-xr-x 1 oracle oinstall 19227 Nov 19 2006 EMAgent.pm
-rwxr-xr-x 1 oracle oinstall 3528 Feb 20 2007 genoccish
-rwxr-xr-x 1 oracle oinstall 504 Mar 30 2007 commonenv.template
-rwxr-xr-x 1 oracle oinstall 15719 Apr 17 2007 IASConsole.pm
-rwxr-xr-x 1 oracle oinstall 54634 Apr 24 2007 emwd.pl
-rwxr-xr-x 1 oracle oinstall 1146 May 9 2007 emtgtctl.template
-rwxr-xr-x 1 oracle oinstall 1814 Aug 1 2007 racgwrap.sbs
-rwxr-xr-x 1 oracle oinstall 8579 Nov 28 2007 relink
-rwxr-xr-x 1 oracle oinstall 570816 Feb 5 2008 ctxkbtc
-rwxr-xr-x 1 oracle oinstall 1967294 Feb 5 2008 xml
-rwxr-xr-x 1 oracle oinstall 2376548 Feb 5 2008 xmlcg
-rwxr-xr-x 1 oracle oinstall 1608096 Feb 5 2008 schema
-rwxr-xr-x 1 oracle oinstall 1798277 Feb 5 2008 xvm
-rwxr-xr-x 1 oracle oinstall 1867426 Feb 5 2008 xsl
-rwxr-xr-x 1 oracle oinstall 9590 Feb 6 2008 genorasdksh
-rwxr-xr-x 1 oracle oinstall 368942 Feb 6 2008 csscan
-rwxr-xr-x 1 oracle oinstall 890211 Feb 7 2008 lmsgen
-rwxr-xr-x 1 oracle oinstall 2656925 Feb 7 2008 lxinst
-rwxr-xr-x 1 oracle oinstall 934744 Feb 7 2008 lxegen
-rwxr-xr-x 1 oracle oinstall 544765 Feb 7 2008 lxchknlb
-rwxr-xr-x 1 oracle oinstall 1079375 Feb 7 2008 lcsscan
-rwxr-xr-x 1 oracle oinstall 84086 Feb 12 2008 zip
-rwxr-xr-x 1 oracle oinstall 1816142 Feb 29 2008 oratclsh0
-rwxr-xr-x 1 oracle oinstall 365371 Feb 29 2008 nmuct
-rwxr-xr-x 1 oracle oinstall 43626 Feb 29 2008 nmcbufp
-rwxr-xr-x 1 oracle oinstall 670182 Mar 1 2008 ocrdump.bin
-rwxr-xr-x 1 oracle oinstall 714871 Mar 1 2008 ocrconfig.bin
-rwxr-xr-x 1 oracle oinstall 640002 Mar 1 2008 ocrcheck.bin
-rwxr-xr-x 1 oracle oinstall 129870 Mar 1 2008 rawutl
-rwxr-xr-x 1 oracle oinstall 12962 Mar 1 2008 srvmspawn
-rwxr-xr-x 1 oracle oinstall 1482620 Mar 1 2008 ocssd.bin
-rwxr-xr-x 1 oracle oinstall 716197 Mar 1 2008 clscfg.bin
-rwxr-xr-x 1 oracle oinstall 627625 Mar 1 2008 clsid.bin
-rwxr-xr-x 1 oracle oinstall 645572 Mar 1 2008 oclsvmon.bin
-rwxr-xr-x 1 oracle oinstall 640405 Mar 1 2008 oclsomon.bin
-rwxr-xr-x 1 oracle oinstall 3493325 Mar 1 2008 crsctl.bin
-rwxr-xr-x 1 oracle oinstall 701777 Mar 1 2008 clsfmt.bin
-rwxr-xr-x 1 oracle oinstall 723078 Mar 1 2008 gsd
-rwxr-xr-x 1 oracle oinstall 188719 Mar 2 2008 mkwallet
-rwxr-xr-x 1 oracle oinstall 4902 Mar 2 2008 gennttab
-rwxr-xr-x 1 oracle oinstall 856381 Mar 11 2008 genksms
-rwxr-x--- 1 oracle oinstall 10500 Mar 11 2008 osh
-rwxr-x--- 1 oracle oinstall 12309 Mar 11 2008 fmputlhp
-rwxr-x--- 1 oracle oinstall 656290 Mar 11 2008 fmputl
-rwxr-xr-x 1 oracle oinstall 22443 Mar 11 2008 sysresv
-r-sr-s--- 1 root oinstall 14931 Mar 11 2008 oradism
-rwxr-xr-x 1 oracle oinstall 3758285 Mar 11 2008 kgpmon
-rwxr-x--- 1 oracle oinstall 63821 Mar 11 2008 cfo
-rwxr-x--- 1 oracle oinstall 0 Mar 12 2008 oradismO
-rwxr-x--- 1 oracle oinstall 0 Mar 12 2008 hsodbcO
-rwxr-xr-x 1 oracle oinstall 1205 May 15 2014 olsoidsync
-rwxr-xr-x 1 oracle oinstall 1172 May 15 2014 olsadmintool
-rwxr-xr-x 1 oracle oinstall 3151 May 15 2014 umu.ouibak
-rwxr-xr-x 1 oracle oinstall 5414 May 15 2014 owm.ouibak
lrwxrwxrwx 1 oracle oinstall 52 May 15 2014 lbuilder -> /u01/app/oracle/product/10.2.0/nls/lbuilder/lbuilder
-rwxr-xr-x 1 oracle oinstall 1347 May 15 2014 statusnc.ouibak
-rwxr-xr-x 1 oracle oinstall 3182 May 15 2014 orapki.ouibak
-rwxr-xr-x 1 oracle oinstall 509 May 15 2014 ojvmjava.ouibak
-rwxr-xr-x 1 oracle oinstall 2145 May 15 2014 oidprovtool.ouibak
-rwxr-xr-x 1 oracle oinstall 2014 May 15 2014 oidadmin
-rwxr-xr-x 1 oracle oinstall 1687 May 15 2014 oclsmon
-rwxr-xr-x 1 oracle oinstall 1347 May 15 2014 ncomp.ouibak
-rwxr-xr-x 1 oracle oinstall 2220 May 15 2014 mkstore.ouibak
-rwxr-xr-x 1 oracle oinstall 554 May 15 2014 loadjava.ouibak
-rwxr-xr-x 1 oracle oinstall 1870 May 15 2014 ldifmigrator
-rwxr-xr-x 1 oracle oinstall 10904 May 15 2014 isqlplusctl.pl.ouibak
-rwxr-xr-x 1 oracle oinstall 3256 May 15 2014 isqlplusctl
-rwxr-xr-x 1 oracle oinstall 513 May 15 2014 dropjava.ouibak
-rwxr-xr-x 1 oracle oinstall 1348 May 15 2014 deploync.ouibak
-rwxr-xr-x 1 oracle oinstall 6407 May 15 2014 netca.ouibak
-rwxr-xr-x 1 oracle oinstall 2072 May 15 2014 trcsess
-rwxr-xr-x 1 oracle oinstall 3004 May 15 2014 trcasst.ouibak
-rwxr-xr-x 1 oracle oinstall 935 May 15 2014 schemasync
-rwxr-xr-x 1 oracle oinstall 5352 May 15 2014 rconfig.ouibak
-rwxr-x--x 1 oracle oinstall 1339 May 15 2014 racgwrap.ouibak
-rwxr-xr-x 1 oracle oinstall 0 May 15 2014 racgons
-rwxr-xr-x 1 oracle oinstall 2161 May 15 2014 oidca
-rwxr-xr-x 1 oracle oinstall 995 May 15 2014 odisrvreg
-rwxr-xr-x 1 oracle oinstall 6219 May 15 2014 netmgr.ouibak
-rwxr-xr-x 1 oracle oinstall 324 May 15 2014 extusrupgrade
-rwxr-xr-x 1 oracle oinstall 6015 May 15 2014 dbua.ouibak
-rw-r----- 1 oracle oinstall 1551 May 15 2014 aqxmlctl.ouibak
-rwsr-s--- 1 root oinstall 16382 May 15 2014 nmo
-rwsr-s--- 1 root oinstall 18178 May 15 2014 nmb
-rwxr-xr-x 1 oracle oinstall 34691 May 15 2014 sslsetup.ouibak
-rwxr-xr-x 1 oracle oinstall 8757 May 15 2014 emutil.ouibak
-rwxr-xr-x 1 oracle oinstall 85908 May 15 2014 emctl.pl.ouibak
-rwxr--r-- 1 oracle oinstall 12095 May 15 2014 emctl.ouibak
-rwxr-xr-x 1 oracle oinstall 28704 May 15 2014 EmctlCommon.pm.ouibak
-rwxr-xr-x 1 oracle oinstall 6146 May 15 2014 repo_mig.ouibak
-rwxr-xr-x 1 oracle oinstall 898 May 15 2014 emtgtctl.ouibak
-rwxr-xr-x 1 oracle oinstall 5376 May 15 2014 dbca.ouibak
-rwxr-xr-x 1 oracle oinstall 399 May 15 2014 commonenv.ouibak
-rwxr-xr-x 1 oracle oinstall 2145 Dec 21 19:27 oidprovtool
-rwxr-x--x 1 oracle oinstall 1551 Dec 21 19:27 aqxmlctl
-rwxr-xr-x 1 oracle oinstall 2437 Dec 21 19:27 bndlchk
-rwxr-xr-x 1 oracle oinstall 935 Dec 21 19:27 ott
-rwxr-xr-x 1 oracle oinstall 5414 Dec 21 19:27 owm
-rwxr-xr-x 1 oracle oinstall 3182 Dec 21 19:27 orapki
-rwxr-xr-x 1 oracle oinstall 2220 Dec 21 19:27 mkstore
-rwxr-xr-x 1 oracle oinstall 3003 Dec 21 19:27 trcasst
-rwxr-xr-x 1 oracle oinstall 6218 Dec 21 19:27 netmgr
-rwxr-xr-x 1 oracle oinstall 105 Dec 21 19:27 netca_deinst.sh
-rwxr-xr-x 1 oracle oinstall 6406 Dec 21 19:27 netca
-rwxr-xr-x 1 oracle oinstall 11083 Dec 21 19:27 isqlplusctl.pl
-rwxr-xr-x 1 oracle oinstall 1347 Dec 21 19:27 statusnc
-rwxr-xr-x 1 oracle oinstall 4553 Dec 21 19:27 srvconfig
-rwxr-xr-x 1 oracle oinstall 1498 Dec 21 19:27 ojvmjava
-rwxr-xr-x 1 oracle oinstall 1347 Dec 21 19:27 ncomp
-rwxr-xr-x 1 oracle oinstall 1446 Dec 21 19:27 loadjava
-rwxr-xr-x 1 oracle oinstall 1210 Dec 21 19:27 dropjava
-rwxr-xr-x 1 oracle oinstall 1348 Dec 21 19:27 deploync
-rwxr-xr-x 1 oracle oinstall 736 Dec 21 19:27 cluvfy
-rwxr-xr-x 1 oracle oinstall 6241 Dec 21 19:27 srvctl
-rwxr-x--x 1 oracle oinstall 1831 Dec 21 19:27 racgwrap
-rwxr-xr-x 1 oracle oinstall 2271 Dec 21 19:27 ocssd
-rwxr-xr-x 1 oracle oinstall 2271 Dec 21 19:27 oclsvmon
-rwxr-xr-x 1 oracle oinstall 2271 Dec 21 19:27 oclsomon
-rwxr-xr-x 1 oracle oinstall 22592 Dec 21 19:27 localconfig
-rwxr-xr-x 1 oracle oinstall 4939 Dec 21 19:27 gsd.sh
-rwxr-xr-x 1 oracle oinstall 4782 Dec 21 19:27 gsdctl
-rwxr-xr-x 1 oracle oinstall 2271 Dec 21 19:27 crsctl
-rwxr-xr-x 1 oracle oinstall 2271 Dec 21 19:27 clsid
-rwxr-xr-x 1 oracle oinstall 2271 Dec 21 19:27 clsfmt
-rwxr-xr-x 1 oracle oinstall 2271 Dec 21 19:27 clscfg
-rwxr-xr-x 1 oracle oinstall 3151 Dec 21 19:27 umu
-rwxr-xr-x 1 oracle oinstall 5352 Dec 21 19:27 rconfig
-rwxr-xr-x 1 oracle oinstall 7247 Dec 21 19:27 dbua
-rwxr-x--- 1 oracle oinstall 76815 Dec 21 19:29 nmus0
-rwxr-x--- 1 oracle oinstall 74750 Dec 21 19:29 nmupm0
-rwxr-x--- 1 oracle oinstall 71646 Dec 21 19:29 nmocat0
-rwxr-x--- 1 oracle oinstall 100081 Dec 21 19:29 nmei0
-rwx------ 1 oracle oinstall 120036 Dec 21 19:29 emdctl0
-rwxr-x--- 1 oracle oinstall 80336 Dec 21 19:29 emagtm0
-rwx------ 1 oracle oinstall 67253 Dec 21 19:29 emagent0
-rwxr-x--- 1 oracle oinstall 929370 Dec 21 19:29 nmccollector0
-rwxr-x--x 1 oracle oinstall 356704 Dec 21 19:29 impO
-rwxr-x--x 1 oracle oinstall 713824 Dec 21 19:29 expO
-rwxr-x--- 1 oracle oinstall 2253778 Dec 21 19:29 e2eme0
-rwxr-x--x 1 oracle oinstall 138307 Dec 21 19:29 tkprofO
-rwxr-x--x 1 oracle oinstall 734679 Dec 21 19:29 sqlldrO
-rwxr-x--x 1 oracle oinstall 12713143 Dec 21 19:29 rmanO
-rwxr-x--x 1 oracle oinstall 205824 Dec 21 19:29 impdpO
-rwxr-x--x 1 oracle oinstall 200777 Dec 21 19:29 expdpO
-rwxr-x--x 1 oracle oinstall 62924 Dec 21 19:29 tg4pwdO
-rwxr-x--x 1 oracle oinstall 66392 Dec 21 19:29 geneziO
-rwxr-x--x 1 oracle oinstall 6243237 Dec 21 19:29 wrapO
-rwxr-x--x 1 oracle oinstall 443684 Dec 21 19:29 tnslsnr0
-rwxr-x--x 1 oracle oinstall 226318 Dec 21 19:29 ctxloadO
-rwxr-x--x 1 oracle oinstall 480417 Dec 21 19:29 ctxlcO
-rwxr-x--x 1 oracle oinstall 21744 Dec 21 19:29 trcroute0
-rwxr-x--x 1 oracle oinstall 13603 Dec 21 19:29 tnsping0
-rwxr-x--- 1 oracle oinstall 13217 Dec 21 19:29 oklist0
-rwxr-x--x 1 oracle oinstall 103123 Dec 21 19:29 lsnrctl0
-rwxr-x--- 1 oracle oinstall 7630 Dec 21 19:29 okinit0
-rwxr-x--- 1 oracle oinstall 9964 Dec 21 19:29 okdstry0
-rwxr-x--x 1 oracle oinstall 1242988 Dec 21 19:29 racgmainO
-rwxr-x--x 1 oracle oinstall 1105335 Dec 21 19:29 racgeutO
-rwxr-x--- 1 oracle oinstall 983329 Dec 21 19:29 oifcfg0
-rwxr-x--- 1 oracle oinstall 658816 Dec 21 19:29 ocrdump0
-rwxr-x--- 1 oracle oinstall 703345 Dec 21 19:29 ocrconfig0
-rwxr-x--- 1 oracle oinstall 629148 Dec 21 19:29 ocrcheck0
-rwxr-x--x 1 oracle oinstall 22380 Dec 21 19:29 tstshmO
-rwxr-x--x 1 oracle oinstall 7327 Dec 21 19:29 sqlplusO
-rwxr-x--x 1 oracle oinstall 1151469 Dec 21 19:29 racgmdbO
-rwxr-x--x 1 oracle oinstall 1260722 Dec 21 19:29 racgimonO
-rwxr-x--x 1 oracle oinstall 13153 Dec 21 19:29 maxmemO
-rwxr-x--x 1 oracle oinstall 383517 Dec 21 19:29 dbvO
-rwxr-x--x 1 oracle oinstall 21940 Dec 21 19:30 orapwdO
-rwxr-x--x 1 oracle oinstall 315370 Dec 21 19:30 mapsga0
-rwxr-x--x 1 oracle oinstall 63861 Dec 21 19:30 extprocO
-rwxr-x--x 1 oracle oinstall 315129 Dec 21 19:30 dumpsga0
-rwxr-x--x 1 oracle oinstall 13411 Dec 21 19:30 dbfsizeO
-rwxr-x--x 1 oracle oinstall 33565 Dec 21 19:30 cursizeO
-rwxr-x--x 1 oracle oinstall 125346 Dec 21 19:30 sbttestO
-rwxr-x--x 1 oracle oinstall 71819 Dec 21 19:30 hsotsO
-rwxr-x--x 1 oracle oinstall 73155 Dec 21 19:30 hsdepxaO
-rwxr-x--x 1 oracle oinstall 184983 Dec 21 19:30 hsallociO
-rwxr-x--x 1 oracle oinstall 69823 Dec 21 19:30 extproc32O
-rwxr-x--x 1 oracle oinstall 95834 Dec 21 19:30 agtctlO
-rwxr-x--x 1 oracle oinstall 159764 Dec 21 19:30 nidO
-rwx------ 1 oracle oinstall 58726 Dec 21 19:30 extjoboO
-rwsr-x--- 1 root oinstall 58726 Dec 21 19:30 extjobO
-rwxr-x--x 1 oracle oinstall 8130972 Dec 21 19:30 kfodO
-rwxr-xr-x 1 oracle oinstall 474 Dec 21 19:30 sslsetup
-rwxr-xr-x 1 oracle oinstall 6146 Dec 21 19:30 repo_mig
-rwxr-x--x 1 oracle oinstall 1702511 Dec 21 19:30 hsodbc
-rwxr-xr-x 1 oracle oinstall 2959 Dec 21 19:30 fix_4525303.pl
-rwxr-xr-x 1 oracle oinstall 8757 Dec 21 19:30 emutil
-rwxr-xr-x 1 oracle oinstall 1201 Dec 21 19:30 emtgtctl
-rwxr-xr-x 1 oracle oinstall 89929 Dec 21 19:30 emctl.pl
-rwxr-xr-x 1 oracle oinstall 30831 Dec 21 19:30 EmctlCommon.pm
-rwxr--r-- 1 oracle oinstall 12416 Dec 21 19:30 emctl
-rwxr-xr-x 1 oracle oinstall 3769 Dec 21 19:30 emagentdeploy.pl
-rwxr-xr-x 1 oracle oinstall 531 Dec 21 19:30 commonenv
-rwxr-xr-x 1 oracle oinstall 3494 Dec 21 19:30 targetdeploy.pl
-rwx------ 1 oracle oinstall 3337 Dec 21 19:30 onsctl
-rwxr-xr-x 1 oracle oinstall 1717 Dec 21 19:30 emca
-rwxr-xr-x 1 oracle oinstall 5610 Dec 21 19:30 dbca
-rwxr-x--- 1 oracle oinstall 14088 Feb 26 11:59 dbstart
-rwxr-xr-x 1 oracle oinstall 7486012 Feb 26 13:16 proc
-rwxr-xr-x 1 oracle oinstall 707627 Feb 26 13:16 ldapbind
-rwxr-xr-x 1 oracle oinstall 779963 Feb 26 13:16 ldapadd
-rwxr-xr-x 1 oracle oinstall 779963 Feb 26 13:16 ldapmodify
-rwxr-xr-x 1 oracle oinstall 707604 Feb 26 13:16 ldapdelete
-rwxr-xr-x 1 oracle oinstall 707557 Feb 26 13:16 ldapcompare
-rwxr-xr-x 1 oracle oinstall 729177 Feb 26 13:16 ldapsearch
-rwxr-xr-x 1 oracle oinstall 707384 Feb 26 13:16 ldapmoddn
-rwxr-xr-x 1 oracle oinstall 793318 Feb 26 13:16 ldapaddmt
-rwxr-xr-x 1 oracle oinstall 793318 Feb 26 13:16 ldapmodifymt
-rwxr-x--x 1 oracle oinstall 356704 Feb 26 13:16 imp
-rwxr-xr-x 1 oracle oinstall 763157 Feb 26 13:16 dsml2ldif
-rwxr-x--x 1 oracle oinstall 138307 Feb 26 13:16 tkprof
-rwxr-x--x 1 oracle oinstall 734679 Feb 26 13:16 sqlldr
-rwxr-x--x 1 oracle oinstall 713824 Feb 26 13:16 exp
-rwxr-x--x 1 oracle oinstall 12713143 Feb 26 13:16 rman
-rwxr-x--x 1 oracle oinstall 30203 Feb 26 13:16 loadpspO
-rwxr-x--x 1 oracle oinstall 434526 Feb 26 13:16 kgmgrO
-rwxr-x--x 1 oracle oinstall 205824 Feb 26 13:16 impdp
-rwxr-x--x 1 oracle oinstall 62924 Feb 26 13:16 tg4pwd
-rwxr-x--x 1 oracle oinstall 66392 Feb 26 13:16 genezi
-rwxr-x--x 1 oracle oinstall 200777 Feb 26 13:16 expdp
-rwxr-x--x 1 oracle oinstall 2284807 Feb 26 13:16 dgmgrlO
-rwxr-x--x 1 oracle oinstall 6243237 Feb 26 13:16 wrap
-rwxr-x--x 1 oracle oinstall 226318 Feb 26 13:16 ctxload
-rwxr-x--x 1 oracle oinstall 480417 Feb 26 13:16 ctxlc
-rwxr-xr-x 1 oracle oinstall 76815 Feb 26 13:16 nmus
-rwxr-xr-x 1 oracle oinstall 74750 Feb 26 13:16 nmupm
-rwxr-xr-x 1 oracle oinstall 120036 Feb 26 13:16 emdctl
-rwxr-xr-x 1 oracle oinstall 67253 Feb 26 13:16 emagent
-rwxr-xr-x 1 oracle oinstall 71646 Feb 26 13:16 nmocat
-rwxr-xr-x 1 oracle oinstall 100081 Feb 26 13:16 nmei
-rwsr-s--x 1 oracle oinstall 96956 Feb 26 13:16 emtgtctl2
-rwxr-xr-x 1 oracle oinstall 80336 Feb 26 13:16 emagtm
-rwxr-xr-x 1 oracle oinstall 2253778 Feb 26 13:16 e2eme
-rwxr-xr-x 1 oracle oinstall 1907038 Feb 26 13:16 oratclsh
-rwxr-xr-x 1 oracle oinstall 929370 Feb 26 13:16 nmccollector
-rwxr-xr-x 1 oracle oinstall 7299 Feb 26 13:16 osdbagrp0
-rwxr-x--x 1 oracle oinstall 1242988 Feb 26 13:16 racgmain
-rwxr-xr-x 1 oracle oinstall 983329 Feb 26 13:16 oifcfg
-rwxr-xr-x 1 oracle oinstall 658816 Feb 26 13:16 ocrdump
-rwxr-xr-x 1 oracle oinstall 703345 Feb 26 13:16 ocrconfig
-rwxr-xr-x 1 oracle oinstall 629148 Feb 26 13:16 ocrcheck
-rwxr-x--x 1 oracle oinstall 7327 Feb 26 13:16 sqlplus
-rwxr-x--x 1 oracle oinstall 1151469 Feb 26 13:16 racgmdb
-rwxr-x--x 1 oracle oinstall 1260722 Feb 26 13:16 racgimon
-rwxr-x--x 1 oracle oinstall 1105335 Feb 26 13:16 racgeut
-rwxr-x--x 1 oracle oinstall 383517 Feb 26 13:16 dbv
-rwxr-x--x 1 oracle oinstall 22380 Feb 26 13:16 tstshm
-rwxr-x--x 1 oracle oinstall 21940 Feb 26 13:16 orapwd
-rwxr-x--x 1 oracle oinstall 13153 Feb 26 13:16 maxmem
-rwxr-x--x 1 oracle oinstall 13411 Feb 26 13:16 dbfsize
-rwxr-x--x 1 oracle oinstall 315370 Feb 26 13:16 mapsga
-rwxr-x--x 1 oracle oinstall 315129 Feb 26 13:16 dumpsga
-rwxr-x--x 1 oracle oinstall 33565 Feb 26 13:16 cursize
-rwxr-x--x 1 oracle oinstall 125346 Feb 26 13:16 sbttest
-rwxr-x--x 1 oracle oinstall 71819 Feb 26 13:16 hsots
-rwxr-x--x 1 oracle oinstall 73155 Feb 26 13:16 hsdepxa
-rwxr-x--x 1 oracle oinstall 184983 Feb 26 13:16 hsalloci
-rwxr-x--x 1 oracle oinstall 69823 Feb 26 13:16 extproc32
-rwxr-x--x 1 oracle oinstall 63861 Feb 26 13:16 extproc
-rwxr-x--x 1 oracle oinstall 95834 Feb 26 13:16 agtctl
-rwxr-x--x 1 oracle oinstall 159764 Feb 26 13:17 nid
-rwxr-x--x 1 oracle oinstall 30203 Feb 26 13:17 loadpsp
-rwxr-x--x 1 oracle oinstall 434526 Feb 26 13:17 kgmgr
-rwx------ 1 oracle oinstall 58726 Feb 26 13:17 extjobo
-rwxr-xr-x 1 oracle oinstall 58726 Feb 26 13:17 extjob
-rwxr-x--x 1 oracle oinstall 2284807 Feb 26 13:17 dgmgrl
-rwxr-xr-x 1 oracle oinstall 7299 Feb 26 13:17 osdbagrp
-rwxr-x--x 1 oracle oinstall 8130972 Feb 26 13:17 kfod
-rwsr-s--x 1 oracle oinstall 112468376 Feb 26 13:17 oracleO
-rwxr-x--x 1 oracle oinstall 21744 Feb 26 13:17 trcroute
-rwxr-x--x 1 oracle oinstall 13603 Feb 26 13:17 tnsping
-rwxr-x--x 1 oracle oinstall 443684 Feb 26 13:17 tnslsnr
-rwxr-xr-x 1 oracle oinstall 13217 Feb 26 13:17 oklist
-rwxr-xr-x 1 oracle oinstall 7630 Feb 26 13:17 okinit
-rwxr-xr-x 1 oracle oinstall 9964 Feb 26 13:17 okdstry
-rwxr-x--x 1 oracle oinstall 103123 Feb 26 13:17 lsnrctl
-rwsr-s--x 1 oracle oinstall 112468376 Feb 26 13:17 oracle
注: 以上加粗部分的文件是make之后生成的...
[oracle@ora10g bin]$ ls -lrt | grep "Feb 26" | wc -l
80
窗口一:
[oracle@ora10g lib]$ make -f ins_rdbms.mk ikfed
窗口二:
[oracle@ora10g bin]$ ls -lrt | grep "Feb 26" | wc -l
81
[oracle@ora10g bin]$ ls -lrt kfed
-rwxr-x--x 1 oracle oinstall 238044 Feb 26 13:20 kfed
窗口一:
[oracle@ora10g lib]$ make -f ins_rdbms.mk ikfed
窗口二:
[oracle@ora10g bin]$ ls -lrt | grep "Feb 26" | wc -l
82
[oracle@ora10g bin]$ ls -lrt kfed*
-rwxr-x--x 1 oracle oinstall 238044 Feb 26 13:20 kfedO
-rwxr-x--x 1 oracle oinstall 238044 Feb 26 13:21 kfed
至此,我们就知道标题的答案了.
-------------------------------------------------------
道行尚浅,欢迎拍砖.
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。