Oracle Apps EUL with Custom Discoverer Views

Disco Environment:
OracleBI Discoverer 10g (10.1.2.2)
Oracle Business Intelligence Discoverer Plus 10g (10.1.2.54.25)
Discoverer Model - 10.1.2.54.25
Discoverer Server - 10.1.2.54.25
End User Layer - 5.1.1.0.0.0
End User Layer Library - 10.1.2.54.25
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
Oracle Applications R12 EUL
All,
Up until now, we have been placing our Discoverer custom views in our apps schema. From a "keeping track" perspective and from a "keep Disco views separate from apps" perspective, we are inclined to create a custom schema to place all of our custom Discoverer views. I have heard that Noetix does this as well.
To accomplish this, we were planning to provide a grant select to all tables, views and synonyms (with a limited execute rights to some packages).
The easiest thing to do is to keep on doing what we are presently doing. We have a naming schema in place that enables us to quickly identify all custom Disco views.
Can I have people whom have implemented a custom schema for their Disco views in apps let me know how this has worked for them? This type of Disco environment appears to require a lot of communication between the Disco staff and the DBA to make sure these grants are set-up correctly.
Thanks,
Patrick

Hi,
All the eBS sites I have worked on have created the majority of their custom views in the APPS schema using a naming convention to separate them from the seeded views. The reason being is that the SQL in the view (including all the function calls) is run with the privileges of the owner of the view. If the view is defined in another schema, then this schema must have access to the APPS database objects which can be a lot of work to set up because it is very hard to identify the dependencies and unnecessarily opens up the security on the APPS schema.
Where the data is held in custom tables and there are views on these custom tables, then both the tables and the views are held in a separate schema.
Rod West

