OWB 10gR2 on DB 11g and Workflow installation

Hi all,
my customer has a data warehouse running on Oracle DB 10gR2 - 2 nodes RAC - on Linux 32 bit (Red Hat enterprise 5);
ETL is developed with OWB 10gR2 and exploits Oracle Workflow (2.6.4).
They are going to upgrade the database to 11.1 (still 2 nodes RAC) on Linux 64 bit (Red Hat enterprise 5),
and they would prefer to avoid OWB upgrade.
On Oracle Support, it seems that OWB 10gR2 is certified on DB 11.1,
so our idea is to install a OWB 10gR2 repository on DB 11.1 and then export/import MDL
from current repository (OWB 10gR2 on DB 10gR2) to the new repository (OWB 10gR2 on DB 11.1).
My first question is related to Workflow:
is it correct to install Workflow on the new DB 11.1 using the software available in the home of OWB 11g software ?
is it guaranteed thet OWB 10gR2 installed on DB 11.1 will have no problems in using such installation of OWF ?
or should we install OWF 2.6.4 on DB 11.1 using the same software that was installed on db 10gR2 ?
My second question is related to *32 bit vs 64 bit platform*;
intuitively, we should install the 64 bit version of OWB 10gR2 (and OWF) on the new plaftorm hosting DB 11g:
is ita potential issue for the OWB repository migration ?
on our pc of course we will go on using OWB Client 32 bit: are there compatibility problems?
Thanks
Silvio

Hi Silvio,
is it correct to install Workflow on the new DB 11.1 using the software available in the home of OWB 11g software ?It is better to use Oracle Workflow from DB 11g.
is it guaranteed thet OWB 10gR2 installed on DB 11.1 will have no problems in using such installation of OWF ?As I know DB 11gR1 contains also 2.6.4 Workflow release, so you won't have any problem
My second question is related to 32 bit vs 64 bit platform;
intuitively, we should install the 64 bit version of OWB 10gR2 (and OWF) on the new plaftorm hosting DB 11g:
is ita potential issue for the OWB repository migration ?IMHO it is not problem
on our pc of course we will go on using OWB Client 32 bit: are there compatibility problems?There are no any problem with 32bit OWB client and OWB repository on 64bit platform
Regards,
Oleg

