OWB 11.2.0.1 – Known Problems/bugs resolutions ?

OWB 11.2.0.1 – Known Problems/bugs resolutions ?
==========================================
We are using OWB 11gR2, Java(TM) Platform     1.5.0_17, Oracle IDE     11.2.0.1.0.
We are finding the strange behavior in OWB Design center. Here is the situation.
1) OWB Design Center>Databases>Defined Module> Mappings>MAP1>Mapping Editor>Expression Editor>
Output attributes>Expression Builder
Specify the expression and press OK.
Another Expression Builder opens up with blank window. We need to specify the expression again.
2) Same as above after opening expression Builder, if we go to another apps (eg. SQL Developer, MS Word) and come back expression Builder disappeared from the context.
We find only Expression Editor. Design Center Hangs. It is not responding to any KEYs. We need to kill the application via task manager and re-start.
Are these issues related to OWB client piece or OWB Client+Server piece?
We did not find any events reporting at DB alert Logs for such events. Do we need to set up some trace ON to record such events?
Are there any log files/tables record such events at OWB repository level to trace back?
Do we have OWB 11.2.0.1 known issues/bugs, resolutions list posted somewhere?
Thanks in helping.

We reviewed the release notes, where it says this patch will improve performance (Bug 7359939).
We find another note in metalink (provided by our DBA team) says
Poor Performance of Mapping Validation / Generation in: OWB 11.2.0.1 + Megapatch 10270220 and OWB 11.2.0.2 [ID 1303177.1]
Are we going to face a new problem after applying this patch?
Thanks in helping.