Similar Messages

  • Send bulk mail in oracle apps 11i with pdf/Xls attachment

    hi,
    I have a task how can i send bulk emails in one go ( aprrox 150-200 emails in one go) in oaracle apps 11 with attachment pdf/xls
    thanks

    Duplicate post.
    how to send bulk mail in oracle apps 11i with pdf/Xls attachment
    Re: how to send bulk mail in oracle apps 11i with pdf/Xls attachment

  • Can I use Oracle app server with mysql

    Can I use Oracle app server with mysql. I seem to have the following error when trying to create a datastore. I have mysql.jar in my classpath. Can any one tell me what's wrong.
    Error initializing data-source 'jdbc/topup': DriverManagerDataSource driver 'org.gjt.mm.mysql.Driver' not found

    Yes you can forward requests from your own apache to the iAS. This can be done using mod_proxy. Some hints about how to do this are availlable on this forum.
    mod_oc4j is not a standard apache module, and therefore is not availlable when you download apache. There is no apparent reason to use mod_oc4j on a "regular" webserver (unless you want to build your own iAS). Also there might be some licenseing issues with using mod_oc4j module on a standard apache.
    You can encrypt data that is passed from a random Apache to you iAS.

  • Download Oracle Apps patches with password required through OAM

    Hi All,
    Could anyone please share the process - How to download Oracle Apps patches with password required through OAM using patch wizard option to the server.
    ftp updates.oracle.com is not working in our case.
    Is there any option available?
    Thanks for your time!
    Regards,

    Hi,
    Please see these docs/threads.
    Note: 731257.1 - How to Download Password Protected Patch from FTP Site updates.oracle.com
    Whats is the FTP site for Oracle Patches
    Whats is the FTP site for Oracle Patches
    Regards,
    Hussein

  • Creating a NEW Oracle APPS EUL , How to get Oracle BI Objects in new brand

    Hi there
    We upgraded Oracle Discoverer 4i to Discoverer 10g and during the upgrade process DBA upgrade the EUL5 in the same schema.
    Now That schema is corrupt.
    I have to create a new Brand EUL for Oracle APPS Business Intelligence Views 11.5.10.2.
    What steps I can follow.
    1)     DROP the existing schema at Database.
    2)     Using Discoverer Admin login through SYSTEM Account
    3)     Create the APPS EUL
    4)     Now What to do to get the Business Intelligence APPS Views in my new APPS EUL?
    Is there any process I need to run to get Business Intelligence Views.
    Thanks
    JOJI

    JOJI,
    It is a "non-destructive" upgrade/migration. This is why you have the EUL4 and EUL5 objects in the schema. This allows you to migrate your users in a controlled fashion if desired as it keeps the Discoverer 4i EUL intact.
    What Jose, is describing is that you can drop the EUL5 objects (via the 10g Administrator -drop the EUL or manually) and then perform the upgrade again.
    If you do decide to create a new 10g (eul5) EUL, then the following MetaLink Note describes how to import the Business Intelligence Business Areas and Generate the Business Views.
    Note 316463.1     Using Discoverer 10.1.2 with Oracle E-Business Suite 11i
    I hope that helps,
    Regards,
    Steve.

  • Oracle Apps EUL Scheduling Trouble

    Hi All,
    Here is my problem:
    I can go through all of the steps of setting-up scheduling in an Oracle Apps Disco environment, but here is the result:
    -No new table is created when the scheduled workbook has finished (if it has)
    -No visible sign that the workbook was actually scheduled (just no exception either).
    -but Packages are in the scheduling schema
    -I did set-up a user to be able to schedule workbooks with the designated scheduling schema.
    Here is my configuration:
    OracleBI Discoverer 10g (10.1.2.3)
    Oracle Business Intelligence Discoverer Plus 10g (10.1.2.55.26)
    Discoverer Model - 10.1.2.55.26
    Discoverer Server - 10.1.2.55.26
    End User Layer - 5.1.1.0.0.0
    End User Layer Library - 10.1.2.55.26
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    Here is what we did:
    Our dba logged in as system and ran the batchusr_app.sql script.
    For better or worse, the packages that were created during this script were created in the system schema and not in our designated scheduling schema.
    For better or worse, I can schedule workbooks when system is chosen as the scheduled workbook schema (I tested this even though it is totally unacceptable).
    To correct this problem, I just identified the portion of the batchusr_app.sql script which has the DDL and ran this with the designated scheduling schema. I also dropped the packages that were erroneously created in the wrong schema.
    I made sure that the following grants were granted to the scheduling schema:
    CREATE PROCEDURE
    CREATE SESSION
    CREATE TABLE
    CREATE VIEW
    EXECUTE ANY PROCEDURE
    SELECT ANY TABLE
    I made sure that all of the grants at the end of the batchusr_app.sql script were done and with the appropriate database user.
    Any suggestions? My next step is to submit an SR.
    Thanks,
    Patrick

    Hi Kranthi,
    Thank you for your help.
    Let me clarify. In the Disco Admin tool using Tools/Privileges, I did select the Scheduled Workbooks tab and I selected an ebs user/database user who will own the scheduling tables (and the other options).
    In my first scenario, I did assign the System database user as the owner of the scheduling tables (this is totally bad and totally unacceptable in a non-test, non-development environment) and I am able to schedule my workbooks.
    In my second scenario, I correct the set-up of my scheduling (run the batchusr_app.sql segments that were not properly run):
    - Dropped the packages that were not correctly created in the scheduling schema owner.
    - Made sure the scheduling schema owner had the grants required: CREATE PROCEDURE, CREATE SESSION, CREATE TABLE, CREATE VIEW, EXECUTE ANY PROCEDURE, SELECT ANY TABLE and made sure the scheduling schema owner had the SELECT privilege on the view, V_$PARAMETER
    - Ran the DDL associated with creating the three scheduling packages in the correct scheduling schema database user. I removed all the bind variables and replaced them with literals (e.g. &FNDNAME with APPS).
    - Logging in as the EUL owner, EUL_US, I run the portion of the script which performs the "grant select, insert, update, delete to all of the tables in the EUL schema.
    We have not performed the access privileges which you have identified in your document. We are using OID to synchronize are Disco Users with Apps (our last DBA set this up and I have assumed this was configured right). Are you saying that these are required to properly schedule workbooks (we have had our user community using Disco in an EBS environment for some time now)?
    Patrick

  • Oracle Apps Responsibility Significance in Discoverer

    Can anybody explain me the significance of selecting oracle applications responsibility while logging into Discoverer Plus?
    RM

    Yes ... and no.
    You really don't want to share a workbook (IMHO) with an Oracle Apps user as it get's confusing. One of the reasons is - and this took me a while to learn - is that Discoverer will always take the highest (ie: most powerful) method to let a user see information.
    In otherwords, if a user logs in, any privs / security he can do as the responsibility he logged in with OR anything he can do with his Apps username he logged in with will be given him. It's really tough later on to determine if it was the responsiblity or the username that allowed him to see what / and do what. So, in client sites I've worked at, it's 98% secure (there's always one exception where apps doesn't want to set up a special responsibilty for just this one guy with multi-power) that ONLY responsibilties are used to be shared with / and privs (ie: what business areas they can see.
    Now remember - to your second question - you're only sharing reports and business areas with those responsibilities. The actual data may not be allowed to be see by those responsibilities. This is exactly what the BIS views do in some cases (ie: read financials intelligence) where the actual data is being filtered to the responsibility and therefore no info comes back. You can see this - and I've heard many a user says that BIS sucks - when NO DATA RETURNED comes back from someone trying to create a workbook against a folder in a BIS business area. Sure, you gave them privs to use the business area, sure you shared a report with them or not that you wrote - but at the view level in the database, their responsibility is not allowed to see the actual data.
    BIS / xx Intelligence is a whole entire other ballgame. You have to set stuff up in Oracle Apps, you have to 'generate' the BIS views (to pick up your organization's Oracle setups), you have to import the correct .eex file for the Apps version you're running into Disco Admin, and you have to perform a refresh - as the correct user (very important) to get the BIS views correctly into Discoverer with all the good stuff and security, etc.
    Hope this helps.
    Russ

  • Deployement problem in Oracle App Serv with hibernate + JPA and Spring

    Dear All,
         I am facing a problem in deployment of a web application in oracle application server 10g. but the same is working fine with Tomcat. The following Exception. Is being thrown.
         Failed to deploy web application "OraTest". Failed to deploy web application OraTest". . Nested exception Resolution:
    Base Exception:
    java.rmi.RemoteException
    deploy failed!: ; nested exception is:
    oracle.oc4j.admin.internal.DeployerException: Unknown assembly root-tag attribute: version. deploy failed!: ; nested exception is:
    oracle.oc4j.admin.internal.DeployerException: Unknown assembly root-tag attribute: version     I am using the following technologies
    1.     Spring 2.0.7
    2.     Struts 2.0.9
    3.     Hibernate 3.3
    4.     JPA 1.0
    5.     Oracle App Server 10.1.2.0.2
    Web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
         <display-name>My Application</display-name>
         <filter>
              <filter-name>struts2</filter-name>
              <filter-class>
                   org.apache.struts2.dispatcher.FilterDispatcher
              </filter-class>
         </filter>
         <filter-mapping>
              <filter-name>struts2</filter-name>
              <url-pattern>/*</url-pattern>
         </filter-mapping>
         <welcome-file-list>
              <welcome-file>/index.jsp</welcome-file>
         </welcome-file-list>
         <servlet>
              <servlet-name>dwr-invoker</servlet-name>
              <servlet-class>
                   org.directwebremoting.servlet.DwrServlet
              </servlet-class>
              <init-param>
                   <param-name>debug</param-name>
                   <param-value>true</param-value>
              </init-param>
         </servlet>
         <servlet-mapping>
              <servlet-name>dwr-invoker</servlet-name>
              <url-pattern>/dwr/*</url-pattern>
         </servlet-mapping>
         <listener>
              <listener-class>
                   org.springframework.web.context.ContextLoaderListener
              </listener-class>
         </listener>
         <context-param>
              <param-name>contextConfigLocation</param-name>
              <param-value>
                   /WEB-INF/conf/spring/datasource-context.xml,
                   /WEB-INF/conf/spring/aop-context.xml          
              </param-value>
         </context-param>
    </web-app>
    /Datasource-context.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:aop="http://www.springframework.org/schema/aop"
        xmlns:tx="http://www.springframework.org/schema/tx"
        xsi:schemaLocation="
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
        http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.0.xsd">
         <bean class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor" lazy-init="true"/>
         <!--  following code is for using oracle -->
            <bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource" lazy-init="true">
              <property name="driverClassName">
                   <value>oracle.jdbc.driver.OracleDriver</value>
              </property>
              <property name="url">
                   <value>jdbc:oracle:thin:@//xxx.xxx.xxx.xxx/mydb</value>
              </property>
              <property name="username">
                   <value>admin</value>
              </property>
              <property name="password">
                   <value>admin</value>
              </property>
         </bean>
         <!--  following code is for using mysql -->
         <!--
         <bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource" lazy-init="true">
              <property name="driverClassName">
                   <value>org.gjt.mm.mysql.Driver</value>
              </property>
              <property name="url">
                   <value>jdbc:mysql://192.168.10.157:3306/tpsadmin</value>
              </property>
              <property name="username">
                   <value>tpsadmin</value>
              </property>
              <property name="password">
                   <value>tpsadmin</value>+
              </property>
         </bean>
         -->
         <bean id="entityManagerFactory" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean" lazy-init="true">
              <property name="persistenceUnitName" value="mkclsetsPersistenceUnit"/>
              <property name="dataSource" ref="dataSource"/>
              <property name="jpaVendorAdapter">
                   <bean class="org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter" lazy-init="true">
                        <property name="database" value="ORACLE"/>               
                        <property name="showSql" value="true"/>
                   </bean>
              </property>
         </bean>
         <bean id="transactionManager" class="org.springframework.orm.jpa.JpaTransactionManager" lazy-init="true">
              <property name="entityManagerFactory" ref="entityManagerFactory"></property>
         </bean>
         <tx:annotation-driven transaction-manager="transactionManager"/>     
    </beans>Aop-context.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:aop="http://www.springframework.org/schema/aop"
        xmlns:tx="http://www.springframework.org/schema/tx"
        xsi:schemaLocation="
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
        http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd
        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.0.xsd">
    <!--  Bean Definition of all the required Interceptors -->
         <bean id="methodLoggingAdvice" class="com.mkcl.sets.common.interceptor.MehodLogInterceptor"/>
         <!--
         <bean id="appCacheManager" class="net.sf.ehcache.CacheManager">
              <constructor-arg index="0" type="java.net.URL" value="classpath:country-ehcache.xml"/>
         </bean>     
         -->
          <!--bean id="methodCacheInterceptor" -->
         <bean id="methodCachingAdvice"
              class="com.mkcl.sets.common.interceptor.MethodCacheInterceptor">
              <property name="cache">
                   <ref local="methodCache" />
              </property>
         </bean>
         <bean id="cacheManager"
              class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean">
              <property name="configLocation">
                   <value>WEB-INF/conf/other/ehcache.xml</value>
              </property>
         </bean>     
         <bean id="methodCache"
              class="org.springframework.cache.ehcache.EhCacheFactoryBean">
              <property name="cacheManager">
                   <ref local="cacheManager" />
              </property>
              <property name="cacheName">
                   <value>mkclSetsCache</value>
              </property>
         </bean>      
         <!--
         <bean id="methodCachingAdvice" class="interceptor.MethodCachingInterceptor"/>
          -->
         <aop:config>
              <aop:pointcut id="getCountriesPointCut" expression="execution(* com.mkcl.sets.dao.master.impl.LocationDAOImpl.getCountries())"/>          
              <!-- <aop:pointcut id="methodLogPointCut" expression="execution(* com.mkcl.sets.service.master.impl.CategoryServiceImpl.getAllCategories(..))"/> -->
              <aop:pointcut id="methodLogPointCutDao" expression="execution(* com.mkcl.sets.dao..*.*(..))"/>
              <aop:pointcut id="methodLogPointCutService" expression="execution(* com.mkcl.sets.service..*.*(..))"/>
              <aop:advisor id="methodCachingAdvisor" advice-ref="methodCachingAdvice" pointcut-ref="getCountriesPointCut"/>          
              <aop:advisor id="methodLoggingAdvisorDao" advice-ref="methodLoggingAdvice" pointcut-ref="methodLogPointCutDao"/>
              <aop:advisor id="methodLoggingAdvisorService" advice-ref="methodLoggingAdvice" pointcut-ref="methodLogPointCutService"/>
         </aop:config>
    </beans>Persistence.xml
    <persistence xmlns="http://java.sun.com/xml/ns/persistence"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
        version="1.0">
         <persistence-unit name="mkclsetsPersistenceUnit" transaction-type="RESOURCE_LOCAL">
              <!-- jta-data-source>mkclDS</jta-data-source-->
              <provider>org.hibernate.ejb.HibernatePersistence</provider>
              <!-- properties>
                   <property name="hibernate.dialect" value="org.hibernate.dialect.Oracle10gDialect"/>
                   <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.OC4JTransactionManager"/>
              </properties-->
         </persistence-unit>
    </persistence>Do I need to add some other configuration in the existing files or do I need to add some other configuration files ? Please help to deploy my application.
    Thanks a lot in advance.
    With Best Regards,
    Ishaan
    null

    Did you ever find a solution to this Ishaan?
    I imagine you ended up having to upgrade 10gR2 to 10gR3 at least. Correct?

  • How to install the Oracle Apps R12 with an existing OAS 10g

    Hi All,
    I am planning to install the Oracle Apps R12 and I already downloaded the media-pack from edelivery.oracle.com.
    But I am not sure how to do it because I have tree-tier architecteur at home :
    One computer with LINUX OS (OEL 5.5) which hold the Oracle Database 11gR2 -- Database tier
    One computer with LINUX OS (OEL 5.5) which hold the Oracle Application Server 10g ver 10.2.0 (infra and middle) -- Midel-tier
    One computer with XP OS -- Client tier
    Could any one explain me how to install it?
    Regards,

    But I am not sure how to do it because I have tree-tier architecteur at home :
    One computer with LINUX OS (OEL 5.5) which hold the Oracle Database 11gR2 -- Database tier
    One computer with LINUX OS (OEL 5.5) which hold the Oracle Application Server 10g ver 10.2.0 (infra and middle) -- Midel-tier
    One computer with XP OS -- Client tier The above is two tier architecture (not three tier) as the client tier is not considered as a tier in Oracle Apps installation.
    Could any one explain me how to install it?Do you already have a Database and Oracle AS10g installed? Please elaborate more.
    Oracle Apps R12 comes with 11gR1 database, and to do multi-node installation please refer to these threads.
    R12 Multinode installation
    Re: R12 Multinode installation
    Install oracle EBS R12 on 2 machines
    Install oracle EBS R12 on 2 machines
    To upgrade the database later to 11gR2, please refer to:
    11gR2 11.2.0.2 Database Certified with E-Business Suite
    http://blogs.oracle.com/stevenChan/2010/11/db_11gr2_11202_ebs.html
    Thanks,
    Hussein

  • How to send bulk mail in oracle apps 11i with pdf/Xls attachment

    hi,
    how to send bulk emails in one go ( aprrox 150-200 emails in one go) with attachment pdf file in oracle apps 11i
    thanks

    I'd use BI Publisher (XML Publisher) Bursting.
    Regards,
    Gareth
    http://garethroberts.blogspot.com
    http://www.virtuate.com

  • Oracle Apps Integration with SeeBeyond Tool to Legacy System

    We have client using SeeBeyond a third party Integration Tool. The client is planning to implement
    Oracle HR. They want to integrate Oracle HR with third party Legacy payroll system with the SeeBeyond Tool. SeeBeyond tool is very similar to Oracle Advance Queing Tool. I want to know any Oracle Products
    interfaced with SeeBeyond Tool. Please let me know if any one used this tool.

    Hi,
    I'm going to Integrate EBS with OSSO. I found a command line in a document to register EBS with Oracle AS Infrastructure:
    txkrun.pl -script=SetSSOReg -provtmp=$FND_TOP/admin/template/ProvOIDToApps.tmp
    After I run that, I got this error:
    *******FATAL ERROR*******
    PROGRAM : (/oracleproduct/ebs/VIS/apps/apps_st/appl/fnd/12.0.0/bin/txkrun.pl)
    TIME : Wed Feb 10 11:29:05 2010
    FUNCTION: TXK::Common::doError [ Level 1 ]
    ERRORMSG: Undefined args are not allowed. The following args are not required : provtmp
    And after I run
    txkrun.pl -script=SetSSOReg
    without provtmp, it passed.
    But I cannot start Oracle AS Infrastructure anymore. It reports opmn error.
    If I use your line: txkrun.pl –script=SetSSOReg –provisiontype=3
    it comes out another error:
    ERROR processing <arg> script : Argument value cannot be an empty string
    *******FATAL ERROR*******
    PROGRAM : (/oracleproduct/ebs/VIS/apps/apps_st/appl/fnd/12.0.0/bin/txkrun.pl)
    TIME : Wed Feb 10 11:31:25 2010
    FUNCTION: TXK::Common::doError [ Level 1 ]
    ERRORMSG: ERROR processing <arg> script : Argument value cannot be an empty string
    So do you have any idea on this?
    Thanks!

  • Integrate Oracle Apps R12 with Microsoft Active Directory

    Dear Friends,
    I am using Oracle Apps R12.1.3 and alsoo we have Microsoft Activity Directory.
    we need to integrate both so that any employee cretaed in Oracle Apps HRMS will be replicated in Microsoft Directory.
    Please let us know the oracle 10g and 11g products we have to use to achieve this.
    Please let us know both 10g and 11g products and is 10g products covered in Oracle support?
    Regards,
    DB

    Please see these docs/links.
    Integrating Oracle E-Business Suite Release 12 with Oracle Internet Directory and Oracle Single Sign-On 10gR3 (10.1.4.3) [ID 376811.1]
    Using the Latest Oracle Internet Directory 11gR1 Patchset with Single Sign-on and Oracle E-Business Suite [ID 876539.1]
    Registering Oracle E-Business Suite Release 12 with Oracle Internet Directory 11gR1 and Single Sign-On [ID 1370938.1]
    External Authentication To Active Directory Integration With E-Business Suite [ID 429020.1]
    Re: Integrating Active directory  with oracle EBS 12.1.3 with 11g R2 database
    Re: Oracle EBS with SSO
    Re: Need to integrate AD with R12.1.3 with the most simplest architecture.
    Re: EBS R12,how to use OID implement SSO without OAM/OID(with 3rd product)?
    Thanks,
    Hussein

  • Integrating Oracle Apps Calendars with Outlook

    From Oracle Apps example :Oracle Learning Management you can schedule a resource (instructor) , many clients are asking for the ability to consolidate this scheduling with with the Outlook. Is there any known solution?
    Thanks in advance

    Hi Naresh,
    Thank you very much for the reply... we have overall description of the scenario but not detailed one... which goes like:
    1) We have to develop a java program to generate password and give it out as an output parameter (the input parameters will be name, age and a character as required by user), the program will use internally date time stamp to make the password generation process more riggid ... which is already in place!
    2) There is a program running in Oracle apps which will process file we provide along with the password (generated for each record using java program mentioned above).
    3) We understand this can be done without SOA/BPEL ... but there are many things coming up which will be added later ... for now what we need is the Oracle program (it will be a procedure that can be run as a concurrent program or called from anywhere) should be integrated with Java program for password using BPEL/SOA (as the java program is lying with third party and we cannot have the code or even the executable).
    In simple words ... a program lying at third party server is accessed to generate password ... a file is accessed from third party server to process the data from it and push the same in Oracle Apps table!
    Regards,
    KPR

  • Customizing Discoverer Viewer

    According to chapter 10 in "Oracle Discoverer Configuration Guide (version 9.0.2)" you can customize Discoverer Viewer in mainly to ways:
    1. By editing blaf.css.
    2. By editing ui_config.xml
    In ui_config.xml you can create presentation templates which can be selected in Viewer via "Presentation Options".
    How can we make one of the templates the default template for our Discoverer sessions? We want the users to meet a standardized user interface when opening workbooks from a Portal list of workbooks portlet.

    I'm having a similar problem, only the default logo never
    changes to the one I've specified. I'm looking for a way to turn
    OFF the default completely without having to maually changing
    the disco_logo.gif file or any of the other gif's. I'm disgusted
    by the "customizable" nature of this product.

  • Customizing discoverer viewer worksheets

    Dear friends..
    I need help to customize our discoverer viewer.
    We are creating work sheets in arial font size 8.
    But, when it's viewing through discoverer viewer it's coming big size.
    If we saw the source code by right click, it's taking some scipt where
    the font size is mentioned as 8. not 8px.
    How I can modify the work sheets in viewer.
    Exactly which tag I should modify for this.
    And the other thing is the heading section is coming something as
    jung.
    Like this...
    &nb12.09.52 PM 27-OCT-02; 27-OCT-02 &n12.09.52 PM12.09.52 PM
    From: 01-JAN-2002 To: 30-DEC-2002o Page :1 / 1
    How we will correct this ?
    Please reply me as the earliest.
    With Thanks & Regards,
    Sheeja
    [email protected]

    Has anyone who reads this, ever done this?
    Just wondering as it sure looks like Disco is becoming pretty slick if this has been done. With the new JAVA interfacing stuff, it does seem to open a new world, but where I'm stuck on understanding this, is that how on earth a Java program can access a Disco worksheet (not just a workbook, but take out the worksheet in a workbook and present it).
    So, with my ignorance, I would have thought this is not possible, but with the moves Disco, etc. is taking, I would just like to know if I'm in the 'dark ages' and this has been done successfully by someone.
    ... keeping up with the new stuff is a full time job! ...
    Russ

Maybe you are looking for

  • How to find the total number of pair under particular parent according to pattern 1:2or2:1,1:1 day to day maximum up to 5 pair caping daily

    Dear friends, I provide full details here ,my database table structure ,data and stored procedure and my problem , please review it and provide the solution or any idea to solve my problem. I am working on a project in which members are added in a tr

  • Hi i own an ipad mini

    The problem is the video streaming on internet and the downloads are not working on it whereas other devices conncted to the wifi are operating smoothly. Please provide some insights

  • Invalid entry on asset prior to deletion of asset

    Hi Friends, For one Asset, there was an amount booked on 30.09.2009 for currency SEK and then reversed 11.12.2009. However, there is a difference in the USD amounts for Depreciatin Area 32 (Group Book in Group Currency-USD) but no SEK amounts. Zero v

  • Adobe X Pro install

    Hi. Due to a HDD issue I have just rebuilt my PC using Win7/64 (was using Win7/32) and am going through the list of reinstalls. I have CS5.5 Design Premium downloaded and written to DVD. It has been unpacked and I've gone through the install and ever

  • Simple Question-Deleting Finder Prefs

    I have not been able to shut my macbook down properly. I keep getting the message that "Logout has timed out because Application 'Finder' failed to quit." Someone on the discussion boards suggested deleting the finder prefs and listed: "Your Account/