Вы находитесь на странице: 1из 17

Search Results MSCA Kevin Kempf's Blog

Page 1 of 17

Kevin Kempf's Blog

May 16, 2011

A DBAs take on MSCA (Mobile supply chain applications)


Filed under: 11i, Oracle kkempf @ 3:23 pm

What is MSCA?
MSCA is Oracles take on mobile ERP. In manufacturing, having Oracle on a PC is sometimes
inconvenient. Being able to process certain transactions where they actually happen is a huge win. So
is being able to scan a barcode at this location, instead of typing in a long item number or purchase
order number. Some common examples may be going out to the warehouse and counting inventory,
transferring or issuing inventory, or even shipping and receiving. We use the LXE MX-7 as our
mobile device; its basically a Windows CE device connected to our network via WiFi:

Architecture
Basically, MSCA is a telnet server running on the front end of 11i (possibly several servers load
balanced by dispatchers), and either telnet or a little java GUI (on top of telnet) on the client side. As
far as I can tell, its about as secure as an open barn door and in about the same technological era as
the barn itself. In other words, its in dire need of a facelift, and a technology upgrade, but at least it
works.
http://kkempf.wordpress.com/?s=MSCA

11/13/2012

Search Results MSCA Kevin Kempf's Blog

Page 2 of 17

References
Oracle Mobile Supply Chain Applications
Implementation Guide
Release 11i
Part No. B10938-02
Oracle Mobile Supply Chain Applications
Users Guide
Release 11i
Part No. A86726-06
Oracle Mobile Application Server for Industrial Applications
Installation Guide
Release 1.0.8.2
May 2002
Oracle Mobile Applications
Graphical User Interface Client
An Oracle White Paper
February 2005

Starting/Stopping the Telnet Server


Of course, this assumes everything is configured reasonably well; in my case, autoconfig had already
done all that work in $MWA_TOP as far as config files (with all the defaults). Where I have
admin_user it means someone with the canned responsibility MWA Server Manager.
Start
cd $MWA_TOP
./mwactl.sh start
Stop
cd $MWA_TOP
./mwactl.sh -login admin_user/password stop_force

http://kkempf.wordpress.com/?s=MSCA

11/13/2012

Search Results MSCA Kevin Kempf's Blog

Page 3 of 17

Logging In
The quickest way to do it is via telnet. Yep. From a command line in Windows, type telnet host
port where host is where you just started the service from $MWA_TOP and port is one of the 3 ports it
cranked up a telnet listener on. These ports are displayed when the mwactl.sh start command
completes, and are in a config file called mwa.cfg in $MWA_TOP/secure.
Heres some screenshots of the telnet version. I admit, my telnet client isnt doing the application any
favors, but then again, neither is the application.

http://kkempf.wordpress.com/?s=MSCA

11/13/2012

Search Results MSCA Kevin Kempf's Blog

Page 4 of 17

Straight from 1973...Yes the login screen CAN look worse

Actually, this may be an improvement from the responsibilities login page

Manufacturing TransactionsThe admin menu

http://kkempf.wordpress.com/?s=MSCA

11/13/2012

Search Results MSCA Kevin Kempf's Blog

Page 5 of 17

Telnet: Closing Thoughts


I dont know who would choose to use telnet for this, or why, but its there, and it works. You have to
use a bunch of crazy key combinations to do things (theyre listed in the users guide, like ctrl-Z to
exit).

The GUI client


Jumping forward 20 years, we get to the java GUI client. Of course, Oracle only officially supports
this running on Windows. Basically, you have to pull a patch (4205328) and extract 1 file from it
(j4205328.zip) and land it in a directory on your Windows machine. After that, you install Sun/Oracle
JDK and mock up a .cmd file to make the GUI launch. Fortunately, it also runs from Linux (Warning:
You are now leaving the supported zone!) since its just a tiny java app sitting in front of the telnet
screen and making the screen bearable.

Installing the GUI client


1. Create a folder somewhere on a Windows box called msca (or whatever you want to call it), then
create 2 folders in it callled lib and log.
2. Install the most recent JDK wherever it installs itself. The docs say install 1.1.8, but I dont think
youre allowed to download Java from 1999 anymore
3. Download the patch 4205328.zip; unzip it and extract the file j4205328.zip and put it in msca/lib
4. Create a command file called runMSCA.cmd and stick it in the msca directory. Edit it, and add
these lines:

5. set MWA_GUI_TOP=C:\msca
set JAVA_TOP="c:\Program Files\Java\jdk1.6.0_25"
%JAVA_TOP%\bin\java -classpath %JAVA_TOP%\lib\classes.zip;%MWA_GUI_TOP%\lib\j4205328.

Launching the GUI client


Double click the .cmd file and you get to the login. These screenshots are from Ubuntu, the Windows
appearance is similar.