Similar Messages

  • Are there any known problems/bugs with Lion pre-loaded?

    I'm in the market for a Macbook Pro and am wondering if I'd be better off getting it now before it comes shipped with Lion and install it later on when any bugs are worked out.

    When I called last night they said they couldn't tell me if they were going out with Lion yet but reminded me of the free upgrade if it didn't come pre-loaded. The local store I called said they were still selling MBPs without it.

  • I think I am see a bug, Under FF 3.6 Mem Usage is 80 mb and CPU is 2%. Under FF 4.0 Mem Usage is 210+mb and CPU usage is 35%. Also in FB on some Zynga games the plugin-container Mem Usage is running at over 400mb in FF 4.0, is this a known problem?

    I think I am see a bug, Under FF 3.6 Mem Usage is 80 mb and CPU is 2%. Under FF 4.0 Mem Usage is 210+mb and CPU usage is 35%. Also on FB on some Zynga games the plugin-container.exe Mem Usage is running at over 400mb in FF 4.0, is this a known problem?

    I think I am see a bug, Under FF 3.6 Mem Usage is 80 mb and CPU is 2%. Under FF 4.0 Mem Usage is 210+mb and CPU usage is 35%. Also on FB on some Zynga games the plugin-container.exe Mem Usage is running at over 400mb in FF 4.0, is this a known problem?

  • Any Known Issues/bugs/problems with Essbase 6.5.3

    Hi,I would like to know if there are any issues/problems/bugs with Essbase XTD Analytic Services 6.5.3 running on windows 2000 server.Thank you

    I'm on NT 4.0. We upgraded last Friday, April 11. Thursday morning April 17 the service Froze. Not sure what caused it but during the evening, one db was disabled because it could not open the pag file after a L0 export. We're investigating.Wayne Bates 913-762-7966

  • Unable to find known Solaris bug (1084772)?

    Hi all,
    I'm currently facing an issue with my connectivity between SunOS 5.8 with Oracle.
    However I've stumbled upon sites (referenced below) that quoted this "known" Solaris Bug which ties in strongly with the problem I am having.
    <Solaris only> Problem Description ------------------- You have a JDBC program connecting to the database. This program may run standalone or on a webserver. This program opens many simultaneous connections to the database. The following error occurs on or near the 257th connection: java.sql.SQLException: ORA-12154: TNS:could not resolve service name All of the following symptoms apply: - Solaris OS - Oracle JDBC/OCI driver - ORA-12154 Error - Failure occurs on 257th connection between JDBC client and Oracle server. - Same program works on a non-Solaris OS, exceeding the 257th connection. Solution Description -------------------- This is a known Solaris bug (1084772). Contact Sun for further information and/or possible patch. As a workaround, you can hardcode the full tns description in the JDBC/OCI connection string. This avoids the need to read the tnsnames.ora file. This will not eliminate the problem, but should free up more file descriptors for your use, thus deferring failure until later. jdbc:oracle:oci8:@(description=(address=(host=pepper)(protocol=tcp)(port=1521))(connect_data=(sid=ORCL))) Explanation ----------- The OS file descriptor limit is being reached. Thus, the tnsnames.ora file cannot be read to resolve the tns alias suppled to the connection string. References ---------- http://sunsolve.sun.com bug (1084772) Summary: Although the limit for file descriptors is 1024, you  cannot open more than 256 fd's using stdio.h. (This is not an Oracle bug.) note:94091.1 Example: Identifying Connection String Problems in JDBC bug:777647 When Opening > 253 File Descriptors and Then Connection bug:2060739 ORA-12154 After Creating 220+ Connections Using Thick (OCI8) JDBC Driver </solaris only>
    However when I tried to search for this bug on sunsolve I am not able to find this at all.
    Could someone please enlighten me? Is this a real bug or is it some hokey poky?
    Thanks
    Ref:
    http://www.orafaq.com/maillist/oracle-l/2003/12/16/1329.htm
    http://www.experts-exchange.com/Database/Oracle/Q_21877697.html
    Edited by: uGeneo on Apr 9, 2008 8:12 PM
    Added ref.

    "The following error occurs on or near the 257th connection:"
    There may actually be a bug in the vendor software, but I doubt your application should ever have a need for more than a handful of connections much less 257 connections if you are using connection pooling. Therefore I suggest you look at your application and make sure its using connection pooling and that you are
    getting a connection, using it, and closing it all within a try/catch/finally block rather than worry about the vendor bug. Here is a rough outline of
    using a connection (all within the same function you your sure the finally block is called, where the conneciton is obtained ,used, and close as quickly as possible):
    Connection conn=null;
    try{
    conn= //get connection
    }catch( Exception e){
    }finally{
    //close connection.
    Lets suppose you have 100 people using your application and the above code is called if they hit an 'update' button. The chances of all 100 of them hitting
    the update button within the same 10 milliseconds or so for the above code to complete is very very small.
    Chances are most of them are spending 99.9993% of the time looking at the web page than clicking the update button. My off the wall guess is that only
    2 or 3 people out of 100 will ever access the code at the same 10 milliseconds. Therefore your connection pool only needs 3 connections on stand by.

  • Updates or known problems on the 10.1.3 OAS?

    Hi
    We are developing using OAS 10.1.3 on HP-UX PA-RISC.
    When we run a load test on our jsf application the responses become very slow.
    The app we are testing is slow, but also another one on the same server is impacted. For this reason we don't believe the problem is in the OC4J server.
    I've been reading this forum, looking for known problems in the mod_oc4j, or the http server. I have found no relevant discussions.
    How can I find out if there are updates or known problems on the 10.1.3 OAS?
    Is there a package of fixes to be released? If so, when.
    Thanks
    Steve

    Try setting P4PORT and P4CLIENT in a command shell, then launching JDeveloper from the shell using start jdeveloper.app.
    If the port is picked up correctly the client dropdown should be populated and the OK button enabled. This works for me.
    The same should work from the gui though, I'll investigate and see if there is a bug logged.
    Thanks,
    Geoff

  • What are the known problems of the nano

    I'm going to get a new Ipod soon. I don't know whether to get the nano or the 5th generation Ipod. From what I'm reading the nano has a lot of problems. I'm really leaning toward the nano though. I just like how it's smaller and sleek look. I don't want a big bulky mp3 player in my pocket. I want it to feel like there's nothing in there. But after reading a lot I'm really reconsidering. Are these known problems (songs are not being fully played, freezing, problems turning off and others I'm not aware of) really common? Should I get the 5th generation instead? Money isn't the issue, its the quality and realiability I'm worried about.

    Scooby I just want to tell you that you dont have to worry anything about the Nano. If you do research on the internet on the Nano only problem you will find is the scratching. Now for the other problems, those are the ppl that actually got a faulty one and all of them are posting so it seems that all the Nano's are faulty when it was just few 100 ppl that reviewed and posted. So this is what to do.
    Just either order from Apple or buy one. But PLEASE PLEASE DON'T OPEN IT UNTIL YOU GET A CASE!! TRUST ME NO MATTER HOW CAREFUL YOU'LL BE, YOU WILL SCRATCH IT!! So buy a quality protective case.

  • Is there any known problem using Oracle SQL Developer 3.0.04 with Java 1.7?

    I'm new to Oracle. I have installed Oracle SQL Developer 3.0.04 and Java 1.7. When I run Oracle SQL Developer, I will get the window Running this product is supported with minimum Java version of 1.6.0_04 and a maximum version less than 1.7. This product will not be supported....
    Is there any known problem using Oracle SQL Developer 3.0.04 with Java 1.7?
    I have already downloaded Java 1.6 but don't know whether I need to uninstall Java 1.7 first. If don't need to uninstall Java 1.7, how can I set Oracle SQL Developer to run with Java 1.6?
    Thanks for any help.
    Edited by: 881656 on Aug 25, 2011 11:22 AM

    Hi,
    One prior post discussing the use of Java 7 is:
    SQL Developer 3.0  and Java SE 7?
    There is no need to uninstall any Java version (except if you have disk space constraints) and no problem switching between Java versions. This may be controlled in the sqldeveloper.conf file in your ...\sqldeveloper\sqldeveloper\bin directory via the SetJavaHome line. For example:
    #SetJavaHome ../../jdk
    SetJavaHome C:/Program Files/Java/jdk1.6.0_26
    #SetJavaHome C:/Program Files/Java/jdk1.7.0Regards,
    Gary Graham
    SQL Developer Team

  • Firefox 4 hangs when accessing the "Verified By Visa" capability used by many UK online retailers including Tesco & The National Lottery; is this a known problem?

    I recently upgraded to Firefox 4 from version 3 and have experienced a problem when trying to purchase online using my Visa debit card.
    UK stores and services are using the "Verified By Visa" system to double-check the validity of credit and debit cards and this capability is called by many stores at the end of their online payment process.
    Firefox 4 does not seem able to handle this capability and 'hangs' once data has been entered into the "Verified By Visa" window and sent to the server. This means that the transaction cannot be completed and funds cannot be transferred from Visa to the retailer/service provider. I have experienced this 'hanging' problem with both Tesco online groceries and with the UK National Lottery online site.
    Is this a known problem? I had no trouble using this service on these sites with the previous version of Firefox (3.6.8) but the error is solid in Version 4 of Firefox.
    Anyone else having this problem or know how to fix it?
    NB. I have reverted to the previous version of Firefox temporarily, so the troubleshooting information attached will be of little relevance to this question.

    Was having the same problem on the National Lottery website and their "Help" section amounts to an 0845 number, so I did a bit of rummaging online and found a solution.
    I had Third Party cookies disabled , so I ticked the box to Accept them(under Tools>Options>Privacy), restarted FF, added funds and the "Verified by Visa" process works properly. I'll just turn it on & off as needed, as I prefer not to accept third party cookies normally.
    Hope this helps someone else in the same position - very frustrating, especially when my VbyVisa statement recorded the failed transactions, even though neither my lottery account or my bank account showed any sign of them.

  • Bridge has started to destroy our JPEGs; known problem?

    Hi,
    half an hour ago something - possibly Bridge - has obviously started to destroy our JPEGs. We first noticed strange artefacts in the Bridge previews; then we were shocked when we discovered that the files themselves were altered (without changing the modification date of the file). We checked this by connecting the external drive that contains the files to another computer: It's not a problem with the previews, the files themselves are destroyed. (On this other computer GIMP gives the error "Corrupt JPEG data: 3841 extraneous bytes before marker 0xd9" when opening the file I've attached to this post.)
    Fortunately the NEF files are unaltered. A check of the hard drive shows no problems.
    We're not 100% shure that Bridge is causing this - but since Bridge was the only program open at the time and since the problem developed while using Bridge it seems very probable to us that Bridge is involved in this phenomenon.
    Did you observe anything similar? Is this a known problem? We didn't find anything when searching Google or this forum.
    Thanks for your help!
    (We're using Adobe Bridge CS5 4.0.5.11 on an iMac with Mac OS X 10.7.5)

    - mainly (only? I don't know exactly) files are affected where we added metadata;
    The clue about no change in modification date in the first post would mean you did not alter the files. However this changes things because you seem to have done so.
    In normal use while adding metadata or rename the file needs to be saved again to apply the changes. While doing so Bridge updates the thumbs and previews to reflect the new situation.
    If this save action would be the cause of the destroyed jpegs they should have shown so immediate after applying the changes. But yes, we all are in a hurry and have a short memory
    If you have pointed Bridge to another folder while the save was still in progress then you would not notice it but also the cache is not likely to rebuild until you point Bridge again to the folder.
    The moment you point Bridge to that folder first the thumb rebuilds and then the preview to reflect the changes. Because the modification date did not change to the date you saw the changes happening it is likely the problem has been caused before but you have not noticed earlier until you pointed Bridge to this folder which started the recaching of the files (only modification of the cache file, not the original jpeg) to reflect the new situation.
    Don't use Gimp myself but a jpeg is a jpeg and an international standard so they both should be able to read and write correct files.
    Therefor it stays a strange problem and you should back up your files frequently in case this starts happen again. If it is a one off we keep wondering what it might have been but if it repeats I would first suspect the disk (running a health scan is not always pointing to other problems like correct read write permissions and also folders can get corrupted for strange reasons).
    BTW, I never have been a fan of RAID, to expensive and to much space needed. A simple back up scheme with different disks has always done the trick for me.

  • 1080i25p - any known problems in FCP 5 or 6?

    Hey all,
    I'm going to be shooting 1080i25p on a Panasonic HPX171E.
    The project should finish up by being projected or shown on a monitor/ TV playing from a Blu-ray HD dvd.
    Can anyone tell me if there are any known problems or difficulties editing 1080i25p in Final Cut 5 or 6?
    Is it better in anyway to shoot 1080i50i? Does this avoid any issues by cutting out the progressive conversion?
    Many thanks,
    Richard

    25p is not supported in FCP 5...only FCP 6. Well, FCP 5.1 too, but FCP 6 is the better one to use.
    Shane

  • I have Soundtrack Pro 1.1 It opens OK but the everything takes 4 seconds to work. It's very slow and unusable. Is this a well known problem?

    I have Soundtrack Pro 1.1 It opens OK but the everything takes 4 or so seconds to work. It's very slow and unusable in its present state. Is this a well known problem?

    STP 3.0.1 was the version designed to work with OSX 10.6.8. Anything earlier than that and issues may arrise. Hard to tell what yours are.
    You may want to run Digital Rebellion's Preference Manager to reset the prefs back to the default state. If nothing else, it is a good troubleshooting step.
    Good luck.
    x

  • Can't connect to my iCloud account - not from my Mac's, not from my Phone and not from my iPad. Any known problems right now/Eric

    can't connect to my iCloud account - not from my Mac's, not from my Phone and not from my iPad. Worked earlier today, but not now. Any known problems right now/Eric

    Seems to be a major problem, according to MacRumours. Just have to wait, I guess...

  • I'm having problems with my internet connection after installing OS X Lion. Is this a known problem or just a local problem?

    I'm having problems with my internet connection after installing OS X Lion. Is this a known problem or just a local problem?
    After +/- 10 to 15min my connection is gone.
    Does anyone have a sollution?

    Lots of people are having the same problem, you're not the only one, belieeeeve me.
    Just Googling the problem gets you tons of people complaining about the same thing, SOMETHING is up with Lion what wasn't happening with Snow Leopard. i just bought a new Imac and it CAME with Lion, so i started experiencing this internet dropout immediately.
    It's been going on for the most of a year it looks like (at least by the dates from the threads i've been reading)
    So your best bet is to fiddle with the System Preferences and read what other people have used to make theirs work. i'm doing that myself right now.  I already posted  a similar thread last night trying to figure out why my connection kept on dropping, i got a reply which linked me to a site. i followed the instructions there, so far so good, but i'm just being cautiously optimistic.
    i'm gonna call Apple today and see if they've found anything, though seeing as this is a problem right out of the box there may not be an immediate solution. Good luck hunting for a solution :3
    Site:
    http://osxdaily.com/2011/11/06/lion-wi-fi-problems-solution-mac/?utm_source=feed burner&utm_medium=feed&utm_campaign=Feed%3A+osxdaily+%28OS+X+Daily%29&utm_conten t=FaceBook

  • Known problems database when Upgrading 4.7 to ECC 6.0

    Dear forum
    We are about to upgrade from SAP R/3 Enterprise 4.7 to SAP ECC 6.0.
    Is there anywhere we can retrieve a known problems database?
    Anything that could guide us to prevent any problems after the upgrade are of relevance.
    Of particular intrest is information about known problems in the application area (MM/SD/PP/LE/FI/CO).
    Thanks in advance,
    OT

    Hi Ola,
    Please go through the upgrade guide thorughly.
    It has everything you need.
    Regards,
    Ershad Ahmed.

Maybe you are looking for

  • How to Populate Internal table data to Table Control in a Report Program

    Dear All,        How to Populate Internal table data to Table Control in a Report Program? It is a pure report program with out any Module pool coding involved, which is just used to display data. Till now it is being displayed in a report. Now the u

  • Battery life while recording

    I would like to buy a creative mp3 player but i need to record conventions transmited by fm frequency. I need at least 8 hours of battery life to record a hole day. I also work out, so i need a leight mp3 player. Does the "Zen V Plus" or the "Zen nee

  • What are technical prerequisite to see excel or web report in Italian lang.

    Hi Gurus, Currently we are using BW 3.5 system. My client needs to see report in italian langauage headers,columns, rows and texts in both excel and web report. I would like to know what are technical prerequisite to show report in italian language.I

  • My company- problem download

    I've made 4 attempt to download the zip file conataining My Company demo. Each time the archive could not be opened I then used GOZILLA to grab the file and it had some success. After expanding the archive and following the directions for install I g

  • When desktop chortcut is clicked, it says choose the program you want to use to open this file

    When I click on FireFox in the recommended programs, it extracts data and asks me to re-install FireFox every time. This is for both the desktop shortcut and the toolbar shortcut. I recently had a virus that my McAfee got rid of that wouldn't let me