且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Technology Inventory Utility

更新时间:2022-08-17 09:01:03

此工具可以在应用层和数据库层分别运行,可生成html或者text格式的报告。

这个 技术库工具能够生成一个统一的报告,此报告描述了所有的已安装的technology stack 组件的版本信息。

http://docs.oracle.com/cd/E18727_01/doc.121/e12894/T202991T499006.htm

On UNIX:

在执行下列命令时,请把命令放置到一行里,然后执行:

Application tier:

perl $FND_TOP/patch/115/bin/TXKScript.pl 
-script=$FND_TOP/patch/115/bin/txkInventory.pl 
-txktop=$APPLTMP  
-contextfile=$CONTEXT_FILE 
-appspass=apps 
-outfile=$APPLTMP/Report_Inventory.html

This report also lists each one-off patch and its date and time of application to the OracleAS 10.1.2 Oracle Home or OracleAS 10.1.3 Oracle Home(可以用这个报告看下已安装的补丁)


Database tier:

perl $ORACLE_HOME/appsutil/bin/TXKScript.pl 
-script=$ORACLE_HOME/appsutil/bin/txkInventory.pl 
-txktop=$ORACLE_HOME/appsutil/temp 
-contextfile=$CONTEXT_FILE 
-appspass=apps 
-outfile=$ORACLE_HOME/appsutil/temp/Report_Inventory.html

Note: To generate the report in text format, append -reporttype=text to the relevant command, and change the outfile name to have a .txt suffix instead of a .html suffix.


Technology Inventory Utility