http://kkempf.wordpress.com/?s=MSCA

11/13/2012

Search Results MSCA Kevin Kempf's Blog

Page 6 of 17

Pick your deviceLogin ScreenResponsibilitiesManufacturing ScreenAdmin Screen

http://kkempf.wordpress.com/?s=MSCA

11/13/2012

Search Results MSCA Kevin Kempf's Blog

Page 7 of 17

Warning!
This is not an implementation guide. Its just a mid-depth technical introduction to this product.
Functionally, best practices would be to get away from canned responsibilities and pare down
transactions by job role. I do know that the few transactions we tested work fine. Ive left out a lot of
other things. There is a whole web-based interface which you can log into via conventional 11i to see
who is using the server, whether the server is running or not, etc. I found it less than useful (and in
some of what it reported, flat out wrong) so I didnt go into detail here, but it exists and looks
something like this:

Relevant Canned Responsibilities


If you just turn on telnet and try to log in, you will have 0 responsibilities. Try giving yourself the
following:

MWA Administrator
MWA Server Manager (needed to stop the telnet server!)
Mobile Quality User
Materials Management
Materials & Mfg
MWA WAP
Mobile Field Sales User
Mobile_Client_User

Shout and Spy Modes


This is one of the best parts about this product. From the admin menu, theres 2 cool options which
Ive tested and work great:
Telnet Session Monitor lets you spy on a user (from a list of users logged in) and watch
EXACTLY what theyre doing

http://kkempf.wordpress.com/?s=MSCA

11/13/2012

Search Results MSCA Kevin Kempf's Blog

Page 8 of 17

Send Message broadcast a message to a user (from a list of users logged in) or to all users it
takes over their screen until they acknowledge it. Something like System going down in 5
minutes might be useful

Using adstrtal.sh and adstpall.sh to start/stop the telnet


server
This had the potential to be a disaster, but I was pleasantly surprised to find document 731320.1 which
details a patch required and a context file tweak (s_mwastatus and s_other_service_group_status to
enabled) which will then automatically start the service with all the other pieces on the front end.

Set Up Concurrent Request


If youre using manufacturing, you should run the concurrent request Generate Stock Locator
Flexfield definitions for Mobile transactions in order to set up your locators. Hat tip to the guys at
Skipjack for that help; if you dont do this, all your locators are X and nothing you enter is valid. Im
sure this is in one of the setup documents I mentioned, probably buried in the functional details. You
can run this request as the canned responsibility Inventory.

Running the GUI from Linux


If anyone is interested in the setups required to launch the GUI from Linux, drop a comment. Its
really not that hard to figure out if you model it on the Windows requirements and adjust as
necessary. In fact, if you have to ask, maybe you should just be running Windows
Comments (4)

http://kkempf.wordpress.com/?s=MSCA

11/13/2012

Search Results MSCA Kevin Kempf's Blog

Page 9 of 17

June 1, 2011

Getting Oracle to work is a customization


Filed under: 11i kkempf @ 9:49 am

Mobile Supply Chain loose ends


There were a few items in mobile supply chain which I followed up on, out of curiosity. They
revolved around the html-based administrative pieces which you can access after an 11i login. The
short of it is, that they simply do not work out of the box in 11i. So I opened SRs, just to run them to
ground, and found out that to make them work, I needed to make changes to my context file and
more important, to $IAS_HOME jserv.properties.
You may or may not be familiar with the authorized way of customizing a template in 11i. Back in the
good old days, you just marked up the config file to what you needed, and hoped autoconfig didnt
access it. Sounds crazy, but in autoconfigs infancy, in most cases, it didnt, or possibly you just didnt
use/trust autoconfig because it was just as likely to break your 11i environment as fix it. Nowadays,
autoconfig is usually right and fairly indispensable. The proper and supported method for
customizing a config file is via custom templates, and the method is outlined in note 270519.1
Customizing an AutoConfig Environment. Really, if youre not familiar with it, I strongly
recommend reading it.

On to the problems
1. As a part of installing MSCA, I tried to log into the administrative pages from 11i. When logging
in as the MWA Server Manager responsibility, I then selected Monitor Server. It took me to the
next page, where it complained with the error Unable to obtain MWA_TOP. Please makesure to
set the JVM parameter oracle.apps.mwa. This was a known issue under 11i, as spelled out
in 415945.1 (or 782162.1 for R12). Hey this should be no sweat then, right? I mean, its a known (if
not prolific) problem, having survived even a migration to R12. MSCA has been around for years,
and 11i is under Extended Support per this document, which specifically says it includes
Updates, fixes, security alerts, data fixes, and critical patch updates. I would say this is a fix,
right, as autoconfig breaks their product from running, right out of the box? Nope.