Similar Messages

  • SOS: 9iAS and Workflow Installation

    I want to install 9iAS 1.0.2.2 (with Portal 3.0.9) and i want workflow enabled (i want to use workflow feautures).
    If i just install 9iAS 1.0.2.2 (it comes on 3 CDs) will it automatically install Workflow?
    I'm using a trial version of 9iAS 1.0.2.2. Any restrictions on using Workflow in the trial version?
    If workflow does not come on the 9iAS CDs, can i install a stand-alone workflow server (2.6) on top of my 9iAS 1.0.2.2 (with Portal 3.0.9) Trial version installation?
    Thanks in advance for any light on the matter.
    Regards,
    Sashi

    Hi Silvio,
    is it correct to install Workflow on the new DB 11.1 using the software available in the home of OWB 11g software ?It is better to use Oracle Workflow from DB 11g.
    is it guaranteed thet OWB 10gR2 installed on DB 11.1 will have no problems in using such installation of OWF ?As I know DB 11gR1 contains also 2.6.4 Workflow release, so you won't have any problem
    My second question is related to 32 bit vs 64 bit platform;
    intuitively, we should install the 64 bit version of OWB 10gR2 (and OWF) on the new plaftorm hosting DB 11g:
    is ita potential issue for the OWB repository migration ?IMHO it is not problem
    on our pc of course we will go on using OWB Client 32 bit: are there compatibility problems?There are no any problem with 32bit OWB client and OWB repository on 64bit platform
    Regards,
    Oleg

  • Two Environments with one Workflow installation??

    Hi all,
    I have OWB repository which is created on DEV environment on a box and workflow installed for the same
    Later on I have added a seperate database on the same box for QA and have sucessfuly created a repository also.
    I have configured the workflow though workflow configuration assistant for QA environment and am able to deploy the mappings and processflow.
    But when I switched back to the DEV environment and tried to execute the mappings the following error is thrown
    RPE-02018: Oracle Workflow schema OWF_MGR on host XX.XX.XX.COM cannot be accessed using service XX.XX.COM through port 1521. Please check the location details and try again.
    ORA-28000: the account is locked workflow
    what should i do to switch between environments on the same box....Should I reconfigure the workflow for DEV.
    Cant I have workflow for both environments parallelly?
    In worst case,if I opt to reconfigure the workflow pointing back to DEV....i am afraid I will be loosing the QA connection?Can u please suggest to overcome this situation
    Thanks
    Sridha
    Edited by: sridha on Feb 6, 2009 7:06 AM

    Hi Sridha,
    I prefer a setup with two different databases for DEV and QA. Each one has its own repository and workflow installation.
    Your approach with different schemas in the same database should work for the mappings, but I do not know if you can have to workflow schemas on the same machine. You may try to add a second workflow user (beside OWF_MGR) using %ORACLE_HOME%\wf\install\install.bat , but I do not know if this will work.
    Good luck,
    Carsten.

  • Few questions about OWB migration 10g---- 11g and UIODs

    I am curretly migrating OWB repository from 10g to 11g.
    Both repositories are on the same database.
    We just have one single Project in our Repository. It is actually(preinstalled) MY_PROJECT renamed into something else. So it has the UOID of the "default" MY_PROJECT but of course, physical and business names are different.
    Because we renamed MY_PROJECT, complications occured when we first tried to do the repository upgrade the recommended way, with repository assistant. During the upgrade processes , the error came that the objects with same UOIDs but different names exist.
    Obviously, MY_PROJECT from the 10g repository collided with the new, preinstalled, MY_PROJECT in the (almost) empty 11g repository/workspace.
    Also, MY_PROJECT in 11g workspace has exactly the same UOID as the one created in 10g repository.
    I was told by Oracle support that this was a bug-but they do not see it as high priority, so we had to do workaround --the migration of the repository on 11g.
    Now my first Question: Was it completely insane to use MY_PROJECT for your actual ongoing Project? We never had any other problem with this constallation.I also noticed in forums that people indeed use MY_PROJECT for their work.
    The second question: Has anybody , ever, seen the same problem, when trying to upgrade to 11g ?
    The migration procedure is as follows:
    -install 11g Workspace with Repository Assistant
    -Export locations and data from 10g repository
    -Import locations and data in 11g repository- thé update option -matching on UOID..so we do not get problem with MY_PROJECT
    -register locations in11g repository
    -deploy all mappings and workflows
    Now, this all works fine..and our new 11g repository runs without problem..
    I am still puzzled by few things :
    New 11g repository is almost empty apart from MY_PROJECT and DEFAULT_CONFIGURATION. Now, MY_PROJECT in 11g has the same UOID as in oracle 10. But DAFAULT_CONFIGURATION in 11g has different UOID from DAFAULT_CONFIGURATION in 10g. It is always the same UIOD for every new 11g installation (I've upgraded repository on many databases).
    Now 3rd question: Is there any particular reason why DEFAULT_CONFIGURATION  has different UOID in 11g and MY_PROJECT hast the same UOID ? Is there any logic behind it -that I fail to grasp ?
    Another thing. I said that I am importing complete Project in the new repository with update option with matching on UIOD. I should get a problem with DAFAULT_CONFIGURATION, I thought, since it is in the full export of the Project and DEFAULT_CONFIGURATION has different UOID than in 11g repository.
    But I did not get the problem at all.Default Configuration was simply skipped during the import - visible from the import log.
    Therefore 4th question : Why didnät OWB try to import DEAFULT_CONFIG? Is it "internal" object and as such cant't be changed ?
    The reason I am so obsessed with UOIDs is that we have automated release procedure (between development, test and production repositores) which is based on comparing UOIDs.
    Therefore a s slight trace of concearn on my side, because the DEAFULT CONFIG now has different UOIDs than before. But on the other side, we just propagate mappings and workflows between repositories - I do not see why the default config should matter here .
    Thank very much in advance for any answers/suggestions/ideas and comments!
    Edited by: Reggy on 27.01.2012 07:12
    Edited by: Reggy on 27.01.2012 07:12

    I am curretly migrating OWB repository from 10g to 11g.
    Both repositories are on the same database.
    We just have one single Project in our Repository. It is actually(preinstalled) MY_PROJECT renamed into something else. So it has the UOID of the "default" MY_PROJECT but of course, physical and business names are different.
    Because we renamed MY_PROJECT, complications occured when we first tried to do the repository upgrade the recommended way, with repository assistant. During the upgrade processes , the error came that the objects with same UOIDs but different names exist.
    Obviously, MY_PROJECT from the 10g repository collided with the new, preinstalled, MY_PROJECT in the (almost) empty 11g repository/workspace.
    Also, MY_PROJECT in 11g workspace has exactly the same UOID as the one created in 10g repository.
    I was told by Oracle support that this was a bug-but they do not see it as high priority, so we had to do workaround --the migration of the repository on 11g.
    Now my first Question: Was it completely insane to use MY_PROJECT for your actual ongoing Project? We never had any other problem with this constallation.I also noticed in forums that people indeed use MY_PROJECT for their work.
    The second question: Has anybody , ever, seen the same problem, when trying to upgrade to 11g ?
    The migration procedure is as follows:
    -install 11g Workspace with Repository Assistant
    -Export locations and data from 10g repository
    -Import locations and data in 11g repository- thé update option -matching on UOID..so we do not get problem with MY_PROJECT
    -register locations in11g repository
    -deploy all mappings and workflows
    Now, this all works fine..and our new 11g repository runs without problem..
    I am still puzzled by few things :
    New 11g repository is almost empty apart from MY_PROJECT and DEFAULT_CONFIGURATION. Now, MY_PROJECT in 11g has the same UOID as in oracle 10. But DAFAULT_CONFIGURATION in 11g has different UOID from DAFAULT_CONFIGURATION in 10g. It is always the same UIOD for every new 11g installation (I've upgraded repository on many databases).
    Now 3rd question: Is there any particular reason why DEFAULT_CONFIGURATION  has different UOID in 11g and MY_PROJECT hast the same UOID ? Is there any logic behind it -that I fail to grasp ?
    Another thing. I said that I am importing complete Project in the new repository with update option with matching on UIOD. I should get a problem with DAFAULT_CONFIGURATION, I thought, since it is in the full export of the Project and DEFAULT_CONFIGURATION has different UOID than in 11g repository.
    But I did not get the problem at all.Default Configuration was simply skipped during the import - visible from the import log.
    Therefore 4th question : Why didnät OWB try to import DEAFULT_CONFIG? Is it "internal" object and as such cant't be changed ?
    The reason I am so obsessed with UOIDs is that we have automated release procedure (between development, test and production repositores) which is based on comparing UOIDs.
    Therefore a s slight trace of concearn on my side, because the DEAFULT CONFIG now has different UOIDs than before. But on the other side, we just propagate mappings and workflows between repositories - I do not see why the default config should matter here .
    Thank very much in advance for any answers/suggestions/ideas and comments!
    Edited by: Reggy on 27.01.2012 07:12
    Edited by: Reggy on 27.01.2012 07:12

  • OWB 10gR2 and 11gR2 integrate which with oracle database versions

    I request a clear definite reply as I need to suggest the client to upgrade their production databases. I did try searching on the oracle sites, but did not get any sure answer.
    Question:
    The client has databases on 8i, 9i & 10g. Will OWB 10gR2 support these data sources?
    If not, either I will have to ask clients to upgrate 8i & 9i to oracle 10g or have them upgrade the same and also have them upgrade to OWB 11gR2.
    So, please confirm support of database versions for both OWB 10gR2 & OWB 11gR2.
    Thanks much!

    I already had the 'Release notes' link for both 10g and 11g which you provided.
    The issue is when I launch the URL, I am taken to https://support.oracle.com/CSP/ui/flash.html.
    Here I've to submit and register Sun Contract Number or Oracle Support Identifier. I don't have these details.
    Isn't there a simple way to get the valid information on platform-specific requirements?
    I mean this should be given easily on Oracle site.
    Thanks much!

  • OWB 10gR2 : How to configure ctl and log locations for Sql*Loader mappings?

    Hi all,
    I'm using OWB 10gR2 to load data in tables with Sql*Loader mappings.
    In my project I have a datafile module and an Oracle module.
    When creating an sql*loader mapping in the oracle module, there is two properties for this mappings that I want to modify. The first is Control File Location and the second is Log File Location. Values for those properties are equal to the data file module location. When trying to change those values I can only chose "Use module configuration location".
    Somebody knows how to configure those properties with different locations as the one of the flat file module?
    What I want to do is to store the data file in one directory, and control file and log file in other directories.
    Thank you for your help.
    Bernard

    Hi,
    You're right, my problem is that the dropdown only show the location associated with the flat file location even if I have other file locations created in the design repository.
    The good news is that I have found the solution to solve the problem :
    1) Edit the file module and in tab "Data locations", add the locations you want to use for control file and log file.
    2) Open configuration window of the mapping and then the dropdown for properties Control File Location and Log File Location show new locations
    I have tested my mapping after changing those properties and it's working.
    Bernard

  • RPE-02083 again with OWB and Workflow

    Hi,
    We're having this problem once again. The last time we had to completely delete all our mappings, process flows, etc. and rebuilt them. This is very annoying ! And we don't have time to do this everytime we modify our OWB mappings. I opened a SR for OWB, but it seems that the problem is with the workflows. Any idea how we can find a decent solution...
    Thank you
    OWB 10.1.0.2.0, Database 10g rel. 1 and Workflow 2.6.3.5
    RPE-02075: Oracle Workflow failed to process the execution request for Activity LISTPRIX:SSDW_PRD_LAY_MAP. This may be because dependent objects have not yet been deployed.
    ORA-01403: no data found ORA-01403: no data found ORA-01403: no data found ORA-06512: at "SSDWRTR.WB_RTI_EXECUTION", line 129 ORA-06512: at "SSDWRTR.WB_RTI_EXECUTION", line 443 ORA-06512: at "SSDWRTR.WB_RT_EXECUTION", line 26 ORA-06512: at "SSDWRTR.WB_RTI_WORKFLOW_UTIL", line 28 Wf_Engine_Util.Function_Call(WB_RT_WORKFLOW_UTIL.EXECUTE_TASK, SSDW, WB_IK_2006213_105234_104764, 27346, RUN) RPE-02075: Oracle Workflow failed to process the execution request for Activity LISTPRIX:SSDW_CLI_LAY_MAP.
    This may be because dependent objects have not yet been deployed. ORA-01403: no data found ORA-01403: no data found ORA-01403: no data found
    ORA-06512: at "SSDWRTR.WB_RTI_EXECUTION", line 129 ORA-06512: at "SSDWRTR.WB_RTI_EXECUTION", line 443 ORA-06512: at "SSDWRTR.WB_RT_EXECUTION", line 26 ORA-06512: at "SSDWRTR.WB_RTI_WORKFLOW_UTIL", line 28 Wf_Engine_Util.Function_Call(WB_RT_WORKFLOW_UTIL.EXECUTE_TASK, SSDW, WB_IK_2006213_105234_104764, 27358, RUN) RPE-02075: Oracle Workflow failed to process the execution request for Activity LISTPRIX:SSDW_LPR_LAY_MAP.
    This may be because dependent objects have not yet been deployed. ORA-01403: no data found ORA-01403: no data found ORA-01403: no data found ORA-06512: at "SSDWRTR.WB_RTI_EXECUTION", line 129 ORA-06512: at "SSDWRTR.WB_RTI_EXECUTION", line 443 ORA-06512: at "SSDWRTR.WB_RT_EXECUTION", line 26 ORA-06512: at "SSDWRTR.WB_RTI_WORKFLOW_UTIL", line 28 Wf_Engine_Util.Function_Call(WB_RT_WORKFLOW_UTIL.EXECUTE_TASK, SSDW, WB_IK_2006213_105234_104764, 27366, RUN) RPE-02083: Process LISTPRIX has errored Activities.
    Dependent objects may not have been deployed. You can use Oracle Workflow Monitor to retry the activities or abort the Process. RPE-01002: The operation was aborted at user request

    Hello
    Its sad I can't find this thread searching here with "RPE-02083". Keywords to webmaster: Fulltext search, "LIKE", ... But luckily we have Google... ;)
    Concerning your problem we were experiencing the same for about a week:
    RPE-02083: Process WF_DMTRZ_BILANZD_DIGIS has errored Activities. Dependent objects may not have been deployed. You can use Oracle Workflow Monitor to retry the activities or abort the process.
    If you are working with more than one Design Repository and deploying the same Processflow or Mapping with different UOIDs you will run into this error message. Tough deployment was fine and all objects are valid in the DB, OWB checks on starting the workflow all dependencies by UOID, as I assume, and not by object name. So in situations where a started Processflow expects a mapping to be started and the UOID is different than expected you get the RPE-02083.
    A SQL script accessing the runtime/WF repository showing missing links (by UOID) would be helpfull here, but I guess it needs a lot of experience to create such a script.
    Hope this information can help your problem.
    Greetings

  • OWB 10gR2 and CWM Export

    Hi,
    In earlier versions of OWB it was possible to do a meta data export generating a CWM file (XML).
    Is there any way to generate such a file in OWB10gR2?
    Is there any other way to transfer the metadata from OWB 10gR2 to query tools like Cognos or BO?
    Regards
    Maurice

    Hello Maurice,
    I don't know about CWM export in Paris and neither about Meta-Data exchange with Cognos. However, I've some information on BO. If you use the Paris to generate MOLAP cubes in the Oracle DB, you can use the BO Universe Builder provided by BO, in order to generate a BO Universe for the cube.
    So you model, deploy, and load your MOLAP data mart with Paris, use the BO universe Builder for Oracle OLAP to generate the meta-data layer for BO automatically, and can start modelling nice BO reports right away.
    Regards
    Holger

  • OWB 10gr2 - MDL1601 and MDL1201 - Metadata Import Problems

    I am running OWB 10gr2 on top of a 10gr2 database for the repository. I'm trying to do an export of an entire project into MDL, and then import it into another repository in a different environment, with same setup (both OWB and database are 10gr2 there as well).
    The export goes fine, but when trying to import, I get two different error messages:
    1) After selecting the MDL file to import, if I click the "Import" button I get a-
    "MDL1601: Cannot import because the base language in the MDL file is missing"
    2) Also if I try to click the "Show Summary" or "Advanced..." buttons on the import screen, I instead get a-
    "MDL1201: Import file is not valid. Metadata Loader release must by specified in import data file using the MDLRELEASE keyword."
    As to the first error, I have verified in my source repository that the Base Language is in fact listed as "American English", and have even gone so far as to add basic "English" as an additional display language using the repository assistance, but this brings no improvement.
    As to the second error, I have already found the post here in the forums explaining that it is due to a corrupted MDL file because of insufficient Java VM memory. However, I have tried the solution recommended there, also with no improvement. (it is here: Re: MDL1201: Import data file is not valid.
    Any help that someone can provide would be greatly appreciated. For purposes of backing up my repository project, I'm getting concerned that if I ever needed to, I'd never be able to restore from a MDL export file!
    Thanks in advance for any help.

    The error is due to the corrupted MDL file. MDL is getting corrupted because there is not enough memory for java VM. To fix the MDL corruption increase memory parameters.
    1. On client PC: XXXX\owb\bin\win32\owbclient.bat change
    java -Xms64M -Xmx768M -Dlimit=768M -XX:MaxPermSize=256M
    to
    java -Xms64M -Xmx1024M -Dlimit=1024M -XX:MaxPermSize=512M
    Restart client session.
    It did fix the problem in my case.
    Oracle also recommends changing memory parameters on the server side (UNIX in my case)
    2.On server side XXXX/owb/bin/unix/run_service.sh
    $JAVAPATH/bin/java -Xmx768M
    to
    $JAVAPATH/bin/java -Xmx1024M

  • OWB 10gr2 - Location Login and Password

    I can't find in which tables are stored login and password of locations.
    Thanks,
    Marco

    Hi
    Locations in OWB are like db links and i dont think that passowrds or user names of dblinks/locations are stored in Repository Tables(Plz correct me if im wrong)
    Locations point to the schema at which you are creating your objects using OWB. When you created a module and assign a location, it means that all the objects created in that module will be created in the Schema pointed by the Login Id of a Location.
    To get information regarding the schema/users/login you can go to design center and right click on the module and choose open editor. and then click on the .... Tab
    Ther you can find the schema/users/login as USER NAME and for passwords you need to refer to your DBA. You can also know the username from the Locations of Connection Explorer in Design Center.
    Please let me know why do u need this info.
    I hope this is what you were looking for.
    Regards
    Vibhuti

  • Output post processors and workflow engines doesn't come up after cloning

    ours is a RAC+ASM+PCP -enabled
    host1 : DB+ Concurrents
    host1 : DB+ Concurrents
    host3 : WEB+FORMS+OC4J
    host4 : WEB+FORMS+OC4J
    We are suffering from an “empty entropy pool” within the JDBC driver. Basically, the driver will attempt to gather a random number from the pool, but if the pool is empty the driver will wait (sometimes indefinitely) for values to come in. In most installations, the default configuration has the pool being “filled” by numbers created through a user interface such as mouse movements. On our servers, we are typically in a “headless” configuration so the pool may not be replenished properly. I’m not sure why we are seeing this new issue, but since the random number generator is related to security, maybe a security enhancement from the OS upgrade has made this more sensitive.
    Note that QA4 is “mostly” up and running. The concurrent managers are started on both wpsun144 and wpsun154, but the output post processors and workflow engines are still having issues
    The ultimate solution is to add some form of “entropy gathering daemon” to keep the pool filled, but we will need the Unix Admin team’s help and some research to find the best solution. Apparently, in Solaris 10, there is a kernel-level “cryptographic framework” for adding/removing entropy sources.
    The workaround is to add a java option to the java command line. For Solaris this seems to work: “-Djava.security.egd=file:///dev/urandom”. This is NOT a reasonable solution since this requires modifying multiple delivered scripts/templates. I made the following changes only on wpsun144.
    First, for the context file I had to modify the “s_adjreopts” variable to add the above workaround (per doc 1066312.1).
    For adgentns this was fixed by modifying the $AU_TOP/perl/ADX/util/Java.pm file and adding the option. Here are the new lines in the file:
    if($javaCmd =~ /jre/) {
    return ("-mx256m -Djava.security.egd=file:///dev/urandom", 0);
    } else {
    return ("-Xmx512M -Djava.security.egd=file:///dev/urandom",0);
    After this change, adgentns completed successfully and both the “tnanames.ora” and “listener.ora” files were created in the $TNS_ADMIN location.
    For adgendbc, I had to manually modify the template for the script (there are 10 java command lines in the file).
    $AD_TOP/admin/template/adgendbc_ux.sh
    For txkExecSetJaznCredentials.pl, this file was modified:
    $FND_TOP/patch/115/bin/txkSetJaznCredentials.pl
    At this point, adcfgclone did finally complete successfully! Also adautocfg is now completing successfully!
    Some references:
    http://www.usn-it.de/index.php/2009/02/20/oracle-11g-jdbc-driver-hangs-blocked-by-devrandom-entropy-pool-empty/
    Oracle E-Business Suite Applications Technology Readme for Release 12.1.3 (R12.ATG_PF.B.delta.3, Patch 8919491) (Doc ID 1066312.1)
    Look for a section titled, “Attention: JDBC connections may time out during the upgrade process when random number generation is slow on machines with inadequate entropy.”
    Can some one help me on this.

    ours is a RAC+ASM+PCP -enabled
    host1 : DB+ Concurrents
    host1 : DB+ Concurrents
    host3 : WEB+FORMS+OC4J
    host4 : WEB+FORMS+OC4JPlease post the details of the application release, database version and OS.
    We are suffering from an “empty entropy pool” within the JDBC driver. Basically, the driver will attempt to gather a random number from the pool, but if the pool is empty the driver will wait (sometimes indefinitely) for values to come in. In most installations, the default configuration has the pool being “filled” by numbers created through a user interface such as mouse movements. On our servers, we are typically in a “headless” configuration so the pool may not be replenished properly. I’m not sure why we are seeing this new issue, but since the random number generator is related to security, maybe a security enhancement from the OS upgrade has made this more sensitive.
    Note that QA4 is “mostly” up and running. The concurrent managers are started on both wpsun144 and wpsun154, but the output post processors and workflow engines are still having issuesWhat is the error from the Workflow and OPP log files?
    The ultimate solution is to add some form of “entropy gathering daemon” to keep the pool filled, but we will need the Unix Admin team’s help and some research to find the best solution. Apparently, in Solaris 10, there is a kernel-level “cryptographic framework” for adding/removing entropy sources.
    The workaround is to add a java option to the java command line. For Solaris this seems to work: “-Djava.security.egd=file:///dev/urandom”. This is NOT a reasonable solution since this requires modifying multiple delivered scripts/templates. I made the following changes only on wpsun144.
    First, for the context file I had to modify the “s_adjreopts” variable to add the above workaround (per doc 1066312.1).
    For adgentns this was fixed by modifying the $AU_TOP/perl/ADX/util/Java.pm file and adding the option. Here are the new lines in the file:
    if($javaCmd =~ /jre/) {
    return ("-mx256m -Djava.security.egd=file:///dev/urandom", 0);
    } else {
    return ("-Xmx512M -Djava.security.egd=file:///dev/urandom",0);
    After this change, adgentns completed successfully and both the “tnanames.ora” and “listener.ora” files were created in the $TNS_ADMIN location.If you are on R12, please see these docs (search for "Djava.security.egd").
    Oracle E-Business Suite Applications Technology Readme for Release 12.1.3 (R12.ATG_PF.B.delta.3, Patch 8919491) [ID 1066312.1]
    Oracle E-Business Suite Release 12.1.3 Readme [ID 1080973.1]
    For adgendbc, I had to manually modify the template for the script (there are 10 java command lines in the file).
    $AD_TOP/admin/template/adgendbc_ux.sh
    For txkExecSetJaznCredentials.pl, this file was modified:
    $FND_TOP/patch/115/bin/txkSetJaznCredentials.pl
    Can some one help me on this.Are you trying to avoid manual changes? If yes, please make sure you have all the patches mentioned in the docs referenced above applied and you have all the necessary configuration/setup.
    Thanks,
    Hussein

  • One schema for OWB Design repository, runtime repository and target schema

    Currently we have contents of OWB Design schema, runtime schema and target schema all combined into one schema of the same database in OWB 9.0.2 as well as OWB3i. We like to move to OWB10g in very near future. Can we keep the same structure for convenience of migration in OWB10g? Is it mandatory that OWB design repository (and components) must be separate from OWB run time repository (and components) and target schema? In other words is it possible and workable to use only one schema to contain OWB design repository, OWB run time repository and target schema in OWB10g environment with repositories to be situated on Oracle v9.2.0.1.0? Also what special considerations should be taken to create the database v9.2.0.1.0 and installation of OWB10g. What are the problems/side-effects to have all in one schema?
    Also please let me know how to install Oracle Workflow server to be used along with OWB. Will OWB10g work with repository on Oracle database v9.2.0.1.0?
    Your prompt advice will be very well appreciated.
    Sankar

    The design repo is a metadata repo that stores all the design-time objects and so forth.
    It is an architectural decision that you or your team need to decide on. There are many flexible ways to architect an OWB infrastructure.
    Also, your repository users will be using the design repository on the the other DB instance to do their design work...potentially less people always hitting the target database all the time.
    -Greg

  • OWB 10gR2: How to disable not licensed features/options

    Hi,
    Is it possible in OWB 10gR2 to disable the features of the "Oracle Warehouse Builder Data Quality Option" and "Oracle Warehouse Builder Enterprise ETL Option"?
    If no is there any other way to prevent developers of using not licensed features/options?
    Regards
    Maurice

    Hi Borkur,
    An additional problem related to these options is that there are not explained at all in the user documentation. So as you say it's not easy at all to know for a developer which features he can use.
    For example it's still not clear for me, didn't get any feedback from Oracle Sales, if it is allowed to define a dimension without any licensing.
    Also I think that's a shame that Oracle Sales defines a new licensing model (for product which was already delayed by over 18 months) once the product has been developed. If Sales would have defined the new licensing a the begging of the development it would have been possible to implement it so that you can disable these features and also they would have documented it in the user/installation manuals.
    Maurice

  • Creating FRCommon system failed - in 11g Forms & Report Installation

    Dear all,
    When installing 11g Forms and Reports "*Creating FRCommon system failed - in 11g Forms & Report Installation*".
    I have successfully created the weblogic server 10.3.5 , and continued with 11g forms & reports. First Installed the forms & reports software, and i try to configure. after several steps of configuration i have failed when its place "*Creating FRCommon system failed - in 11g Forms & Report Installation*".
    What it is this Error.
    Kindly help me.
    My OS Windows
    Forms and reports 11gR2
    More info
    When i start the configuration i have chosen Forms & Reports server and Development tools in the configuration page along with OHS.
    Regards
    Hamid

    Hi experts,
    I have the same problem when I try to install oracle Fusion Middleware 11g, is it possible that I forget some steps before, or should I install required something before continue intallation?
    Best Regards.
    Karim.

  • Oracle database 11g release 2 installation problem on windows 7 (64-bit)

    First of all my windows is not genuine, but on my friend's desktop oracle download and installation  worked fine, he chose "create and configure database" options, and it works very well on his desktop, though his windows is also illegitimate. In my case, when I select "Create and configure database" option and pressed 'next",
    (Go to my blog to see it with snapshots: Computer Science: Oracle database 11g release 2 installation problem on windows 7 (64-bit))
    it asks to select class, I select "Desktop class" and pressed "next". The moment I pressed "next", the whole setup thing disappeared like it was never started. I searched for all possible reasons for why its not getting installed on my laptop, I used registry cleaner s/w,  deleted 25 GB of data to create free space if it were the problem, increased the virtual memory to increase the space for RAM, I did almost everything to get this setup working, but I found no success with the "Create and Configure database" option
    and
    then
    I chose a "database software only" option and chose to store in a folder w/o spaces. This way, I got database s/w only and then later I found "Database configuration Assistant (DBCA)"  from windows START button and clicked to create and configure database manually. The steps are pretty much interactive and doesn't involve much brainstorming.
    The values I filled for
    1) Global Database Name :  orcl
    2) System Identifier : orcl
    3) I chose common password for both SYS and SYSTEM
    4) while on Enterprise Manager Configuration step, It asked me to create and configure listener in oracle home, so for that too, I typed "netca" in windows START menu and clicked it. There I added a listener.
    5) I chose a Storage area which was the Oracle-home itself i.e. where our installation files goes , in my case it is : C:\oracle_base\product\11.2.0\dbhome_1\oradata
    6) Then after few more nitty-gritty clicks, we are set to go !
    Finally to write SQL code and to create your first TABLE , type "sqlplus" in windows "START" menu and click it when it appears. A command-prompt like window appears , which will ask you for username and password, so here they are :
    Username : sys/ as sysdba
    Password : (its the one you created in step 3 stated above )
    After this you are ready to write your first SQL command.

    Is this your solution to your original post at Oracle database 11g release 2 installation on windows 7 (64-bit) ?
    Pl be aware that you should not create any custom objects in SYS or SYSTEM schema - you should create any such objects in a separate custom schema.
    About Database Administrator Security and Privileges

Maybe you are looking for

  • Why does the Vision M come with old Creative Mediasource ,and not version

    I just got a Vision M player and was disappointed to find it came with the older version of Mediasource, I recently purchased and returned a Zen V 2 gb. player that came with version 5 software. I'm confused why the M only gets version 3.30.35 . I re

  • Safari crashes after 5 to 10 minutes of running

    I recently updated my safari and now it crashes every 5 to 10 minutes while im online or downloading something.. please help below is the error report..thanks Process: Safari [234] Path: /Applications/Safari.app/Contents/MacOS/Safari Identifier: com.

  • Changing SID CRM

    hi everyone, We need a procedure to change SID of a CRM system. We want to known the steps to make it. We have a solaris system with an oracle database. thanks in advance. Fitto

  • Servlet bean retrieving different values between browsers

    hi all, i have search functionality within my web app. basically the user enters a search string, i pass that using jquery to my servlet, obtain results and send the results back to the client browser. now i have run into this problem, where if the u

  • Logitech MX Revolution Tilt Feature in Safari is Slow.

    Logitech MX Revolution Tilt Feature in Safari is Slow. I've tried increasing the speed setting in the Logitech Configuration software in Systems Pref., but this did not help. It works much better in Firefox. So, is there something I need to do in Saf