2015年8月13日 星期四

【Oracle ERP Note 】查看 Oracle EBS AP & DB Component Versions


查看 Oracle EBS 在 AP 與 DB 安裝那些 Component 及其版本資訊,可使用以下 command 得知。

查看 Oracle AP Component Versions:

[prodmgr@sun bin]$ echo $ADPERLPRG
/u01/apps/DEV/apps/tech_st/10.1.3/perl/bin/perl
[prodmgr@sun bin]$ $ADPERLPRG $FND_TOP/patch/115/bin/TXKScript.pl 
                              -script=$FND_TOP/patch/115/bin/txkInventory.pl 
                              -txktop=$APPLTMP 
                              -contextfile=$CONTEXT_FILE  
                              -outfile=$APPLTMP/Report_App_Inventory_20150813-2.html 
                              -reporttype=text
Enter Apps password ?
*** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
*** STDOUT   = /u01/apps/DEV/inst/apps/DEV_sun/logs/appl/rgf/TXK/txkInventory_Fri_Aug_14_07_25_54_2015_stdout.log
Reportfile /u01/apps/DEV/inst/apps/DEV_sun/appltmp/Report_App_Inventory_20150813-2.html generated successfully.


查看 Oracle AP Component Versions:

[proddba@sun bin]$ $ADPERLPRG $ORACLE_HOME/appsutil/bin/TXKScript.pl 
                              -script=$ORACLE_HOME/appsutil/bin/txkInventory.pl 
                              -txktop=$ORACLE_HOME/appsutil/temp 
                              -contextfile=$CONTEXT_FILE 
                              -outfile=$ORACLE_HOME/appsutil/temp/Report_DB_Inventory_20150813.html
Enter Apps password ?
*** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
*** STDOUT   = /u01/proddb/proddb/11.2.2/appsutil/temp/TXK/txkInventory_Fri_Aug_14_07_25_00_2015_stdout.log
Reportfile /u01/proddb/proddb/11.2.2/appsutil/temp/Report_DB_Inventory_20150813.html generated successfully.



沒有留言:

張貼留言

prettyPrint();