Custom Top creation in oracle applications

Hi
When we create a custom top in oracle applications 11i/R12, is it mandatory to run autoconfig? Are there any manual entry steps to be performed in adding custom top entry other than xml file like topfile.txt????

Hi,
When we create a custom top in oracle applications 11i/R12, is it mandatory to run autoconfig? If you add the custom top to the custom<CONTEXT_NAME>.env file you do not have to run AutoConfig, just source the application env file and bounce the services. However, if you do any changes to the context file then running AutoConfig is required.
Are there any manual entry steps to be performed in adding custom top entry other than xml file like topfile.txt????Please see old threads for similar discussion.
CUSTOM_TOP
http://forums.oracle.com/forums/search.jspa?threadID=&q=CUSTOM_TOP&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
Thanks,
Hussein

Similar Messages

  • Virtual context creation on Oracle Application Server

    How do we set up a context in Oracle Application Server? and how to map servlets and jsp to this context?

    Hi,
    I am not sure about your exact needs, but it is the responsibility of the developer to provide a Deployment Descriptor ( an XML File that contains the required mappings - E.g. Web.xml ). You can specify the Context in the Deployment Descriptor & allow the Application Server to pick up the Context.
    You can package your Servlets & JSP in an EAR File ( by specify the required parameters in the Deployment Descriptor ), deploy it to the app server & check it out. You will be able to access your Servlets and the JSP.
    Can you also tell us your exact requirements ?
    Regards,
    Sandeep

  • Oracle Applications R12.1.3 Installation Solutions Required

    Hi,
    Background : We are implementing Oracle applications (R12.1.3) on linux environments (Linux/ Solaris - not yet decided)
    Total Users 10000. We want the best practices used for handling 10000+ users in terms of following:
    1. Hardware Details ( From any of your current configuration)
    a> RAM Details
    b> HDD Details
    c> SAN Details
    d> CPU details
    2. How Sizing of Oracle applications must be done to avoid performance issues ? (Forecasting for 3 year)
    a> unix mount point sizing
    b> tablespace sizing
    c> init parameter sizing
    d> concurrent manager sizing (Scheduling list of concurrent managers)
    e> archive log files sizing
    f> web-based users -> oacore sizing
    g> form-based users sizing
    3. Installation Of Oracle applications R12.1.3 (base language + other languages) [in detail]
    4. Installation of Oracle Diagnostics Module (in detail)
    5. Custom Top Creation in R12.1.3 (in detail)
    6. How to add new Concurrent Manager and how to schedule requests to Concurrent Managers defined
    7. Monitoring Scripts for Oracle Applications.
    8. Best practices used for backup of Oracle applications (Hotbackup and Coldbackup) - RMAN + other methods
    a> increemental backups
    b> hotbackups
    c> coldbackups
    9. Sample Application DBA Templates
    10.Printer Configuration in Oracle Applications (PDF and Check printing Methods)
    11.Workflow Mailer Configuration in Oracle Applications
    12. How to add new products in R12[in detail]
    Appreciate your help !
    PS: RHEL/Sun Solaris Document will be helpful.
    Thanks and Regards
    Ketan Punamiya

    Duplicate post.
    Installing Oracle Applications R12.1.3 on Linux Solutions Required
    Installing Oracle Applications R12.1.3 on Linux Solutions Required

  • Oracle application having problem on PIX to ASA L2L tunnel.

    Hi ALL,
    My customer has performed a PIX migration to ASA5520 on last weekend. And the configuration on the new ASA5520 is almost the same as the original PIX515. There are several L2L vpn tunnel configuration on the ASA5520. After the migration, all VPN tunnel can establish without problem. But my customer found that their Oracle application running on one of the VPN tunnel has connectivity issue. This application did not have problem when in the original environment.
    This VPN tunnel is a L2L tunnel between remote and main office. In remote office, the VPN endpoint is a PIX515E w/ OS 7.0(5). In main office is an ASA5520 with 7.2(2). The original firewall in main office is a PIX 515 w/ 7.0(5). The IPSec match address list is an IP network to IP network access list without port definition.
    We found that the Oracle client on remote office can connect to the port opened on the Oracle server on main office. But after connected to the port on the server, the application will re-establish a new connection using random port between this client and server, and this new connection seems to not able to establish.
    Anyone can tell me that is it possible to impact the Oracle application on this IPSec tunnel? The ACL is an IP to IP acl. What can I do to troubleshoot this issue? Why the issue rise on the new ASA implementation?
    I'm looking forward to your reply! Please help!
    Jason

    Hi,
    Here is the end to end troubleshooting steps for L2L tunnel.
    Please check debug commands carefully you will get your key point where is troubble.
    http://www.cisco.com/en/US/products/ps6120/products_tech_note09186a00807e0aca.shtml
    Regards,
    Dharmesh Purohit

  • Run Report outside Oracle Application on Unix box

    i want custom repot output outside Oracle Application on Unix box. How could i get output, which command i have to use. i can run on PC.

    Hi,
    Do you want to print the report NOT from the application? If so, you can use lp or print commands to do this (Output files can be found under $APPLCSF/$APPLOUT directory).
    Note: 106186.1 - How to Test an Initialization String Outside of Oracle Applications
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=106186.1
    You can also print the report from the OS using CONCSUB.
    Note: 167224.1 - How to Run a Report from the Operating System Using CONCSUB
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=167224.1
    Regards,
    Hussein

  • How to register custom form into Oracle Applications

    I created a custom form based on a custome table, then I registered in Oracle applications, but it is not opening properly in Oracle applications. It is running fine outside of Oracle Applications. Are there any standard packages which I need to attach while creating this custom form.
    Please help.

    1. Copy your form (test.fmb) into $AU_TOP/forms/US
    2. Compile with f60gen
    3. Copy the test.fmx file to $PRODUCT_TOP/forms/US
    4. Login to Oracle Applications with sysadmin user
    5. Select Application Developer responsibility
    6. Navigate to Application - Form -
    7. Enter the values for following parameter
    Form = test
    Application = You can select from LOV
    User Form Name = Enter as you like
    Description = Enter if any
    8. Navigate to Application - Function
    9. Enter the values in the function form
    in Description TAB - Enter the value for Function, User Function Name, Description
    in Properties TAB - Type = FORM
    Maint.Mode Support = None
    Context Dependence = Responsibility
    in Form TAB - Form = Select your form name that already registered (above one)
    Application = Will display
    Parameters = STARTUP_MODE= TEST
    10. Now you can attach the form in Menu then Responsibility
    Revert back if you have any query.
    Regards,
    S. Velusamy Raja
    Oracle Apps DBA

  • Custom JAAS login module configuration in Oracle application server

    I have a LDAP login module implementing javax.security.auth.spi.LoginModule. This login module works well with tomcat and weblogic, if I configure the JVM arguments -Djava.security.auth.login.config and -Djava.security.policy to point to the login.conf and access.policy files. The login.conf file has the below content
    FREEWAY_SERV
    com.wipro.freeway.security.LdapLoginModule required debug=true portal=false;
    FREEWAY_PORT
    com.wipro.freeway.security.LdapLoginModule required debug=true portal=true;
    The access.policy file has contains content like below:
    grant Principal com.wipro.freeway.security.RolePrincipal "UserAdministration" {
         permission com.wipro.freeway.security.URLPermission "/createOtherUser.frw";
         permission com.wipro.freeway.security.URLPermission "/createDealer.frw";
    The application uses these login modules by passing Name of the JAAS configuration (FREEWAY_SERV or FREEWAY_PORT).
    I would like to use the same login module and code in Oracle application sever 10.1.3 and I haven't got any success yet. I am not getting how to set these JVM properties and make my application identify this custom login module. I have tried configuring the custom login module via oc4j admin console and I couldn't give a name to my configuration. I also set the system properties for
    -Djava.security.auth.login.config and -Djava.security.policy with no success.
    Could anybody please help me to get this right?
    Thanks in advance.

    Hello,
    In OracleAS 10g R3 (10.1.3.x) you can register your login module in your application (and server) using Enterprise Manager, and config file. That is easier and more flexible that the parameter.
    I would invite you to take a look to the security how-to:
    - 10.1.3 How-tos, and How to integrate a custom login module
    You can also take a look to the 10.1.3 Documentation and the LDAP/Login Module integration.
    - Security guide: Login Modules

  • How to copy customer in oracle applications in R12

    how to copy customer in oracle applications in R12

    When I copy (as in original example) 4 cells in Excel, the exact 4 cells paste correctly in another Excel, but on my web it post the 4 cells and then clear the cell below it. So the same data in the clipbord paste correctly into Excel, but incorrectly in the web.
    When I copy (as in original example) 4 cells from the web, the exact 4 cells paste correctly into Excel, and it then post correctly on my web solution.
    So, in summary this is what I find:
    - Copy from web and paste to Excel = no problem
    - Copy from web and paste to web = no problem
    - Copy from Excel and paste to Excel = no problem
    - Copy from Excel and paste to web = problem (first cell below pasted data get cleared)
    We have a SAP NetWeaver BI 7.0 system, I use Bex (WAD) Support pack 7 with Patch 1 and I have Internet Explorer (version 8) - on IE the compatibility view does not make any differance. Users with IE 7 experiance the same issue.

  • Steps to create a custom responsibility in Oracle applications R12

    Hi All,
    I need to define and create a new custom responsibility in Front end applications. Can you let me know the steps to create it or any links through which I can work on it.
    Data group
    Menu
    Request group
    with step by step procedure
    Regards,
    Kalyan

    Please see these links/docs.
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Create+AND+Custom+AND+Responsibility&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Oracle Applications System Administrator's Guide Documentation Set
    http://download.oracle.com/docs/cd/B53825_03/current/html/docset.html
    Thanks,
    Hussein

  • Hi All.How to deploy the CUSTOM JSP to Oracle Application???

    Basically i am new to OAFramework and i have developed one JSP page--->Connect to Remote Application and it is working fine in my Local System.
    How do i depeloy this CUSTOM page to Oracle Application???
    Please let me know the Steps or is there any Reference documentaion available so that i can follow the steps.
    Message was edited by:
    user550793
    Message was edited by:
    user550793

    How you create your .xml file.
    Have you created your .xml file using New->web tier->OA Components->Page.
    If in this way you would not get your specified Error. Could not find the main class.Progarm will exit.
    I think you are running any java file. either controller, VOImpl.java or any else.
    that do not have main function.
    if still this issue exist on your side. let us know all the steps in details to us.
    Thanks, Avaneesh

  • Attachement in Oracle Application Custom Form

    Hi,
    Can any one please give idea/path how can i use Attachment in Oracle EBS in Custom Form?
    Thanks in advance
    Oraapp Nebie

    Re: Attachment in oracle application custom form

  • Custom Help in Oracle Applications

    Hi All,
    I want to replace default help page for some of our important screens. I have following questions for the same :
    a. Can I use my custom help pages for a seeded screen?
    b. Can I achieve this without doing any major customization?
    c. How much efforts will it cost me?
    d. What happens when some patch is applied or some major upgrade happens?
    I checked this topic in Oracle Applications System Administration guide but I could not find any application or responsibility with the name Oracle Self-Service Web Applications or Oracle Applications Help System Utility. It will be great if someone can give step-by-step instruction for the same.
    Thanks,
    CAH
    Edited by: user638181 on Jun 14, 2010 3:26 PM

    Hi Hussein,
    Thanks for your reply.
    I checked the Oracle Applications System Administrator's Guide - Configuration. It has given step by step information about how to customize help system but I am facing problems while following these steps. I am not able to find Oracle Self-Service Web Applications as a responsibility or menu mentioned in step-2 below :
    1. Copy the customized files to the appropriate product folder in the upload directory. For example, if you customized six help files for Accounts Receivable, copy the six files to the <server location>\<Help Utility Upload Path>\US\AR directory. It is critical that you copy the files to the correct product folder in order for the Oracle Applications Help System Utility to place the files in the correct location within the Oracle Applications Help System.
    2. Open the Oracle Applications Help System Utility.
    The Help System Utility is available from Oracle Self-Service Web Applications.
    Click on System Administration. Under Help Administration, click on Help Utility.
    3. Select "Upload Files from Help System" from the Choose Action option group.
    4. Select the language from the Choose Language pop list.
    5. Select the product from the Choose Product pop list. You can only select one product at a time.
    6. Click Finish.
    Appreciate if you can help me getting there.
    Thanks,
    CAH

  • Oracle Applications Vs Custom developed software using JDeveloper

    Hi,
    I was wondering if you could point me to list of what would be the major advantages / disadvantages of using Oracle applications Vs building custom software using JDeveloper. This is to participate in a decision making meeting with the stake holders. Please provide any information that might be useful for decision making.
    Thanks
    Message was edited by:
    user6773
    Message was edited by:
    user6773

    Oracle applications are a set of pre-built applications that you can use for different tasks like Human Resource, Purchase Order, Customer Relationship Management.
    The good thing is that the application is already built so you just buy it off the shelf.
    JDeveloper lets you develop applications from scratch or customize existing applications.
    So your basic question is "Buy vs. Build" - and this depends on whether you have the time and staff to build an HR application from scratch for example or would you rather spend your money on buying a packaged solution.

  • Oracle Application Server of R12.1.x (10.1.3) for Custom Application Deploy

    Hi Friends,
    Can we use Oracle Application Server of R12.1.x (10.1.3) for Custom Application Deployment(jar files) instead of going for seperate Oracle 10g Applicatuion Server.
    Let us know the Licensing information as well
    Regards
    DB

    Hi,
    Personally i would'nt suggest using the Application server, due to
    1. If you need down time for application patching, you custom application will also be down.
    2. If you can not start 10g Application server (The one came with R12) for some issues, it will also affect your custom application.
    3. If you are upgrading/patching 10g application server (the one came with R12), you would not know what will the affect of this on custom application.
    E-Business Suite Software Development Kit for Java (includes AppsDataSource, Java Authentication and Authorization Service) Readme - Patch 9863609 [ID 974949.1]
    How to add custom JAR files to Apache OC4J Classpath in R12 instance? [ID 433241.1]
    Regarding the licensing,
    Please speak to local sales representative for licensing requirements.
    You can also see
    http://www.oracle.com/corporate/pricing/pricelists.html
    Thanks

  • How to Register OAF Custom Page on oracle application.

    can any one help me out in how to register OAF page in oracle application.

    By using AOL u need to create a Function eg. TestFunc with type as SSWA... and attach the page path as OA.jsp?page=/compName/oracle/apps/per/ijp/webui/TestPG
    After creating the function u need to create a menu and attach this TestFunc with the menu..

Maybe you are looking for

  • How to get the sequence value from the database

    Hi I created one sequence in the database. Then I want to take the current value or nextvalue of the sequence in a java program. How can i do this? can anybody please explain me? Thank you so much.

  • CW LMS 2.5 deamon manager not starting win2000

    For some reason the deamon manager service on this server refuses to start. Here is what I see when trying to start: error 1053. The service did not respond to the start or control request in a timely fashion. I tried to reboot the server, no luck. t

  • File attachent not sent to Approver in Purchase Requitions

    Hi all I have issue about Purchase Requition: When i create a Purchase Requions fianlly, i go to menu View -> Attachment to attach file after that i press button Approve to send approver My Approver receive Requition but not receive file attachment i

  • Photoshop app doesn't show up after install

    I installed PS with Creative Cloud app. The app says it is installed on the drive, but I can't find it anywhere. The destination folder is "applications". It doesn't show upo in lounchpad, spotlight or in finder. When I right-click on PSD files it do

  • DNS for ICM install

    Hi, We can install ICM using either IP address or Hostname. If using hostname ,we have to maintain LMHOST file on all the ICM servers. Without using LMHOST, can we use DNS for this hostname to IP resolution? Which is the best practice.?  Regards Kris