http://kkempf.wordpress.com/?s=MSCA

11/13/2012

Search Results MSCA Kevin Kempf's Blog

Page 10 of 17

2. Three values in the context file are wrong, out of the box. Oracle doesnt recognize dashes - or
commas , for these values <mwaPortNo oa_var=s_mwaPortNo oa_type=PORT>1020010205</mwaPortNo> or <mwaTelnetPortNo oa_var=s_mwaTelnetPortNo
oa_type=PORT>10260,10262,10264</mwaTelnetPortNo> or <mwaDispatcherPort
oa_var=s_mwaDispatcherPort oa_type=PORT>10300-10303</mwaDispatcherPort>. The
values 10200-10205 and 10300-10303 in my case, should actually be 10200;10202;10204 and 10300
respectively. Where did these dashed/comma values come from? Beats me. I guess I could go
digging, but the truth is, thats not my job. Support didnt seem to care, at all, that their default
values were wrong (which is the only reason I opened the SR), only giving me the fix (change the
values). My concern here wasnt to nitpick. It was that Id do something like update to the latest
autoconfig template patch and theyd break again. Or that perhaps Oracle didnt actually mean to
deliver this product wrong out of the box, and might be interested to learn that somewhere the
ports were being inserted wrong. Regardless, the analyst simply wanted to get the ticket closed.

A few SRs later


The fix for the first issue boils down to a bad template, or at least a template which needs to be
updated. I thought this odd, since the actual document explaining the process is titled Customizing
an AutoConfig Environment. To summarize, in order to get the web based MWA server management
right, you have to make a customization to the template. This just doesnt sit right with me, since Im still
under support. Isnt this a bug? Wont they fix this in the next autoconfig rollup patch? Well heres
the details of the fix again, in case you need it:
mkdir $FND_TOP/admin/template/custom
cp $FND_TOP/admin/template/jserv_ux_ias1022.properties $FND_TOP/admin/template/custom
edit the new file in /custom, add this line:
wrapper.bin.parameters=-Doracle.apps.mwa=<full path to your $MWA_TOP, such
as /u01/app/mwa/11.5.0
restart Apache
Comments Off

January 21, 2010

Determining 11i Family Pack Versions


Filed under: 11i, Oracle kkempf @ 1:49 pm
http://kkempf.wordpress.com/?s=MSCA

11/13/2012

Search Results MSCA Kevin Kempf's Blog

Page 11 of 17

Youre trying to install a one-off functional fix, but the patch says you must be
on AP.N or greater. You could try to dig through notes, OAM, or some other
method to determine what version youre on. Or you could go old school.
WARNING: requires command prompt knowledge! Just kidding there. Seems
that nobody wants you to use a command prompt anymore
That said, go to some logical directory (or make one) on (one of) the applications tier of the
environment in question.
$ wget ftp://ftp.oracle.com/support/outgoing/PATCHSET_COMPARE_TOOL/patchsets.sh
$ chmod +x patchsets.sh
$ ./patchsets.sh (provide apps/password@SID when it asks)
Sit back and watch it spool it will create a text version of what youre seeing on screen as
Report_11i.txt.
$ cat Report_11i.txt

http://kkempf.wordpress.com/?s=MSCA

11/13/2012

Search Results MSCA Kevin Kempf's Blog

Page 12 of 17

=============================================================================
Report Generated: Thu Jan 21 13:31:58 EST 2010
Tool Version: 4.47
Patchsets List Updated: Jan 20 22:30
Machine/OS: Linux localhost 2.6.18-164.6.1.el5PAE #1 SMP Tue Oct 27 11:46:58 EDT 2009 i
Domain:
applptch Source: Patch.csv
Version from APPLPTCH: 11.5.10.2
Database: TEST
Limited Report to: APPLFULL and APPLSHAR products
APPLFULL: AK ALR AMF AMS AP AR ASF AS ASL ASO ASP AST AX AZ BIC BIL BIM BIS BIV BIX BNE
APPLSHAR: AD AMV ASG AU BEN CSD CSF CUA DT FF HXT IBU MFG OZP OZS PAY PSP RHX SHT XDP X
Pseudo Products: ADX AME AML BLC BPA CAC CDR CLE CSK CSZ CTB EDW EWS FTP FWK HCP HCT I
Written By: Oracle Support Services
WARNING: DOWNLOAD CHANGING NOVEMBER 3rd, 2006
Program Updates: ftp://ftp.oracle.com/support/outgoing/PATCHSET_COMPARE_TOOL
Download Patchsets: Go to link below or click on Patches
http://metalink.oracle.com/metalink/plsql/dis_download.startup
=============================================================================
FAMILY PACK PATCHES
Product
Baseline
atg_pf
bis_pf
cc_pf
11i.CC_PF.Q(2644375)
com_pf
11i.COM_PF.A(2036253)
dmf_pf
11i.DMF_PF.I(2697753)
exchg_pf
finap_pf
finar_pf
fingb_pf
fin_pf
11i.FIN_PF.D(2629235)
hc_pf
hr_pf
11i.HR_PF.E(2803988)
mas_pf
mkt_pf
11i.MKT_PF.B(2630927)
ok_pf
11i.OK_PF.I(2661036)
om_pf
11i.OM_PF.I(2698175)
opm_pf
11i.OPM_PF.J(2433137)
pj_pf
11i.PJ_PF.K(2484626)
plm_pf
11i.PLM_PF.A(2720739)
prc_pf
11i.PRC_PF.I(2700001)
scm_pf
scp_pf
11i.SCP_PF.I(2696797)
sem_pf
sls_pf
11i.SLS_PF.G(2645935)
srv_pf
11i.SRV_PF.I(2713120)

