如何增加EBS模块?

来源:互联网 发布:java前后端分离 demo 编辑:程序博客网 时间:2024/03/29 15:43

System Administration-Oracle Applications Manager-License Manager

 

如何查询某个模块在EBS中被安装?

select APPLICATION_SHORT_NAME, APPLICATION_NAME from FND_APPLICATION_VL where APPLICATION_SHORT_NAME like '%Q%'

收集到如下文档:

Perform the following steps to add new Application module(s) or change a shared
module(s) to fully installed:

1.  Perform a shutdown on the concurrent managers after all users have logged
    off from Applications.

2.  Perform a complete backup of Oracle Applications.

3.  Review the following chapters in the appropriate Oracle Applications
    Installation Manual:

    For Release 11.0.x

        Review Chapter 1 - Disk Space Requirements
                         - Tablespace Requirements

        Review Chapter 3 - Stopping AutoInstall
                         - Restarting AutoInstall
                         - Using AutoInstall Menu and Screens

4.  Perform the following steps to start the installation:

    Important Note:  The database must be in NOARCHIVELOG mode
    (archiving disabled) before running AutoInstall.  If database
    is in ARCHIVELOG mode, adaimgr may report errors when selecting
    "Run the selected tasks".

    a.  Log in as APPLMGR and source the environment file found under $APPL_TOP.

    b.  From the AutoInstall Main Menu screen

        - Choose,  1. Select products to install or upgrade.

    c.  From the Select products to install or upgrade screen

        - Enter the product number to change a product's installation action.
          AutoInstall changes the Action column for the product to 'Install'
          and automatically sets the actions of their dependent products to
          'Shared'.  Thus, you may also see the dependent product files being
          copied to your system during this process.

    d.  Select additional modules

        - This is only needed if you are adding localizations modules

    e.  Choose, 3. Choose database parameters
       
        - Use the Database Parameters screen to control the placement and
          sizing factor of the product(s) you are adding.  It is recommended
          that you take the default values, however, you can change these
          values if you need to.

        - You can use this screen to:

          * Change the sizing factor for the product(s) you are adding with the
            S option.

          * Specify the tablespaces for the product(s) you are adding with the
            M, I, and D options.

    f.  Choose, 4. Choose overall tasks and their parameters

        - Use this screen to choose the task that AutoInstall will perform when
          adding a new module. 

        - If this is a single-node installation, make sure that all the tasks
          are set to 'YES':

        - If this is a multi-tier installation, select the following tasks to
          perform on:

          * Database-tier:  Check init.ora parameters
                            Unload files
                            Create Applications environment file
                            Relink Applications programs
                            Verify files necessary for install/upgrade
                            Check SYS.DUAL table
                            Install or upgrade database objects
                            Load US data or other language data
                            Compile flexfield data in AOL tables
                            Generate message files
                            Compile APPS schema(s)

          * Middle-tier:    Unload files
                            Create Applications environment file
                            Relink Applications programs
                            Generate message files
                            Verify files necessary for runtime

        - If this is a 1-hour Install File System only installation, perform
          the above tasks except Unload files because 1-hour Install have
          unloaded all the necessary files.

        - If this is a 1-hour Install Production/Test installation, on the Task
          screen, choose only the following options:

          * Create Applications environment file
          * Install or upgrade database objects
          * Verify files n.
ecessary for install/upgrade
            (for more information, please refer to Oracle Applications One-Hour
            Install Guide Release 11.0.3 for UNIX, page 3-3)

    g.  Before you proceed to the next step, please remember to load the
        Release 11.0 CD so that files can be unloaded.

    h.  Choose, 5. Run the selected tasks.

    i.  Exit AutoInstall

5.  Review all log files for any errors or issues encountered during the
    adaimgr session.  Note that a list of acceptable errors and warnings occur
    in Chapter 3 Using AutoInstall.

6.  Apply the Mini-Pack from the 11.0.x Maintenance CD for the module(s) you
    have just added to bring the file version to the same level as your current
    files.

7.  Reapply patches which affect the added module against this instance
    since the last adaimgr session.  For example, if you added PA module,
    reapply all patches which affect PA module..

原创粉丝点击