Technology Inventory Utility

简介: 此工具可以在应用层和数据库层分别运行,可生成html或者text格式的报告。 这个 技术库工具能够生成一个统一的报告,此报告描述了所有的已安装的technology stack 组件的版本信息。

此工具可以在应用层和数据库层分别运行,可生成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.






相关文章
|
5月前
|
SQL Oracle 关系型数据库
oracle Automated Maintenance Tasks
#Automated Maintenance Tasks
31 0
|
XML 数据格式
Some more technical details about SAP note
I use this note 2184333 which I am responsible for as an example:
Some more technical details about SAP note
|
CDN
Building an Industry Information Website
Object Storage Server (OSS) is a massive, secure, low-cost and highly reliable distributed storage service offered by Alibaba Cloud.
1567 0
Building an Industry Information Website
|
Shell Perl 网络安全
Uptime And Monitoring Strategies For Cloud-Based E-Commerce Applications/Websites
In order to keep your e-commerce site functioning properly, you need to take positive steps to monitor both its performance and functionality.
1514 0