http://kkempf.wordpress.com/?s=MSCA

Running Version
11i.ATG_PF.H.7(6241631)
11i.BIS_PF.D.1(4054609)
11i.CC_PF.R(3202573)
11i.COM_PF.A(2036253)
11i.DMF_PF.J(2771139)

11i.FIN_PF.G(3653484)
11i.HR_PF.K.3(6699770)
11i.MAS_PF.A(3386886)
11i.MKT_PF.B(2630927)
11i.OK_PF.J(3195181)
11i.OM_PF.J(3210616)
11i.OPM_PF.L(2916642)
11i.PJ_PF.L.10(3397153)
11i.PLM_PF.C(3298676)
11i.PRC_PF.J(3219529)
11i.SCM_PF.J(3384350)
11i.SCP_PF.J(3200668)
11i.SLS_PF.G(2645935)
11i.SRV_PF.J(3169650)

Latest Available
11i.ATG_PF.H.7(6241631)
11i.BIS_PF.H(5565583)
11i.CC_PF.R(3202573)
11i.COM_PF.A(2036253)
11i.DMF_PF.J(2771139)
11i.EXCHG_PF.C(2147366)
11i.FINAP_PF.A(1712173)
11i.FINAR_PF.A(1712197)
11i.FINGB_PF.B(1719741)
11i.FIN_PF.G(3653484)
11i.HC_PF.E.3(5178799)
11i.HR_PF.K.4(7666111)
11i.MAS_PF.A(3386886)
11i.MKT_PF.B(2630927)
11i.OK_PF.J(3195181)
11i.OM_PF.J(3210616)
11i.OPM_PF.L(2916642)
11i.PJ_PF.M(3485155)
11i.PLM_PF.E(4203793)
11i.PRC_PF.J(3219529)
11i.SCM_PF.J(3384350)
11i.SCP_PF.J(3200668)
11i.SEM_PF.A(4020035)
11i.SLS_PF.G(2645935)
11i.SRV_PF.J(3169650)

11/13/2012

Search Results MSCA Kevin Kempf's Blog

FULLY INSTALLED PRODUCTS


Product
Baseline
ak
11i.AK.G(3263645)
alr
11i.ALR.G(3261254)
amf
11i.AMF.C(3134002)
ams
11i.AMS.I(3025816)
ap
11i.AP.M(3151444)
ar
11i.AR.N(3151465)
asf
11i.ASF.H(3046985)
as
11i.AS.I(3046981)
asl
11i.ASL.I(3780558)
aso
11i.ASO.M(2937137)
asp
11i.ASP.B(2212166)
ast
11i.AST.H(3046996)
ax
11i.AX.I(3151359)
az
11i.AZ.F(3251003)
bic
11i.BIC.S(3367777)
bil
11i.BIL.O(3061845)
bim
11i.BIM.O(3025758)
bis
11i.BIS.J(3673034)
biv
11i.BIV.S(3014204)
bix
11i.BIX.T(3112625)
bne
11i.BNE.C(2819091)
bom
11i.BOM.J(2768762)
cct
11i.CCT.R(2687381)
ce
11i.CE.J(3151412)
chv
11i.CHV.F(3212221)
cn
11i.CN.H(3061842)
crp
11i.CRP.F(2770107)
csc
11i.CSC.Q(3014206)
cse
11i.CSE.P(3195218)
cs
11i.CS.Q(3022934)
csi
11i.CSI.P(3195214)
css
11i.CSS.J(3214922)
cug
11i.CUG.Q(3014213)
cz
11i.CZ.J(2770105)
ec
11i.EC.G(3261243)
ecx
11i.ECX.C(2440710)
edr
11i.EDR.C(2922221)
eng
11i.ENG.I(2769980)
fa
11i.FA.O(3151587)
fii
11i.FII.G(2864462)
flm
11i.FLM.I(2768757)
fnd
11i.FND.H(3262159)
frm
11i.FRM.F(2682790)
fun
fv
11i.FV.J(3151594)
ghr
11i.GHR.J(3418292)
gl
11i.GL.J(3151409)
http://kkempf.wordpress.com/?s=MSCA

