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

Similar Messages

  • APPS Schema name hardcoded in Oracle Applications Adapter Wizard

    Hi,
    I am current evaluating the use of Oracle BPEL using the OA Adapter. Problem is that the APPS schema is called something other that APPS, say APPS1. When creating a partner link using the OA Adapter wizard, the Wizard is look for the object under APPS which does not exist.
    Please help!!!
    Regards
    John

    You'll have better luck posting in the right forum. This one is for issues relating to Oracle's ODBC driver.
    I'm not familiar enough with JDEV to know which forum that is top of my head though.
    Greg

  • Schema procedures access in oracle portal

    Hi
    I have created a procedure under my schema and grant execute access to portal user. However, when I tried to execute the procedure from a report as portal user, it said procedure not found.
    When I created the same procedure under portal_public schema and the report works! Why is this so when I have already granted the right access? Please advice. Thanks!

    Thomas,
    First of all you need to create a schema for your Portal Application. Once that is done you will need to run in a DBA script called provsyns.sql so that this schema can execute and view the Portal core objects.
    This script is located in $9ias_ORACLE_HOME/portal30/admin/plsql/wwc
    Run this script as PORTAL30 with one parameter, this being the name of your new schema.
    Then your next step would be to set up all the necessary grants and synonyms so that the objects you wish to view over the gateway can be viewed from your application schema.
    Then you are ready to create an application in Portal via Navigator --> Applications.
    Choose the new schema as the Application schema (this is where all the Portal generated code gets compiled) and try creating a simple Report component to see if your non-portal components are set up properly.
    Hope this helps...
    John

  • How to restrict user access in Oracle Application Server 10g (9.0.4)?

    Can anybody please let me know how to restrict user access in 10g AS? To be specific, how to allow http requests from specific IPs only?

    Hi,
    You have to edit httpd.conf and modify acces rights for each protected directory
    e.g.
    <Directory /var/www/sub/payroll/>
    Order allow,deny
    Allow from 192.168.1.0/24
    </Directory>
    then you have to restart Oracle HTTP Server
    jm--

  • 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

  • Very difficult migration from MS Access to Oracle with SQL Developer

    Dear Developers
    I have tried to used for one Project Oracle Sql Developer Migration from Access to Oracle (Application Express). Was about an evaluation if Oracle Express (with Application Express) or Mysql (with PHP) as target database.
    I am working with Oracle for 14 years and i earn my money in projects related with Oracle. Of course i am sentimental and i push every time when an opportunity comes to have as an option Oracle.
    This time beside my sentimental approach the decision was different.
    I will tell you why and i hope that someone there will listen and make something for a better Product.
    I was trying yesterday the whole day to migrate an Microsoft Access database. A nightmare....
    1. Microsoft Access Exporter 2000 was too slow. For a 25 MB Access database, running time was 15 Minutes. And 15 minutes to obtain an undocumented error. I followed your instruction and eliminate all references etc... as you described in HELP. a lot of time necessary to read and do..... After that i obtained an Error #..16. Sorry that i don't provide you with an exact number error. i don't have it right know and personally i am not interested anymore. For this error i don't find nothing in forums about it.... Search again and again..... Every time after waiting 15 Minutes in which you don't know exactly what application does or if really does something. I decided to delete sequentially macros, modules, forms, querys from Access database and see where Exporter stops... Time and time lost for trying and searching.... Finally i obtained my XML file only by keeping my Access tables. The file was produced even if i obtained at the end Error #5:..... Because was an error i am not really sure if the file was completly consistent with my database.
    2. I followed the next steps and with some errors (enabling, disabling constraints, objects couldn't be created because of different reasons) i had my Model and Oracle Schema. I have tried to export the data from Access and import it in Oracle. data exported was in UTF8 and SQL Loader Control file doesn't have
    LOAD DATA
    character set utf8
    So i tried to add the string "character set utf8" in my dozens of CTL files - with a freeware of course.....
    Maybe you can say that if i knew that from the beginning i would have set my character set in SQL Developer. I don't know and i will not ever try with this product!
    So finally after hours of working and trying and playing with my nerves, reading a lot of forums and documentation, i had an Oracle schema, maybe incomplete because of different errors at so much migration stages.
    And now i have tried for the first time in my life MySQL Migration Toolkit. I read that for migration to MYSQL this tool is what i needed.
    I recommend you to try the product and see something about the quality required for a piece of software. Is not enough if your product runs OK with Nortwind DEMO Access database. It should run OK with all ACCESS databases.
    With the tool i have done the job in 5 MINUTES. Simple, efficiently and without errors. At the end i had the SQL Scripts and the DATA imported in the database.
    Difficult to say something now. I am sentimental but i asked mysef if you can do something to improve the quality of the product.
    What arguments can we provide for a client in Migration from Access to Oracle ???? Can you honestly answer at that?
    Please try this MYSQL Migration Toolkit.....Maybe this give you some ideas about simple tasks and about what we really need...
    Best regards
    Adrian

    Dear Barry and Kgronau
    Thank you very much for your response. My Post was after a long day of trying to import an MDB file.
    Maybe you can understand why i was so angry...
    Yes i understand that your tool try to do more than other even if actually you don't really convert too much.
    From Modules to make some procedures where the whole code is commented! .....
    For other MDB which i tried to import in APEX the forms where really not usable. Queries are full of errors requires most of the time manual corrections.
    I am sorry that i can not provide you with this MDB which cause these problems.
    Data and software doesn't belong to me and the company which own it can not provide to you.
    What i hope from your product is, even when errors come, to show a better error explanation. At what object in Access error ocures ? This is very important because i can correct my MDB or just delete the module,form,query in cause if SQL Developer doesn't like it....
    Just showing an error Error #.... doesn't help me too much. And if an error occurs i don't know if program continues to work or is dead. No information about this. Maybe you can show that your application is alive and does something (working status etc...) ! Anyway we wait long minutes in front of dead screen....
    Again, thank you very much for your attention
    Adrian

  • 'Apps Schema Connect Role'

    Hi All,
    I am trying to understand 'Apps Schema Connect Role' in Oracle R12.
    Tried a lot in metalink , but was not able get any relevant information.
    I like to know how this role helps to connect to database without DB credentials and what are the privileges assigned to this roles (permission set).
    Can someone share insight of this role .
    Thanks

    This is a seeded UMX (EBS application layer) role, not a database role.
    In EBS, navigate to  "User Management" responsibility => "Users" page => Search for role "Apps Schema Connect"

  • Http500 when trying to access URL for Oracle Application Server Console

    We have a new install of R12.1.0 on Windows 2003 R2 (32bit). The Applications seem to work fine. Users can access the R12 applications and submit jobs.
    We need to configure a new oc4j instance, so we are trying to access the Oracle Applications Server Console for the first time. After entering the URL below, we encounter an Http 500 error. The Application server console service is running.
    http://wbf-soadb.bolthouse.int:18100/emd/console
    Thanks

    Mark,
    The document (Note: 603716.1 - Using AS10g AS Control with eBusiness Suite Rel 12) used to be available for public access but seems not anymore. Please log a SR to get a copy of this doc as you need to follow the steps in this doc to access AS Control with R12.
    Thanks,
    Hussein

  • Difference between Oracle 11i Apps DBA & Oracle Application server 10g DBA

    Hi All....
    can anyone explain me the *"Difference between Oracle 11i Apps DBA & Oracle Application server 10g DBA"*
    Can Oracle 11i Apps DBA work in a Oracle Application server 10g DBA environment.
    Regards,

    Oracle Apps is a suite of financial applications.
    Oracle Application server is Oracle's scaled up implementation of Apache or Weblogic or similar products.
    While Oracle Apps might use Oracle Application Server as middleware, Oracle Apps is much, much more than Oracle Application Server.
    An Oracle Apps DBA is primarily busy on the functional side, and with implementing an ongoing stream of patches ;)
    The two functions have almost nothing in common.
    Sybrand Bakker
    Senior Oracle DBA

  • Oracle Application server 10g installation

    Hi,
    I have installed oracle 10g Express edition on my Vista home premium.
    It will be a great help, if anybody reply me how to access the oracle application server ..... I am new to this installation.
    whether I need to install the s/w or I need to configure?
    Please help me out.
    Thanks,
    geetha.
    Edited by: user10587613 on Mar 15, 2009 7:32 PM

    OK, you can find the software here:
    http://www.oracle.com/technology/software/products/ias/htdocs/101310.html
    (Choose CD1 for the your platform from "Oracle SOA Suite 10g" row)
    Here is the installation guide for Linux that will walk you through the steps to install:
    http://download.oracle.com/docs/cd/B31017_01/linux.1013/install/toc.htm
    If you are only looking to install Oracle Application Server and not the SOA Suite or Web Center Suite, you still use the above software but choose "Integrated Web Server and OC4J Middle Tier":
    http://download.oracle.com/docs/cd/B31017_01/linux.1013/install/topo.htm#CEGEECFH
    Hope this will help.
    Thanks
    Shail

  • Conflicts: Discoverer and Oracle Applications

    Hi,
    I have Discoverer (Version 4.1.48.08.00) running on SUSE LINUX Enterprise Server 9 integrated with Oracle Applications 11i.
    Sometimes and unexpectedly the "APPS" user is locked and Oracle Applications needs to be restarted in order to work properly. I don't know the cause, but I'm sure it's caused by Discoverer because it happens exactly at periods of the month when Discoverer users are using it most, at very specific times.
    Sorry to not have more details, but maybe someone have already had the same problem.
    Thanks a lot.
    Fiunes

    Hi Rachael
    It is certified for use with E-Business Suite and as far as I know it is very stable, so long as you have applied the latest patch.
    Like all previous versions of Discoverer you don't want to stay on the out of the box version for longer than you have to.
    Best wishes
    Michael

  • Does the APPS schema have full access to custom objects

    DB - 11.2.0.3 - s390 - SLES11SP2
    APP - 12.1.3 - x86_64 - SLES11SP2
    One of my lead developers has posed a question to me.......namely -
    Does the APPS user have implicit select and delete privileges on custom objects without an explicit GRANT statement?

    Please see (Step By Step Guide to Creating a Custom Application in Applications 11i [ID 216589.1]) which is applicable to R12 as well -- "Grant all privilege from each custom data object to the APPS schema" step.
    Please also see (Step 9. Integrate your database objects with the APPS schema by granting APPS the access to your custom schema’s objects) in (Integrating Custom Applications with Oracle Applications [ID 176852.1).
    Thanks,
    Hussein                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Can we access the e-business apps schema with database adapter

    Hi..
    can we access the tables/views/api's in apps schema using database adapter. Generally we access it using oracle apps adapter.
    Thank you,
    Dan.

    Hi Dan,
    As mentioned by the other user, you can very well use the db adapter as APPS Schema user to connect to any APPS instance.
    This is the reason why you have the connection navigator in JDev not differentiating much for APPS adapter connection and db connection listed.
    However, having said that I would still prefer using APPS JCA Adapter for APPS instance and DB adapter for databases.
    Regards
    A

  • Oracle APEX page is not working from cloned APPS

    Dear Gurus
    The APEX page is working fine in our PROD APPS, but having done the successfull cloning of APPS, now if we try to access the APEX page , it is not coming up, is there any config change we need to make???
    following is the APEX which is working fine...
    http://appsprod.test.com:7778/pls/apex
    and following in cloned APPS is not working at all....
    http://clonedapps.test.com:7778/pls/apex
    please help to resolve this issue..........
    thanks

    Hi
    What is being recorded in your Apache log files (I'm using you're using Apache due to the port number you have)?
    Remember, the more information you can give us the better armed we are to help you.
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • Fusion Apps web service call fails with error access denied (oracle.wsm.security.WSFunctionPermission)

    Hello Guru,
    I am trying to call a supplier service from SOA/OSB.
    But while calling the service it is failing with the below error message
    access denied (oracle.wsm.security.WSFunctionPermission http://xmlns.oracle.com/apps/prc/poz/suppliers/supplierService/SupplierService#getSupplierVO invoke)
    As per OER cookbook i have attached the "oracle/wss_username_token_client_policy" to the Fusion  apps web service.
    I am trying to pass security credentials to the service by using all the methods... through composite ..through bpel through wsse header but in all cases i am getting similar error.
    Please let me know if some one has called the fusion apps web service to create a supplier of solution to my problem  as mentioned above.

    Hi Sai,
        Thanks for the quick and correct response. Yes, after doing the research, I'm also came to same conclusion. But what stops me here is that where exactly I need to check for this permission.
    I mean the theory what I built on this Authorization/Permission is that:
       For the resource - WebService (SupplierService), there is an assigned application role for which the Entitlement/Permission is provided.
    Pls. help me in the below items:
    a. What is the application role(in role hierarchy) assigned to this resource(Webservice). Which page I need to check(navigation) this and the required credentials..
    b. What is the Entitlement provided for this application role for this operation (getSupplierVO) invoke.. Which page I need to check(navigation) this and the required credentials..
    Thanks in Advance.
    Thanks & Regards
    Madhu

Maybe you are looking for

  • Multiple iTunes accessing the same songs on local network??

    Hello all, I have imported all of our CD's into itunes on my computer. I would like for my wife and children to be able to access these songs and create their own playlists on their own computers from these songs. The kids have Windows Vista, and my

  • Cost Estimate Currency Display

    Hi, When I run cost estimate with 2 different currency settings in the system, how do I permanently make the display to always show cost estimate in USD (controlling area currency ) and not EURO (company code currency)?

  • Multiple Oracle Cursors in a function

    Hello folks. We are componentizing a good chunk of data wrangling, stuffing the random-ish queries and stored procedures in to CFCs. However, many of the Oracle procedures return more than one cursor (resultset). I am a bit shaky on CFCs in general I

  • Run a Stored procedure in Orchestrator Query Database

    I dont see an option where a stored procedure can run in Database query. Instead of putting a query, I would like to have a stored procedure run at different intervals and then send out the notification. If it is not in Database Query, Where do I fin

  • Default values for data types

    what are default values for all the data types that exist  in abap Title was edited by:         Alvaro Tejada Galindo