Just how many XML files does Oracle Apps R12 use?
On the Oracle side:
find /oapps/oracle -type f -iname "*.xml" | wc
2982 2982 325846
On the applmgr side:
find /oapps/applmgr -type f -iname "*.xml" | wc
93513 93513 9851930
Over 93K XML files for applmgr.
Between the two, over 96K XML files! Wow!
So, who can tell me, within those 96,494 XML files, how many attributes are defined?
On the Oracle side:
find /oapps/oracle -type f -iname "*.xml" | wc
2982 2982 325846
On the applmgr side:
find /oapps/applmgr -type f -iname "*.xml" | wc
93513 93513 9851930
Over 93K XML files for applmgr.
Between the two, over 96K XML files! Wow!
So, who can tell me, within those 96,494 XML files, how many attributes are defined?
No comments:
Post a Comment