Page 13 of 17

Running Version
11i.AK.G(3263645)
11i.ALR.G(3261254)
11i.AMF.C(3134002)
11i.AMS.I(3025816)
11i.AP.N(3617668)
11i.AR.O(3617855)
11i.ASF.H(3046985)
11i.AS.I(3046981)
11i.ASL.I(3780558)
11i.ASO.M(2937137)
11i.ASP.B(2212166)
11i.AST.H(3046996)
11i.AX.J(3617516)
11i.AZ.F(3251003)
11i.BIC.T(4016830)
11i.BIL.O(3061845)
11i.BIM.O(3025758)
11i.BIS.L.4(5212746)
11i.BIV.S(3014204)
11i.BIX.T(3112625)
11i.BNE.D(3218526)
11i.BOM.J(2768762)
11i.CCT.R(2687381)
11i.CE.K(3617940)
11i.CHV.F(3212221)
11i.CN.H(3061842)
11i.CRP.F(2770107)
11i.CSC.Q(3014206)
11i.CSE.P(3195218)
11i.CS.Q(3022934)
11i.CSI.P(3195214)
11i.CSS.J(3214922)
11i.CUG.Q(3014213)
11i.CZ.J(2770105)
11i.EC.G(3261243)
11i.ECX.C(2440710)
11i.EDR.C(2922221)
11i.ENG.I(2769980)
11i.FA.P(3616017)
11i.FII.G(2864462)
11i.FLM.I(2768757)
11i.FND.H(3262159)
11i.FRM.H(4206794)
11i.FV.K(3617912)
11i.GHR.L.3(6964735)
11i.GL.K(3617593)

Latest Available
11i.AK.G(3263645)
11i.ALR.G(3261254)
11i.AMF.C(3134002)
11i.AMS.I(3025816)
11i.AP.O(4551936)
11i.AR.O(3617855)
11i.ASF.H(3046985)
11i.AS.I(3046981)
11i.ASL.J(4111404)
11i.ASO.M(2937137)
11i.ASP.C(4111409)
11i.AST.H(3046996)
11i.AX.J(3617516)
11i.AZ.H.2(7293818)
11i.BIC.T(4016830)
11i.BIL.O(3061845)
11i.BIM.O(3025758)
11i.BIS.L.9(5912291)
11i.BIV.S(3014204)
11i.BIX.T(3112625)
11i.BNE.D(3218526)
11i.BOM.J(2768762)
11i.CCT.R(2687381)
11i.CE.K(3617940)
11i.CHV.F(3212221)
11i.CN.H(3061842)
11i.CRP.F(2770107)
11i.CSC.Q(3014206)
11i.CSE.P(3195218)
11i.CS.Q(3022934)
11i.CSI.P(3195214)
11i.CSS.J(3214922)
11i.CUG.Q(3014213)
11i.CZ.J(2770105)
11i.EC.G(3261243)
11i.ECX.C(2440710)
11i.EDR.C(2922221)
11i.ENG.I(2769980)
11i.FA.P(3616017)
11i.FII.G(2864462)
11i.FLM.I(2768757)
11i.FND.H(3262159)
11i.FRM.H(4206794)
fun has no patchsets!
11i.FV.K(3617912)
11i.GHR.L.4(8207904)
11i.GL.K(3617593)
11/13/2012

Search Results MSCA Kevin Kempf's Blog

gma
gmd
gme
gmf
gmi
gml
gmp
gr
hri
hz
iba
ibc
ibe
iby
icx
ieb
iem
ieo
ies
ieu
iex
igi
inv
isc
izu
jtf
jtm
mrp
msc
msd
mso
okc
oki
oks
okx
ont
opi
ota
ozf
pa
per
pjm
pmi
pn
poa
po
pqh
psa
psb

Page 14 of 17

11i.GMA.L(2916578)
11i.GMD.L(2916585)
11i.GME.L(2916589)
11i.GMF.L(2916592)
11i.GMI.L(2916596)
11i.GML.L(2916602)
11i.GMP.L(2916603)
11i.GR.L(2916605)
11i.HRI.F(3177666)
11i.HZ.I(2239222)
11i.IBA.C(1491331)
11i.IBC.C(3025788)
11i.IBE.P(3071058)
11i.IBY.P(3151563)
11i.ICX.I(3212296)
11i.IEB.R(3103016)
11i.IEM.Q(2688479)
11i.IEO.R(3112614)
11i.IES.R(3105044)
11i.IEU.R(3101379)
11i.IEX.G(3274195)
11i.IGI.N(3151665)
11i.INV.J(2770966)
11i.ISC.B(2695944)

