Compile Apps Schema took sooooo long

Hi Friends,
EBS R12.1
OEL 5.4
I am compiling apps schema due to some invalid object when applying patch. but the program is running forever like 24hrs + now :(
Have you encountered similar problem yet? Can you help me troubleshoot this kind of issue?
adadmin
       Compile/Reload Applications Database Entities
   1.    Compile APPS schema
   2.    Compile menu information
   3.    Compile flexfields
   4.    Reload JAR files to database
   5.    Return to Main Menu
Enter your choice [5] : 1
sqlplus -s APPS/***** @/u01/applprod/PROD/apps/apps_st/appl/ad/12.0.0/sql/adutlrcmp.sql APPLSYS ***** APPS ***** ***** 16  0 NONE FALSEThe above program is running forever and its has activity when you check OS status "top""
top - 14:27:49 up 63 days,  4:59,  6 users,  load average: 2.12, 2.17, 2.23
Tasks: 432 total,   2 running, 430 sleeping,   0 stopped,   0 zombie
Cpu(s): 12.5%us,  0.2%sy,  0.0%ni, 86.9%id,  0.4%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   8171552k total,  8121216k used,    50336k free,    34908k buffers
Swap:  8388600k total,  1101216k used,  7287384k free,  5796552k cached
  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
23133 oraprod   25   0 1227m 116m 109m R 100.0  1.5   1144:00 oracle
27215 root      16   0 13004 1364  820 S  0.7  0.0   0:04.44 top
18303 root      15   0 13004 1360  816 R  0.3  0.0   0:00.03 top
23346 oradev1   15   0 1215m  41m  41m S  0.3  0.5   3:48.11 oracle
24746 appldev1  17   0  821m 246m 6244 S  0.3  3.1   8:25.78 javaPlease help....
Thanks a lot
MsK

Hi,
I tried to abort the program (ctrl+c) and this is the result in the adadmin.log
sqlplus -s APPS/***** @/u01/applprod/PROD/apps/apps_st/appl/ad/12.0.0/sql/adutlrcmp.sql APPLSYS ***** APPS ***** ***** 16  0 NONE FALSE
Arguments are:
AOL_schema = APPLSYS, AOL_password = *****,
Schema_to_compile = APPS, Schema_to_compile_pw = *****,
SYSTEM_password = *****, Total_workers = 16, Logical_worker_num = 0
Object_type_to_not_compile = NONE
Use_stored_dependencies = FALSE
Connected.
Running utl_recomp.recomp_parallel(16), if it exists
OWNER                          NUM_INVALID
APPS                                    87
Elapsed: 00:00:00.09
PL/SQL procedure successfully completed.
Elapsed: 00:00:00.00
STATUS_MESSAGE
Running UTL_RECOMP.RECOMP_PARALLEL...
declare
ERROR at line 1:
ORA-01013: user requested cancel of current operation
An error occurred while running a SQL*Plus script.
Continue as if it were successful [No] : No
AD Administration error:
Error running adutlrcmp.sql in adprdcAdUtilrcmp()
An error occurred while compiling invalids using the SYS.UTL_RECOMP() package.
Time is: Tue Sep 28 2010 14:29:09
Backing up restart files, if any......Done.

Similar Messages

  • Adadmin Compile APPS schema never complete & it running for infinite time

    Hi,
    When I am trying to compile apps schema from adadmin --> compile apps schema, It never complete & it is not compiling invalid objects, I tried to manually run the adutlrcmp.sql through SQL, also the same problem the scripts is stuck (hang) in the UTL_RECOMP.RECOMP_PARALLEL proceure.
    Please note the following:
    1- That I am able to compile invalid objects manually through Toad Or through alter package.
    2- The compile apps schema was running successfully & very fast in the past.
    What should I do? how can I resolve this issue ?
    Your quick feed back is very much appreciated.
    Marwan

    Hi Hussein,
    The following is the adadmin log for the compile apps schema:
    AD code level : [B.1]
    Connecting to SYSTEM......Connected successfully.
    Connecting to APPS......Connected successfully.
    sqlplus -s APPS/***** @/u03/applprod/prod/apps/apps_st/appl/ad/12.0.0/sql/adutlrcmp.sql APPLSYS ***** APPS ***
    ** ***** 0 0 NONE FALSE
    Arguments are:
    AOL_schema = APPLSYS, AOL_password = *****,
    Schema_to_compile = APPS, Schema_to_compile_pw = *****,
    SYSTEM_password = *****, Total_workers = 0, Logical_worker_num = 0
    Object_type_to_not_compile = NONE
    Use_stored_dependencies = FALSE
    Connected.
    Running utl_recomp.recomp_parallel(0), if it exists
    no rows selected
    Elapsed: 00:00:00.17
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.00
    STATUS_MESSAGE
    Running UTL_RECOMP.RECOMP_PARALLEL...
    declare
    ERROR at line 1:
    ORA-01013: user requested cancel of current operation
    An error occurred while running a SQL*Plus script.
    As you can see the :
    STATUS_MESSAGE
    Running UTL_RECOMP.RECOMP_PARALLEL...
    Is stucking & you wait for a long long time & it never ends So I canceled it manually.
    And when checking the database locks the following appears:
    OWNER OBJECT_NAME
    APPLSYS FND_CONCURRENT_QUEUES
    APPLSYS FND_CONCURRENT_REQUESTS
    Regards,
    Marwan

  • I want to compile apps schema in oracle applications production.

    Hi,
    Is there any care that must be taken to compile apps schema using adadmin in production.
    With Regards
    GNVMK

    Hi,
    Is there any care that must be taken to compile apps schema using adadmin in production.No, you can simply run adadmin and compile apps schema from adadmin while the application is up and running. Just make sure you login as applmgr and source the application env file before doing so.
    Regards,
    Hussein

  • Scheduling compile apps schema , flexfields and menu information

    Hi,
    Version: 11.5.10.2
    we have requirement like can we put compile apps schema, flexfields and menu to be schedule once in a month.
    1) If this is practical how we can achieve.
    2)what is the recommended way to do it manually from adadmin or schedule..
    Regards

    Hi,
    we have requirement like can we put compile apps schema, flexfields and menu to be schedule once in a month.
    1) If this is practical how we can achieve.If you have frequent changes at the database level and customization is involved, then you need to consider compiling apps schema on regular basis (daily basis). This can be done from adadmin or using utlrp.sql script, or manually.
    2)what is the recommended way to do it manually from adadmin or schedule..I would recommend running it from adadmin. However, for compiling flexfileds and menus I would not recommend doing so unless you are instructed to do so (for example, after applying application patches).
    Regards,
    Hussein

  • Compile apps schema, flexfield and menu

    Hi,
    i would like to ask question related to adadmin utility,
    can we execute the task like
    1)compile Apps Schema
    2)compile menu information
    3)complie flexfields
    4)relink application programs
    when the application is up and running parallely users are working on it.
    Regards

    Hi,
    can we execute the task like
    1)compile Apps Schema
    2)compile menu information
    3)complie flexfields You can compile the above while the application is up and the users are connected.
    4)relink application programsIt is possible to relink application programs (not for all programs). If the executable file is in use, relinking mail fail and the executable file will not be generated unless you stop the application services first.
    Regards,
    Hussein

  • Compile apps schema

    Dear Hussein,
    Do we need to shutdown the application services before compiling apps schema

    Hi,
    To compile APPS schema, issue adadmin and select:
    3. Compile/Reload Applications Database Entities menu
    1. Compile APPS schema
    You cannot select specific schema to compile.
    For generating forms, select:
    1. Generate Applications Files menu -- Here, it is possible to select the module.
    This is all documented in Oracle Applications Maintenance Utilities/Procedures manuals.
    Release 12.0.4 Documentation Library
    http://download.oracle.com/docs/cd/B40089_09/current/html/docset.html
    Regards,
    Hussein

  • Compile Apps schema got errored out  FAILED: file adinvset.pls on worker  1

    Hi All,
    While compiling the apps schema through adadmin i got the below error message
    FAILED: file adinvset.pls on worker 1.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    i checked the worker log file below is the error message from worker log file:
    Time when worker started job: Wed Mar 24 2010 18:11:45
    Start time for file is: Wed Mar 24 2010 18:11:45
    sqlplus -s APPS/***** @/u04/appldev/devappl/ad/11.5.0/admin/sql/adinvset.pls &systempwd 16 0 FALSE FALSE
    Arguments are:
    SYSTEM_password = *****, Total_workers = 16
    Logical_worker_num = 0, Is_incremental = FALSE
    Load_without_compile = FALSE
    ERROR:
    ORA-01017: invalid username/password; logon denied
    but we did not changed the apps password,i am able to connect both apps and system at sqlplus with out any issue,before running the adadmin all environment variables are set.
    Please advice,

    Hi,
    for password managment policy for the sys and system users for auditing purpose.
    So we can not put the restriction for the sys and system users passwords containd atleast one alphabit,one number and one special charecter?You cannot, and according to the MOS document there is no workaround. You can simply change the system and sys passwords for now (with no special characters), and apply the patch then change the passwords back.
    You could also log a SR to confirm with Oracle support if there are any workaround which is not published for public access.
    Regards,
    Hussein

  • Compile invalid objects in apps schema

    i make compiled the apps schema by
    adadmin,utlrp.sql,compiled manual but still i am getting INVALID objects .. how to compile these objects ?
    Below is the output
    SQL>
    column owner format A9
    column object_name format A31
    column object_type format A15
    column last_ddl_time format A10
    spool invalids.lst
    select OWNER, OBJECT_NAME,OBJECT_TYPE,LAST_DDL_TIME
    from dba_objects where status='INVALID'
    order by owner;
    OWNER OBJECT_NAME OBJECT_TYPE LAST_DDL_T
    APPS FV_FACTS_TBAL_TRANSACTIONS PACKAGE BODY 03-MAR-13
    APPS IGI_IAC_REINSTATE_PKG PACKAGE BODY 03-MAR-13
    APPS IGI_IAC_RETIREMENT PACKAGE BODY 03-MAR-13
    APPS CST_PERIODIC_ABSORPTION_PROC PACKAGE BODY 03-MAR-13
    APPS FV_SLA_UTL_PROCESSING_PKG PACKAGE BODY 03-MAR-13
    APPS FV_CCR_UTIL_PVT PACKAGE BODY 03-MAR-13
    APPS PSA_AP_BC_PVT PACKAGE BODY 03-MAR-13
    APPS XLA_00200_AAD_S_000012_PKG PACKAGE BODY 03-MAR-13
    APPS AR_RECEIPT_UPDATE_API_PUB PACKAGE BODY 03-MAR-13
    APPS AR_AUTOREC_API PACKAGE BODY 03-MAR-13
    10 rows selected.
    SQL> alter package APPS.FV_FACTS_TBAL_TRANSACTIONS compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show err
    Errors for PACKAGE BODY APPS.FV_FACTS_TBAL_TRANSACTIONS:
    LINE/COL ERROR
    1742/6 PL/SQL: SQL Statement ignored
    1743/4 PL/SQL: ORA-00918: column ambiguously defined
    SQL> alter package APPS.IGI_IAC_REINSTATE_PKG compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show err
    Errors for PACKAGE BODY APPS.IGI_IAC_REINSTATE_PKG:
    LINE/COL ERROR
    3470/3 PL/SQL: Statement ignored
    3470/10 PLS-00306: wrong number or types of arguments in call to
    'GET_ASSET_RETIRE_REC'
    SQL> alter package APPS.IGI_IAC_RETIREMENT compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show err
    Errors for PACKAGE BODY APPS.IGI_IAC_RETIREMENT:
    LINE/COL ERROR
    4247/10 PL/SQL: Statement ignored
    4247/18 PLS-00306: wrong number or types of arguments in call to
    'GET_ASSET_RETIRE_REC'
    SQL> alter package APPS.CST_PERIODIC_ABSORPTION_PROC compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show err
    Errors for PACKAGE BODY APPS.CST_PERIODIC_ABSORPTION_PROC:
    LINE/COL ERROR
    3901/3 PL/SQL: Statement ignored
    3901/3 PLS-00306: wrong number or types of arguments in call to
    'ITERATION_PROCESS'
    SQL> alter package APPS.FV_SLA_UTL_PROCESSING_PKG compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show err
    Errors for PACKAGE BODY APPS.FV_SLA_UTL_PROCESSING_PKG:
    LINE/COL ERROR
    49/7 PL/SQL: Statement ignored
    49/22 PLS-00302: component 'PSA_XLA_ERROR' must be declared
    SQL> alter package APPS.FV_CCR_UTIL_PVT compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show err
    Errors for PACKAGE BODY APPS.FV_CCR_UTIL_PVT:
    LINE/COL ERROR
    2926/3 PL/SQL: Statement ignored
    2926/19 PLS-00302: component 'CONTACT_NAME' must be declared
    2928/4 PL/SQL: Statement ignored
    2928/20 PLS-00302: component 'CONTACT_PHONE' must be declared
    2929/8 PL/SQL: Statement ignored
    2929/24 PLS-00302: component 'CONTACT_PHONE' must be declared
    2931/3 PL/SQL: Statement ignored
    2931/19 PLS-00302: component 'CONTACT_EMAIL' must be declared
    2932/3 PL/SQL: Statement ignored
    2932/19 PLS-00302: component 'CONTACT_FAX' must be declared
    SQL> alter package APPS.PSA_AP_BC_PVT compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show err
    Errors for PACKAGE BODY APPS.PSA_AP_BC_PVT:
    LINE/COL ERROR
    291/11 PL/SQL: Statement ignored
    291/26 PLS-00302: component 'PSA_XLA_ERROR' must be declared
    346/13 PL/SQL: Statement ignored
    346/28 PLS-00302: component 'PSA_XLA_ERROR' must be declared
    835/7 PL/SQL: Statement ignored
    835/12 PLS-00313: 'ISPREPAYDIST' not declared in this scope
    1002/15 PL/SQL: Statement ignored
    1002/34 PLS-00201: identifier 'J' must be declared
    1014/13 PL/SQL: Statement ignored
    1014/48 PLS-00201: identifier 'I' must be declared
    1020/13 PL/SQL: Statement ignored
    LINE/COL ERROR
    1020/43 PLS-00201: identifier 'I' must be declared
    1022/13 PL/SQL: Statement ignored
    1024/73 PLS-00201: identifier 'I' must be declared
    1055/11 PL/SQL: Statement ignored
    1055/48 PLS-00201: identifier 'I' must be declared
    1057/11 PL/SQL: SQL Statement ignored
    1057/51 PLS-00201: identifier 'I' must be declared
    1080/80 PLS-00201: identifier 'I' must be declared
    1080/80 PLS-00201: identifier 'I' must be declared
    SQL> alter package APPS.XLA_00200_AAD_S_000012_PKG compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show err
    Errors for PACKAGE BODY APPS.XLA_00200_AAD_S_000012_PKG:
    LINE/COL ERROR
    157514/2 PLS-00103: Encountered the symbol "THEN" when expecting one of
    the following:
    ( - + case mod new not null <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> avg
    count current exists max min prior sql stddev sum variance
    execute forall merge time timestamp interval date
    <a string literal with character set specification>
    <a number> <a single-quoted SQL string> pipe
    <an alternatively-quoted string literal with character set
    specification>
    <an alternatively-quote
    LINE/COL ERROR
    SQL> alter package APPS.AR_RECEIPT_UPDATE_API_PUB compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show err
    Errors for PACKAGE BODY APPS.AR_RECEIPT_UPDATE_API_PUB:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00201: identifier 'AR_RECEIPT_UPDATE_API_PUB' must be
    declared
    1/14 PLS-00304: cannot compile body of 'AR_RECEIPT_UPDATE_API_PUB'
    without its specification
    SQL> show err
    Errors for PACKAGE BODY APPS.AR_AUTOREC_API:
    LINE/COL ERROR
    2724/9 PL/SQL: SQL Statement ignored
    2740/27 PL/SQL: ORA-00904: "EXT"."SEQ_TYPE_LAST": invalid identifier
    note:application v12.0.4 database 10.2.3

    SQL> alter package APPS.FV_FACTS_TBAL_TRANSACTIONS compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show err
    Errors for PACKAGE BODY APPS.FV_FACTS_TBAL_TRANSACTIONS:
    LINE/COL ERROR
    1742/6 PL/SQL: SQL Statement ignored
    1743/4 PL/SQL: ORA-00918: column ambiguously defined
    SQL> alter package APPS.CST_PERIODIC_ABSORPTION_PROC compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show err
    Errors for PACKAGE BODY APPS.CST_PERIODIC_ABSORPTION_PROC:
    LINE/COL ERROR
    3901/3 PL/SQL: Statement ignored
    3901/3 PLS-00306: wrong number or types of arguments in call to
    'ITERATION_PROCESS'
    SQL> alter package APPS.AR_RECEIPT_UPDATE_API_PUB compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show err
    Errors for PACKAGE BODY APPS.AR_RECEIPT_UPDATE_API_PUB:
    LINE/COL ERROR
    0/0 PL/SQL: Compilation unit analysis terminated
    1/14 PLS-00201: identifier 'AR_RECEIPT_UPDATE_API_PUB' must be
    declared
    1/14 PLS-00304: cannot compile body of 'AR_RECEIPT_UPDATE_API_PUB'
    without its specification
    SQL> alter package APPS.XLA_00200_AAD_S_000012_PKG compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show err
    Errors for PACKAGE BODY APPS.XLA_00200_AAD_S_000012_PKG:
    LINE/COL ERROR
    157514/2 PLS-00103: Encountered the symbol "THEN" when expecting one of
    the following:
    ( - + case mod new not null <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> avg
    count current exists max min prior sql stddev sum variance
    execute forall merge time timestamp interval date
    <a string literal with character set specification>
    <a number> <a single-quoted SQL string> pipe
    <an alternatively-quoted string literal with character set
    specification>
    <an alternatively-quote
    LINE/COL ERROR
    SQL> alter package APPS.FV_CCR_UTIL_PVT compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show err
    Errors for PACKAGE BODY APPS.FV_CCR_UTIL_PVT:
    LINE/COL ERROR
    2926/3 PL/SQL: Statement ignored
    2926/19 PLS-00302: component 'CONTACT_NAME' must be declared
    2928/4 PL/SQL: Statement ignored
    2928/20 PLS-00302: component 'CONTACT_PHONE' must be declared
    2929/8 PL/SQL: Statement ignored
    2929/24 PLS-00302: component 'CONTACT_PHONE' must be declared
    2931/3 PL/SQL: Statement ignored
    2931/19 PLS-00302: component 'CONTACT_EMAIL' must be declared
    2932/3 PL/SQL: Statement ignored
    2932/19 PLS-00302: component 'CONTACT_FAX' must be declared

  • Unable to deploy apps to SharePoint: "Operation took too long"

    Hi, I am currently developing a SharePoint application. Until recently I was able to deploy my application without any issues. However, I have been unable to deploy any custom application to SharePoint over the last couple of days. Installation of custom
    applications now seems to hang for about 15 minutes before the server responds with an error message "The operation took too long." I am perplexed, as the deployment process has been working fine made I have made no major changes to my application.
    Please let me know if you have any ideas!
    Thanks

    Hi Venktesh,
    Thanks for your prompt response.
    Sorry I should have mentioned this earlier.
    I am getting error at this line...
    p_clob := p_clob || UTL_RAW.cast_to_varchar2 (UTL_ENCODE.base64_encode (DBMS_LOB.SUBSTR (l_bfile, ncurrent_pointer, l_step)));
    This loop runs for around 5 times i.e. 5000 * 4 = 20000 and then errors out after that.
    If size of my image is below 23000, it works fine.
    Still do you think it is related to BFILE. Actually BFILE operation works successfully for around 4 times.

  • Which Apple app's will no longer work in Mavericks?

    I am using OS 10.8.5 on my MacbookAir.  I was contacted by Apple to download a free update to Mavericks, OS 10.9.
    I am very suspicious after having been many times forced to buy new apps working under newer Apple operating systems, because some previouly working apps suddenly no longer did after an Apple System upgrade was installed.
    I lost mountains of important files created with Applesworks, including important spread sheets and data files which suddenly no longer opened because the Apple appllication used to create them was no longer supported by the newer Apple OS.
    I also recall the total mess with earlier iMovie and iDVD updates most of which ensured that previous iMovie and IDVD schemes coukd no longer be opened or used.
    Since Apple does not inform users of such problems before the updates are  downloaded, maybe it will be of great benefit to  get
    a reply from other users who have upgraded already to Mavericks.
    So which apps, if any will no longer work, if the OS is upgraded to Mavericks?  

    You were contacted by Apple to download Mavericks? Really?
    We wouldn't be able to give you a blow by blow description of which apps will or will not work with Mavericks. There are a lot of people who have upgraded to Mavericks and are not having any issues whatsoever.
    There are others who seem to be having every possible issue you can think of.
    I would imagine that the difference in experiences here is due to the types of sofware people are running, the amount of CPU capacitity they are using to run various apps, games, etc. Whether or not they are running non-Apple applications, how often they have dropped their laptop, etc.
    Since you seem concerned with messes, and problems, and losses of files, then unless you have some burning need to upgrade right at this very moment in it, it seem like it might be prudent to wait.
    That's what I am doing. I am perfectly happy with Mountain Lion. There is nothing in Mavericks that I feel I can't live without for awhile. Eventually, I will be upgrading to Mavericks, because I don't want to fall behind in OSX levels for my machine. But for now, there is simply no pressing need to do so.
    Bugs are being worked out. Fine tuning is being done. Enhancements are being made.
    So, why rush into somehting that has been out for only two months....what's the hurry? It's not going anywhere anytime soon....
    GB

  • IStore - Cloned Apps Schema to access standalone Oracle Applications

    Client has business across different continents and are using standalone oracle ebusiness applications across the locations.
    They have recently bought an single iStore license and wants to use it across the locations. Oracle has recommended to buy four licenses of the same as they have standalone oracle e-biz installed at four locations.
    Client is not happy buying so many licenses as they may have business in new locations in future. Client has agreed with the approach of cloning the APPS schema four times and then create/replace synonyms with DBlinks which points to four different locations.
    This is similar to creating a responsibility using APPS_READ_ONLY schema. The only difference is creating a read/write APPS schema instead of ReadOnly.
    • Database
    •     Create a Database Link in iStore instance pointing to the US Oracle Apps instance
    •     Create a Custom schema XXAPPS (contains synonyms + code objects), which is a clone of APPS schema
    •     Provide Grants on objects in APPS schema for XXAPPS schema
    •     Recursively re-compile the invalid code objects in XXAPPS schema
    •     Create/Replace the synonyms in XXAPPS using the DBLink created for US instance, only for the products/modules used by iStore functionality
    •     Investigate and fix the invalid objects
    o          e.g errors due to accessing the remote objects, pl/sql feature constraints like FORALL cannot be used on the remote table, etc.,
    •     The standard Oracle objects which are modified due to the above are placed in the custom top XXIBE_TOP/patch/115/sql
    • Oracle Applications
    •     Register the new Oracle User XXAPPS
    o          (N) Security -> Oracle -> Register -> Database User Name: XXAPPS
    •     Register the custom application per location/instance
    o          (N) Application -> Register -> Application : XXUS iStore Customizations, Shortname: XXIBEUS, Basepath: XXIBE_TOP.
    o     Please note that XXIBE_TOP is the common top used for all the custom applications (existing and new)
    •     Register the new Oracle User in the DataGroup
    o          (N) Security -> Oracle -> DataGroup -> Standard -> Application: XXUS iStore Customizations, Oracle ID: XXAPPS
    •     Create a custom responsibilitie(s) based on the application 'XXus iStore Customizations'
    o          (N) Security -> Responsibility -> Define
    iStore
    Create an iStore User/Dealer/Superuser & approve the user
    Assign theto custom responsibilitie(s)  the iStore User/Dealer/Superuser in Oracle Applications
    I have an apprehension that there will be issues that needs to considered from maintainence perspective. If you have followed such an approach, what problems would you forsee ? and important things that needs to be considered before implementing such a solution?
    Edited by: user626569 on Jul 25, 2011 4:14 PM

    Thanks,      hsawwan and      samx18.
    We use VNC. I found another good metalink noteL Subject:      Configuring VNC Or XVFB As The X Server For Applications 11i
         Doc ID:      Note:181244.1      
    Thanks,
    Lily

  • Apps schema objects

    dear all,
               i want to compile 3 package bodies in apps schema .how can i compile these 3 package bodies ?
    do i  need to use adadmin utility or compile individually from sql prompt as shown below?
    sql>conn /as sysdba
    sql>alter package <SCHEMA_NAME>.<PACKAGE_BODY_NAME> COMPILE BODY.
    YOUR HELP APPRECIATED.
    thanks and regards.

    Pl do not post duplicates - invalid objects in apps schema

  • Validates apps schema

    Hi Guys,
    Why & when we validates apps schema.

    947652 wrote:
    Hi Guys,
    Why & when we validates apps schema.Oracle E-Business Suite Maintenance Utilities Release 12.1
    http://docs.oracle.com/cd/E18727_01/doc.121/e13676/T530334T530340.htm
    Validate APPS Schema
    Verifies the integrity of the APPS schema. It produces a report named <APPS schema name>.lst. that lists issues and potential issues, grouped by the action required:
    - Issues you must fix (not specific to the APPS schema)
    - Issues you must fix (specific to the APPS schema)
    - Issues you may want to address (specific to the APPS schema)
    The report is located in $APPL_TOP/admin/<SID>/out (UNIX), where <SID> is the value of the ORACLE_SID or TWO_TASK variable, or in %APPL_ TOP%\admin\<SID>\out (Windows), where <SID> is the value of the LOCAL variable. Each section of the file contains instructions for resolving the issues that are listed. Most issues can be fixed by either compiling invalid database objects or recreating grants and synonyms.
    Note: For more information, see Validating the APPS Schema in Oracle E-Business Suite Maintenance Procedures -- http://docs.oracle.com/cd/E18727_01/doc.121/e13675/toc.htm
    Thanks,
    Hussein

  • Ping tbd : "feature" related to FP.Open and compiled apps

    tbd,
    In another thread you stated:
    To programmatically pop-up the FP of a VI, set its FP.Open property to True.  This can be done anywhere in the application, as long as the VI's reference is available (sounds like an application for a Global  ).  There's a "feature" related to FP.Open and compiled apps - do you plan to compile this?
    Would you (or anyone) care to elaborate on this subject a bit.  I am doing just this sort of thing and am interested in all insights and caveats.
    Thanks
    LabVIEW 8.0.1; WinDoze XP
    aut viam inveniam aut faciam

    Hi BadToad,
          If the compiler doesn't think an FP is needed, based on a VI's appearance properties, it will exclude the VI's FP during compile - and FP.Open won't work for the VI.  The attached pic shows this compiler setting in 7.1 and 8.2.  If the VI is top-level, or one of its appearance-properties indicate the FP is to be shown, these will default to UNselected for remove, otherwise you'll need to deselect these for Open FP to work.
    Cheers! 
    BTW - great user-name.
    Message Edited by tbd on 03-02-2008 03:26 PM
    "Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)
    Attachments:
    OpenFP.JPG ‏95 KB

  • I have just downloaded the upgrade from Mountain Lion to Yosemite. In the process i am now unable to gain access to iTunes. The app on desktop no longer works and the install is not able to be opened.

    I Have downloaded the upgrade from Mountain Lion to Yosemite. In thee process of so doing I have lost access to iTunes.
    The app on desktop no longer opens the program and having downloaded and installed as per Apple instructions, can not make a connection.

    Hi, drjbuchanan.  
    Thank you for visiting Apple Support Communities.  
    Here are some troubleshooting steps that I would recommend going through when experiencing this issue.  
    iTunes: Troubleshooting issues with third-party iTunes plug-ins
    http://support.apple.com/en-us/ts3430
    Troubleshooting iTunes installation on Mac OS X
    http://support.apple.com/en-us/ht2311
    Cheers, 
    Jason H.  

Maybe you are looking for

  • [iPhone] Moved to new computer, cannot run app on device

    I was developing on a mac mini, and I provisioned my iPod touch and was able to run on the device. Later I setup ad-hoc provisioning for my iPod as a test, and that worked too. I am attempting to switch over to a new machine. I've installed the old c

  • What program do I use to open a .bundle?

    This sounds like a rediculous question. Also you might not think it was applicable to windows compatibility but it is. I downloaded a dmg of a program called "WINE" (stands for WINE Is Not an Emulator). In it, it has a file called Wine.bundle. Well w

  • Problem in return delivery -mto

    WHILE DOING RETURN DELIVERY for MTO the follwoing error is triggering.. " Create delivery not allowed(SYS status cost object VB0060046010)" pLEASE GUIDE HOW TO SOLVE THIS PROBLEM.

  • Cannot install Mountain Lion 10.8.3

    I have tried to install the 10.8.3 update and while it will download and restart when it has downloaded, the App icon still shows that it needs to be downloaded and installed.  I have tried manually downloading from Apple and have restarted way too m

  • Creating Repository from using Archive file (.a2a)

    Hello, I Archived a repository from MDM 5.5 SP4 running on Oracle. Can I create a repository using that Archived (.a2a) file in MDM 5.5 SP5 running on SQL Server ? Is it possible to create like that? Note: Database is different and MDM version is dif