11i.GMA.L(2916578)
11i.GMD.L(2916585)
11i.GME.L(2916589)
11i.GMF.L(2916592)
11i.GMI.L(2916596)
11i.GML.L(2916602)
11i.GMP.L(2916603)
11i.GR.L(2916605)
11i.HRI.F(3177666)
11i.HZ.N(3618299)
11i.IBA.C(1491331)
11i.IBC.C(3025788)
11i.IBE.P(3071058)
11i.IBY.Q(3616207)
11i.ICX.I(3212296)
11i.IEB.R(3103016)
11i.IEM.Q(2688479)
11i.IEO.R(3112614)
11i.IES.R(3105044)
11i.IEU.R(3101379)
11i.IEX.G(3274195)
11i.IGI.O(3615915)
11i.INV.J(2770966)
11i.ISC.B(2695944)

11i.JTF.D(1746626)
11i.JTM.F(3263420)
11i.MRP.I(2769918)
11i.MSC.I(3200649)
11i.MSD.I(3200658)
11i.MSO.I(3200659)
11i.OKC.N(3195187)
11i.OKI.J(3195201)
11i.OKS.O(3195193)
11i.OKX.N(3195204)
11i.ONT.J(2770166)
11i.OPI.B(2695953)
11i.OTA.I(3291795)
11i.OZF.D(3073155)
11i.PA.L(2991508)
11i.PER.N(3418216)
11i.PJM.H(2770116)
11i.PMI.H(3416752)
11i.PN.K(3151458)
11i.POA.F(3212251)
11i.PO.I(3212265)
11i.PQH.J(3418295)
11i.PSA.I(3153659)
11i.PSB.J(3151556)

11i.JTF.D(1746626)
11i.JTM.F(3263420)
11i.MRP.I(2769918)
11i.MSC.I(3200649)
11i.MSD.I(3200658)
11i.MSO.I(3200659)
11i.OKC.N(3195187)
11i.OKI.J(3195201)
11i.OKS.O(3195193)
11i.OKX.N(3195204)
11i.ONT.J(2770166)
11i.OPI.B(2695953)
11i.OTA.I(3291795)
11i.OZF.D(3073155)
11i.PA.L(2991508)
11i.PER.P.3(6964755)
11i.PJM.H(2770116)
11i.PMI.H(3416752)
11i.PN.L(3618077)
11i.POA.F(3212251)
11i.PO.I(3212265)
11i.PQH.L.3(6964759)
11i.PSA.J(3618203)
11i.PSB.K(3617407)

http://kkempf.wordpress.com/?s=MSCA

11i.GMA.L(2916578)
11i.GMD.L(2916585)
11i.GME.L(2916589)
11i.GMF.L(2916592)
11i.GMI.L(2916596)
11i.GML.L(2916602)
11i.GMP.L(2916603)
11i.GR.L(2916605)
11i.HRI.G(4001448)
11i.HZ.N(3618299)
11i.IBA.D(1903260)
11i.IBC.C(3025788)
11i.IBE.P(3071058)
11i.IBY.Q(3616207)
11i.ICX.I(3212296)
11i.IEB.R(3103016)
11i.IEM.R(3105039)
11i.IEO.R(3112614)
11i.IES.R(3105044)
11i.IEU.R(3101379)
11i.IEX.H(3999182)
11i.IGI.O(3615915)
11i.INV.J(2770966)
11i.ISC.B(2695944)
izu has no patchsets!
11i.JTF.D(1746626)
11i.JTM.F(3263420)
11i.MRP.I(2769918)
11i.MSC.I(3200649)
11i.MSD.I(3200658)
11i.MSO.I(3200659)
11i.OKC.N(3195187)
11i.OKI.J(3195201)
11i.OKS.O(3195193)
11i.OKX.N(3195204)
11i.ONT.J(2770166)
11i.OPI.B(2695953)
11i.OTA.J.4(8207995)
11i.OZF.D.1(7340510)
11i.PA.M(3409392)
11i.PER.P.4(8207918)
11i.PJM.H(2770116)
11i.PMI.H(3416752)
11i.PN.M(5591144)
11i.POA.F(3212251)
11i.PO.I(3212265)
11i.PQH.L.4(8207921)
11i.PSA.J(3618203)
11i.PSB.K(3617407)
11/13/2012

Search Results MSCA Kevin Kempf's Blog

pv
qa
qot
qp
rg
ssp
wip
wps
wsh
xdo
xni
xnp

11i.PV.H(3025814)
11i.QA.I(2769925)
11i.QOT.D(2937175)
11i.QP.J(2770137)
11i.RG.H(3151391)
11i.SSP.J(3418312)
11i.WIP.I(2768748)
11i.WPS.H(2768755)
11i.WSH.J(2770367)
11i.XDO.H(3263588)
11i.XNI.K(3195219)
11i.XNP.X(3214804)

SHARED INSTALL PRODUCTS


Product
Baseline
ad
11i.AD.I.1(4038964)
amv
11i.AMV.I(3134012)
asg
11i.ASG.R(3263401)
au
ben
11i.BEN.M(3418234)
csd
11i.CSD.S(3215147)
csf
11i.CSF.S(3132186)
cua
11i.CUA.B(1422989)
dt
11i.DT.H(3418248)
ff
11i.FF.I(3418286)
hxt
11i.HXT.H(3530830)
ibu
11i.IBU.P(3215243)
mfg
ozp
ozs
pay
11i.PAY.M(3418225)
psp
11i.PSP.I(3418306)
rhx
11i.RHX.A(1354061)
sht
11i.SHT.A(1392476)
xdp
11i.XDP.X(3214732)
xla
11i.XLA.H(3151394)
PSEUDO PRODUCTS
Product
Baseline
adx
ame
aml
11i.AML.A(2728964)
blc
bpa
cac
cdr
cle
csk
csz
http://kkempf.wordpress.com/?s=MSCA

Page 15 of 17

11i.PV.H(3025814)
11i.QA.I(2769925)
11i.QOT.D(2937175)
11i.QP.J(2770137)
11i.RG.I(3559501)
11i.SSP.L.3(6964764)
11i.WIP.I(2768748)
11i.WPS.H(2768755)
11i.WSH.J(2770367)
11i.XDO.H(3263588)
11i.XNI.K(3195219)
11i.XNP.X(3214804)

11i.PV.H.1(6429776)
11i.QA.I(2769925)
11i.QOT.D(2937175)
11i.QP.J(2770137)
11i.RG.I(3559501)
11i.SSP.L.4(8207937)
11i.WIP.I(2768748)
11i.WPS.H(2768755)
11i.WSH.J(2770367)
11i.XDO.H(3263588)
11i.XNI.K(3195219)
11i.XNP.X(3214804)

Running Version
11i.AD.I.7(7429271)
11i.AMV.I(3134012)
11i.ASG.R(3263401)

Latest Available
11i.AD.I.7(7429271)
11i.AMV.I(3134012)
11i.ASG.R(3263401)
au has no patchsets!
11i.BEN.O.4(8207863)
11i.CSD.S(3215147)
11i.CSF.S(3132186)
11i.CUA.B(1422989)
11i.DT.J.4(8207867)
11i.FF.K.4(8207892)
11i.HXT.J.4(9214263)
11i.IBU.P(3215243)
mfg has no patchsets!
ozp has no patchsets!
ozs has no patchsets!
11i.PAY.O.4(8207913)
11i.PSP.K.4(8207934)
11i.RHX.A(1354061)
11i.SHT.A(1392476)
11i.XDP.X(3214732)
11i.XLA.I(3615242)

11i.BEN.O.3(6964718)
11i.CSD.S(3215147)
11i.CSF.S(3132186)
11i.CUA.B(1422989)
11i.DT.J.3(6964728)
11i.FF.K.3(6964733)
11i.HXT.H(3530830)
11i.IBU.P(3215243)

11i.PAY.O.3(6964746)
11i.PSP.K.3(6964762)
11i.RHX.A(1354061)
11i.SHT.A(1392476)
11i.XDP.X(3214732)
11i.XLA.I(3615242)

Running Version
11i.ADX.F(3453499)
11i.AME.B.1(6975336)
11i.AML.B(3236242)
11i.BPA.B(3388258)
11i.CAC.C(3995315)

11i.CSK.B(3215230)

Latest Available
11i.ADX.F(3453499)
11i.AME.B.2(8208648)
11i.AML.B(3236242)
11i.BLC.B(4594554)
11i.BPA.C(4017028)
11i.CAC.C(3995315)
11i.CDR.D.1(8904380)
11i.CLE.B(5251736)
11i.CSK.B(3215230)
11i.CSZ.A(4378713)
11/13/2012

Search Results MSCA Kevin Kempf's Blog

ctb
edw
ews
ftp
fwk
hcp
hct
igp
igr
ipatch
irc
isx
ita
itm
jta
jth
jto
jtp
jtt
jtu
jty
msx
oam
ocm
oie
oir
oit
owf
pft
pjr
pov
rcm
txk
umx

11i.EDW.C(2700670)
11i.EWS.C(2700672)

Page 16 of 17

11i.EDW.D(3295042)
11i.EWS.D(3295045)
11i.FWK.H(3262919)

11i.IGR.A(4233605)
11i.IRC.A(2385730)

11i.IRC.E.3(6964709)

11i.JTA.E(2640247)

11i.JTA.F(3262486)
11i.JTH.R(3100686)
11i.JTO.R(3105667)

11i.JTT.D(2420923)

11i.JTT.E(3127042)
11i.JTY.C(3495600)

11i.OAM.G(2737099)
11i.OIE.E(1960506)
11i.OIR.A(2065564)
11i.OIT.C(1707487)
11i.OWF.G(2728236)

11i.OAM.H(3258830)
11i.OCM.C(3620763)
11i.OIE.J(3618125)
11i.OIR.G(3618333)
11i.OIT.D(2397276)
11i.OWF.H(3258819)

11i.PJR.C(2034194)

11i.PJR.C(2034194)

11i.TXK.A(2668469)

11i.TXK.B(3219567)
11i.UMX.H(3264818)

11i.CTB.E.3(5178840)
11i.EDW.D(3295042)
11i.EWS.D(3295045)
11i.FTP.A.4(6711509)
11i.FWK.H(3262919)
11i.HCP.A.3(5178876)
11i.HCT.E.3(5178908)
11i.IGP.A(3570941)
11i.IGR.A.2(5837572)
11i.IPATCH.B(2495518)
11i.IRC.E.4(8208171)
11i.ISX.B(2284575)
11i.ITA.A(3904312)
11i.ITM.A(4189546)
11i.JTA.F(3262486)
11i.JTH.R(3100686)
11i.JTO.R(3105667)
11i.JTP.A(2014756)
11i.JTT.E(3127042)
11i.JTU.C(2917386)
11i.JTY.C(3495600)
11i.MSX.A(2122893)
11i.OAM.H(3258830)
11i.OCM.D(4594570)
11i.OIE.K(4165000)
11i.OIR.G(3618333)
11i.OIT.D(2397276)
11i.OWF.H(3258819)
11i.PFT.A.7(6402392)
11i.PJR.D(2185783)
11i.POV.A(2120440)
11i.RCM.B(4017563)
11i.TXK.B(3219567)
11i.UMX.H(3264818)

WARNING on Family Packs and Patchsets:


The patchsets included in a Family Pack are not all distributed as standalone, but
should show up in ad_bugs as an included patch. These were not included
in the Report because they were not downloadable directly from Metalink. This has
caused some confusion in the real Baseline or Running patchsets because you had to
determine that based on the readme of your Family Packs that have been applied.
This has been changed and the patchsets in /tmp/11i_patchsets.txt now includes all
the patchsets even if they are not standalone and you cannot get them as one offs.
See the new Status field in the Latest Available column. or check /tmp/11i_patchsets.tx
Please check Metalink for final patchset availability questions and Distribution Status
Note1:
Latest Available:

This may be Distributed via Metalink as standalone or only by a Fami

http://kkempf.wordpress.com/?s=MSCA

11/13/2012

Search Results MSCA Kevin Kempf's Blog

Page 17 of 17

Until release 3.3 of this script, the Installed Version only included Standalone releas
and not any of the patchsets included in Family Packs.
Note2: (as of v.4.14)
Latest Available shows all patchsets even if NOT AVAILABLE for download on
Metalink. An optional flag to limit Latest Available to patches only available
on metailink has been provided. ie. Add: available=metalink to command line.
Note3:
TXK patches are delivered by 11i.ATG_PF. RUPxyz and no longer as
patchsets, but as one off rollups. ie. Only TXK.A and TXK.B were
delivered as patchsets.
TXK Autoconfig Template Rollups - As of Mar 2006
TXK-B : 2682076
TXK-C : 2682863
TXK-D : 2757379
TXK-E : 2902755
TXK-F : 3104607
TXK-G : 3239694 (Feb-2004)
TXK-H : 3416234 (May-2004)
TXK-I : 3594604 (Oct-2004)
TXK-J : 3950067 (Feb-2005)
TXK-J.1 : 4367673
TXK-K : 4104924 (May-2005)
TXK-L : 4489303 (Nov-2005)
TXK-M : 4717668 (Mar-2006)
New Status Field:
##############################################################################
PATCHSET STATUS:
Rel=Released, Sup=Superseded, Obs=Obsoleted
DISTRIBUTION STATUS:
By_Metal=On Metalink, Not_Dist=Not Available, By_Dev=Available from Development only
By_Dev often means only available by a Family Pack and no one off patchsets available.
Not_Dist typically means only available by a Family Pack or not released yet.
By_Metal patches can be downloaded by Metalink or by ftp to updates.oracle.com
Comments Off
Theme: Silver is the New Black. Blog at WordPress.com.
Follow

Follow Kevin Kempf's Blog


Powered by WordPress.com
http://kkempf.wordpress.com/?s=MSCA

11/13/2012

Вам также может понравиться