Model refactoring error in 11g. ( bug ? )

I changed model project
and add new view link then following erro occurs in Jdev 11g.
Error: Multiple versions of iski/menu/model/Model.jpx appear in your project run classpath. Check the project dependencies related to: .../javacal/iskiMenu/Model/classes/ and .../JavaOrtak/application/htree/Model/classes/
Error: Multiple versions of iski/menu/model/common/bc4j.xcfg appear in your project run classpath. Check the project dependencies related to: .../javacal/iskiMenu/Model/classes/ and .../JavaOrtak/application/htree/Model/classes/
How can I correct this error ?
it seem like a bug.
Thanks...

we solved problem.
there is a warning on model project dependeny list of view project .
(there is 2 model project . One has warning )
We delete it.
Problem solved.
ist seem like a bug. Because we hadn't done anything about dependency before fault occured.

Similar Messages

  • Error while deploying ADF Model Project to OIM 11g R2

    Hi
    I am getting the following error when deploying ADF Model Project in OIM 11g R2
    oracle.jbo.NoDefException:JBO-25058: Definition UsrLastName of type Attribute is not found in UsrLastName
    any inputs is appreciated...thanks in advance....

    See if you can find something helpful in the following links:-
    https://kr.forums.oracle.com/forums/thread.jspa?threadID=2329750
    oracle.jbo.NoDefException: Error in Quick Search when we use View  Criteria

  • Feedback about glitches, misbehaviors errors, missing features, bugs

    I couldn't find a thread where I could submit feedback about glitches, misbehaviors errors, missing features, bugs (and things of that nature) encountered when using Edge and needed a place where I could collect them writing about them as they happen and before I forget.
    This is not a whishlist, rather simply a place where I'd like to send feedback and hopefully get clarifications on something that may be a non working feature, erratic behavior or a bug.
    That said here is the first one of them:
    Where: Edge Animate > Library>Assets
    What: Impossible to remove from the list the folder and/or assets
    When: Always
    How: After adding asset (add an image to the composition) remove the image from the composition. Then if you would like to remove that asset, there isn't an option to do so. The contextual menu only offer one choice "Reveal in Finder" (on a Mac) which is basically reading the path of the asset and opening the containing folder for the selected asset.
    Only removing the file or folder from the location (which Edge has stored as a path) would yield a removal from the list of the Library>Asset The item will be removed from the list when, upon right clicking and selecting "Reveal in Finder" Edge will not find the asset and ask the user if they want to reload the content of that list which basically will refresh the pointers and if the asset won't be found then the entry for it will be removed from the list. (Quite a cumbersome hoop-jumping just to remove an asset from the list)
    Why: Users wanting to manage and update the content of the Assets may want to see some listed but may want to ignore other entries that have been replaced with different assets, but they want to keep the files within the folder where they were originally placed.
    For instance adding images 001.jpg through 100.jpg  and later removing all odd images or even ones from the composition, the Library will still list them in the assets unless removed from that folder "physically" and placing them somewhere else doing an "update" in the library pane later as explained above. Leaving the unused assets in the list when not necessary adds to clutter and having to perform a manual workaround to update the UI isn't very efficient
    (a minor missing feature... not a feature request to start this feedback thread)
    Hope this helps keep track of issues, but if there's a better way/system, will be glad to use that instead.
    Cheers!
    tfbkny

    Bug Reporting (is there anywhere users can provide feedback about bugs/program's glitches?)
    Not knowing where to list what would appear to be bugs/glitches I'll keep adding them here and hopefully someone at the Edge Team will look into it eventually as time allows
    Issue: Min W in Symbols' stage property won't stick to percentage.
    To reproduce behavior:
    - Create symbol,
    - Double click to edit created symbol,
    - When in Symbol Edit mode, click on the stage (once),
    - Edit the Min W of the symbol's stage properties on the left "Properties" panel,
    - Without changing the value (which will be zero), toggle px to percentage,
    - Save your project,
    ...et voilà by magic the property you just toggled reverts itself to px
    (To make it stick apparently it's necessary to change the value in the text field then toggle px to % and it will be properly kept when saving.)
    side note: I don't know if that's something that can be a factor in causing the glitch, but each time a project is saved and a the user is "inside" a symbol's stage, the values in the properties panel will display the main stage properties and then will go load again the properties of the symbol being edited.
    Cheers!
    tfbkny

  • OBIEE 11g: Bugs Fixed in 11.1.1.6.5 Patch Set

    Hello, I have a question about the patches that apply.
    I have installed the product BI Publisher Enterprise 11g (11.1.1.6.0)
    I detected a bug:
    bug 13791065 - UNGROUP OF A SUBGROUP WITH AN EXPRESSION DOES NOT WORK PROPERLY
    This bug was fixed in OBIEE 11g: Bugs Fixed in 11.1.1.6.5 Patch Set
    ¿could apply this patch to version BI Publisher Enterprise? Because this patch cotent the fix bug 13791065
    I think not because,...this patch only apply in OBIEE Enterprise 11g and I have BIP Enterprise 11g
    Patch 14630670: UPDATE FOR BI PUBLISHER ENTERPRISE 11.1.1.6.X SEPTEMBER 2012 is the last patch for me?
    This latest version does not contain the bug fix 13791065.
    thank you very much

    Thanks Daniele for the reply,
    I believe the 11.1.1.4 was released but only in OTN, not for everyone (I'm not 100% sure about this...) . However I know that a certain bug (9973004) was solved in 11.1.1.4, and this bug does not appear in the 11.1.1.5 list. That could happen with many other bugs, they could be solved in 11.1.1.4 but not appear in any list.
    Thanks again!

  • Error on 11g 2 during external job execution using credential

    Hi,
    I need a help from you.
    I am getting below error on 11g 2 during external job execution using credentials -
    EXTERNAL_LOG_ID="job_805812_412409",
    ORA-27369: job of type EXECUTABLE failed with exit code: Arg list too long
    STANDARD_ERROR="Launching external job failed: Invalid username or password"
    Find credentials creation & other required details -
    EXECUTE DBMS_SCHEDULER.create_credential(credential_name =>'SYS.SCRIPTS',username =>'scripts',password => 'u5342222');
    BEGIN
    DBMS_SCHEDULER.CREATE_JOB(
    job_name => 'AUTOLOAD_JOB',
    job_type => 'EXECUTABLE',
    job_action => '/qpshell/dev/scripts/autoload.sh',
    repeat_interval => 'freq=MINUTELY;interval=5;byhour=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22;',
    enabled => true,
    auto_drop => false,
    credential_name => 'SYS.SCRIPTS');
    end;
    -rw-r--r-- 1 root oinstall 1571 Nov 11 14:42 /u01/app/oracle/product/11.2.0/dbhome_1/rdbms/admin/externaljob.ora
    content of externaljob.ora -
    run_user = nobody
    run_group = nobody
    run_user=scripts
    run_group=qvcscript
    -rwsr-x--- 1 root oinstall 3068424 Nov 11 13:13 extjob
    -rwxr-xr-x 1 oracle oinstall 3068424 Nov 11 13:13 extjobo
    root@knudwdbs2:/u01/app/oracle/product/11.2.0/dbhome_1/bin> ls -ltr extjob*
    -rwx------ 1 oracle oinstall 3068424 Nov 11 12:45 extjoboO
    -rwsr-x--- 1 root oinstall 3068424 Nov 11 12:45 extjobO
    -rwxr-xr-x 1 oracle oinstall 3068424 Nov 11 13:13 extjobo
    -rwsr-x--- 1 root oinstall 3068424 Nov 11 13:13 extjob
    Kindly suggest how it can be fixed. Early response much appreciated.
    Thanks
    Ajay
    --

    Hi,
    When you are logged in to the OS, can you do an "su" to the "scripts" user using this exact password (passwords are case-sensitive) ?
    Also make sure that you have libpam.so located somewhere in $LD_LIBRARY_PATH and that it points to a real file.
    external jobs with credentials use jssu, but I don't think permissions on jssu are the problem here (it should be setuid to root).
    Hope this helps,
    Ravi.

  • I am getting this error every 5 seconds: Wireless Network Utility[253]: Model -ioClassRef error

    In the console I have been getting thousands of these errors. They occur every 5 seconds.
    Currently Bluetooth and WiFi is off, and it doesn't matter if they are on or off as far as this error occurring.
    I'm not sure when it first began.
    12/4/13 9:21:53.209 PM Wireless Network Utility[253]: Model -ioClassRef error
    I have no running applications but probably have some startup helpers running, Any clue what this indicates?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It changes nothing, and therefore will not, in itself, solve your problem.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help identify which such modifications you've installed, as well as certain other aspects of the configuration that may have a bearing on the problem. Don’t be alarmed by the apparent complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode, if possible. If you’re now running in safe mode, reboot as usual before continuing. If you can only boot in safe mode, you can still use this procedure, but not all of it will work. Be sure to mention that in your reply, if you haven't already done so. 
    Below are instructions to enter UNIX shell commands. The commands are safe and do nothing but produce human-readable text output, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. I am not asking you to trust me. If you can't satisfy yourself that these instructions are safe, don't follow them.
    The commands will line-wrap or scroll in your browser, but each one is really just a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. Step 1 should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click anywhere in the line of text below on this page to select it:
    { echo "Loaded kernel extensions:"; kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'; echo $'\n'"Loaded user agents:"; launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'; echo $'\n'"Inserted libraries:"; launchctl getenv DYLD_INSERT_LIBRARIES; echo $'\n'"User cron tasks:"; crontab -l; echo $'\n'"System launchd configuration:"; cat /e*/lau*; echo $'\n'"User launchd configuration:"; cat .lau*; echo $'\n'"Login items:"; osascript -e 'tell application "System Events" to get name of login items' | sed $'s/, /\\\n/g'; echo $'\n'"Safari extensions:"; /usr/libexec/PlistBuddy -c Print L*/Saf*/*/E*.plist | awk -F'= ' '/Bundl/{print $2}' | sed 's/\..*$//;s/-[1-9]$//'; printf "\nRestricted user files: %s\n" $(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); echo $'\n'"Extrinsic loadable bundles:"; cd; find -L /S*/L*/E* {,/}L*/{Ad,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do /usr/libexec/PlistBuddy -c 'Print :CFBundleIdentifier' "$d/Info.plist" | egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|print|SoftRAID" && echo ${d%/Contents}; done; echo $'\n'"Unsigned shared libraries:"; find /u*/{,*/}lib -type f -exec sh -c 'file -b $1 | grep -qw shared && ! codesign -v $1' {} {} \; -print; echo; ls -A {,/}L*/{La,Priv,Sta}* L*/Fonts; } 2> /dev/null | open -ef
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    The command may take up to a few minutes to run, depending on how many files you have and the speed of the computer. A TextEdit window will open with the output. Post the contents of the TextEdit window (not the Terminal window) — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Remember that you must be logged in as an administrator for this step. Do as in Step 1 with this line:
    { echo "Loaded system agents:"; sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; echo $'\n'"Login hook:"; sudo defaults read com.apple.loginwindow LoginHook; echo $'\n'"Root cron tasks:"; sudo crontab -l; echo $'\n'"Log check:"; syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail | awk '/:/{$4=""; print}'; } 2> /dev/null | open -ef
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    You can then quit Terminal.
    To prevent confusion, I'll repeat: When you type your password in the Terminal window, you won't see what you're typing.
    Note: If you don’t have a login password, set one before taking Step 2. If that’s not possible, skip the step.
    Important: If any personal information, such as your name or email address, appears in the output of these commands, anonymize it before posting. Usually that won't be necessary.
    Remember, Steps 1 and 2 are all copy-and-paste — no typing, except your password. Also remember to post the output as text, not as a screenshot.
    Please post the contents of the TextEdit window, not the Terminal window.

  • Refactoring and Jdev 11g

    We are using Jdev 10.1.3.3 and we have many refactoring issues.
    Some of them basic problem but sometimes refactoring errors can be very very boring.
    we haven't chance to try jdev 11 about recatoring support.
    We wonder is it realy improved in Jdev 11 (or not) ?
    We want to learn your opinion about that. (especially users' opinion)
    Thanks.

    Hello,
    What kind of issues do you have? Refactoring works well under most circumstances for us, even with files under Subversion control, except for BC4J refactoring that always fails with some really nasty effects.
    Regards,
    ~ Simon

  • Oracle 11g bug for column ambigously defined error

    I have below format query running on Oracle 10g without any issues
    select col1
    from (select col1
    from (select 'A' col1
    from dual)
    ) v1
    inner join (select col1 as col2
    from (select 'A' col1
    from dual)
    ) v2
    on (v1.col1=v2.col2);
    When I run the exact same query on Oracle 11g I get column ambiguously defined error. But when I change the query to as below it works fine on 11g
    select v1.col1
    from (select col1
    from (select 'A' col1
    from dual)
    ) v1
    inner join (select col1 as col2
    from (select 'A' col1
    from dual)
    ) v2
    on (v1.col1=v2.col2);
    Is it because 11g ignores column alias in my inner queries.

    I'd tend to agree that this seems to be a bug in 11.1.0.7 (at least, that's the version I'm running it in)
    It's not even that Oracle doesn't know about the column aliases, you can remove the aliases in the ON without a problem, i.e.
    SELECT v1.col1
       FROM
      (SELECT col1 FROM
        (SELECT 'A' col1 FROM dual
      ) v1
    INNER JOIN
      (SELECT col1 AS col2 FROM
        (SELECT 'A' col1 FROM dual
      ) v2
         ON (col1=col2);works fine. Using the old join syntax also seems to work fine
    SELECT col1
       FROM
      (SELECT col1 FROM
        (SELECT 'A' col1 FROM dual
      ) v1,
      (SELECT col1 AS col2 FROM
        (SELECT 'A' col1 FROM dual
      ) v2
      WHERE (col1=col2);So it appears that something in the SQL 99 parser is broken. Have you logged a bug in Metalink?
    Justin

  • BUG: 10.1.3 EA1 - Refactor errors when handling arrays

    Hi,
    I declare my arrays like this:
    int n[];
    Rather than the way JDeveloper likes it:
    int[] n;
    So when JDeveloper refactors my code I either get too many [] or not enough.
    E.g, JDeveloper makes a method out of some code, or moves definitions up the class hierarchy and it ends up like this:
    int[] n[];
    Its like it knows it's an array so it writes "int[]" then it writes the variable as it originally found it "n[]". I have also seen it drop the [] in a method parameter argument that was an array.
    JDeveloper should preserve my definitions the way they were or at least get them right if it insists on changing it to its own style.
    Regards,
    Simon.

    Thanks for looking into it.
    You have to split the array definition from the method code so that it has to pass the array as a parameter.
    E.g.
    String s;
    Object i[] = new Object[3];
    if(i==null || i.length == 0)
    s = "i is null";
    System.out.println(s + i.toString());
    Leave the definitions behind and just make a method of just the if statement. Mine generated:
    String s;
    Object i[] = new Object[3];
    s = test(i);
    System.out.println(s + i.toString());
    and
    private String test(Object i)
    String s;
    // TODO type initialisation here
    if(i==null || i.length == 0)
    s = "i is null";
    return s;
    Note that 'int i' is wrong and causes the syntax errors.
    If you change the definition to "int[] i;" it works OK.
    It also works if you include the definition (as it was) in the refactor code.
    The indenting of the new method was mucked up too. Not as shown here because this forum strips out all leading blanks. Indenting appears to get mucked up if you have set the tabstop and indent set to 4 in the preferences. A 'reformat' fixes it.
    Cheers,
    Simon.

  • JDev 10.1.3 SU5 model refactor BUG

    i have in my model two packages with application modules. in one of this packages implementation files (nameAMImpl.java) contain custom code. i tried to move this package into second one. after moving, my additional methods are removed although declaration of implementation of proper interface is left and interface code is properly moved.

    Grant and Frank,
    OK - I have confirmed this. It does NOT happen when I use the JDev download with the included Java VM. It DOES happen when I use the JDev with no included JVM and use my own. For reference, I am using this Java:
    C:\>"C:\Program Files\Java\jdk1.5.0_05\bin\java" -version            
    java version "1.5.0_05"                                              
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05)
    Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, sharing)  I guess I should go back to using the one with the included JDK. Now, if I could only pare down and have 2 or 3 copies of JDeveloper on my laptop instead of 4 ;)
    Kind regards,
    John
    bump... just making sure someone sees the real bug

  • ORA-00932 Error using 11g and the SDO_RELATE function. Works fine in 10g

    Hello,
    If I run this query in Oracle 11g:
    SELECT M.FID, MAX(M.VERSION) AS VERSION
    FROM SW_PB.A_ROADNODEINFORMATION M, SW_PB.ROADNODE N
    WHERE M.REFERENCETOROADNODE = N.FID
    AND M.NODEVERSION = N.VERSION
    AND M.CATALOGUEID <= 477
    AND MDSYS.SDO_RELATE( N.GEOM, MDSYS.SDO_GEOMETRY(2003,81989,NULL,MDSYS.SDO_ELEM_INFO_ARRAY(1,1003,3),MDSYS.SDO_ORDINATE_ARRAY(120000,0,160000,40000)),'MASK=ANYINTERACT QUERYTYPE=WINDOW') = 'TRUE'
    GROUP BY M.FID;
    I get an error regarding the N.GEOM field. The error is as follows:
    ORA-00932: inconsistent datatypes: expected - got MDSYS.SDO_ELEM_INFO_ARRAY
    The same query runs fine on a 10g database with the same data. I've even truncated the N table and still get the error. I've rebuilt the index but it makes no difference and the metadata is exactly the same for this table as it is for other tables that are involved in a similar query.
    It looks like a bug to me but just wondered if anyone else had come across this?
    Thanks,
    Peter.

    Thanks for the reply. I'm really sorry but I haven't created trace files like this for a very long time and have forgotten the best way to read them. This is the start of the trace file, any help with reformatting it would be greatly appreciated.
    Thanks,
    Peter.
    *** 2009-04-23 17:09:22.902
    ----- Error Stack Dump -----
    *** 2009-04-23 17:09:22.917
    ORA-00932: inconsistent datatypes: expected - got MDSYS.SDO_ELEM_INFO_ARRAY
    ----- Current SQL Statement for this session (sql_id=br02jqdwy2utk) -----
    SELECT M.FID, MAX(M.VERSION) AS VERSION
    FROM SW_PB.A_ROADNODEINFORMATION M, SW_PB.ROADNODE N
    WHERE M.REFERENCETOROADNODE = N.FID
    AND M.NODEVERSION = N.VERSION
    AND M.CATALOGUEID <= 477
    AND MDSYS.SDO_RELATE( N.GEOM, MDSYS.SDO_GEOMETRY(2003,81989,NULL,MDSYS.SDO_ELEM_INFO_ARRAY(1,1003,3),MDSYS.SDO_ORDINATE_ARRAY(120000,0,160000,40000)),'MASK=ANYINTERACT QUERYTYPE=WINDOW') = 'TRUE'
    GROUP BY M.FID
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    skdstdst()+114      CALLrel  kgdsdst()+0 FB783A0 2
    ksedst1()+91        CALLrel  skdstdst()+0
    ksedst()+50         CALLrel  ksedst1()+0 0 1
    dbkedDefDump()+298  CALLrel  ksedst()+0 0
    5
    ksedmp()+40         CALLrel  dbkedDefDump()+0 3 0
    _dbkdaKsdActDriver(  CALLreg  00000000             3
    )+841
    _dbgdaExecuteAction  CALLreg  00000000             7B50420 FB79A4C
    ()+63
    dbgdaRunAction()+3  CALLrel  dbgdaExecuteAction 7B50420 4D4C148 20C0002
    02 ()+0 FB79A4C
    dbgdRunActions()+4  CALLrel  dbgdaRunAction()+0 7B50420 A789E54
    4
    dbgdProcessEventAc  CALLrel  dbgdRunActions()+0 7B50420 A789E74
    tions()+446
    __VInfreq__dbgdChkE CALLrel _dbgdProcessEventAc  7B50420 120A3370 A789F64
    ventKgErr()+237 tions()+0
    dbkdChkEventRdbmsE  CALLrel  dbgdChkEventKgErr( 7B50420 A7C06F4 3A4
    rr()+33 )+0
    __PGOSF99__ksfpec() CALLrel _dbkdChkEventRdbmsE  3A4
    +110 rr()+0
    _dbgePostErrorKGE()  CALLreg  00000000             120A3370 3A4
    +1601
    dbkePostKGEkgsf() CALLrel _dbgePostErrorKGE()  120A3370 A772020 3A4
    +49 +0
    _kgeade()+268        CALLreg  00000000             120A3370 A772020 3A4
    kgesev()+54         CALLrel  kgeade()+0
    kgesec2()+18        CALLrel  kgesev()+0 120A3370 A772020 3A4 2
    FB7A200
    qctErr932()+217     CALLrel  kgesec2()+0 120A3370 A772020 3A4 1 1
    FB7A468 1 19 FB7A218
    qctErrConvertDataT  CALLrel  qctErr932()+0 995FBCC0 120A3370 F6 FB7A468
    ype()+82 7B C2E85B4 995FBCC0 120A3370
    FB7A468 0 0 FB7A468 0 204
    qecgby()+240        CALLrel  qctErrConvertDataT 995FBCC0 120A3370 F6 0 0 7B
    ype()+0 C2E85B4
    qecpqbcheck()+75    CALLrel  qecgby()+0
    qecdrv()+161        CALLrel  qecpqbcheck()+0 C2ECD7C 0 0 0
    qecdrv()+74         CALLrel  qecdrv()+0
    kkqcttcalo()+383    CALLrel  qecdrv()+0 C2EFBAC
    kkqctdrvGBP()+1841  CALLrel  kkqcttcalo()+0 C2EFBAC 0 C2EFBAC 166A5D4 0 2
    __VInfreq__kkqgbpTr CALLrel _kkqctdrvGBP()+0     A730DD8
    avChkTran()+193
    _qksqbApplyToQbcLoc  CALLreg  00000000             A730DD8 FB7A9BC
    ()+536
    qksqbApplyToQbc()+  CALLrel  qksqbApplyToQbcLoc
    67 ()+0
    kkqctdrvTD()+1000   CALLrel  qksqbApplyToQbc()+ A730DD8 2EF2DA0 FB7A9BC 0
    0
    kkqgbpdrv()+88      CALLrel  kkqctdrvTD()+0 A754820 995FBDF4 6
    kkqdrv()+1520       CALLrel  kkqgbpdrv()+0 A754820 995FBDF4
    kkqctdrvIT()+698    CALLrel  kkqdrv()+0 A754820 0
    apadrv()+1205       CALLrel  kkqctdrvIT()+0 A754820 995FBDF4
    opitca()+1841       CALLrel  apadrv()+0 995FBDF4
    __PGOSF435__kksFull CALLrel _opitca()+0          A7CC9E4 995FBDF4
    TypeCheck()+15
    _rpiswu2()+560       CALLreg  00000000             FB7B718
    kksLoadChild()+860  CALLrel  rpiswu2()+0 AF495220 5 A77DCBB4 16
    8 94591E54 5 A77DCBE0 0 FB7B670
    615F44 0 FB7B718 0
    kxsGetRuntimeLock(  CALLrel  kksLoadChild()+0 120A3370 AE9130D8 FB7C090
    )+1421
    kksfbc()+8954       CALLrel  kxsGetRuntimeLock( 120A3370 A7CC9E4 FB7C090 3 1
    )+0
    kkspsc0()+1882      CALLrel  kksfbc()+0 A7CC9E4 3 108 FB7D2D8 1BB 0 0
    0
    kksParseCursor()+1  CALLrel  kkspsc0()+0
    43
    opiosq0()+2028      CALLrel  kksParseCursor()+0 FB7C610
    kpooprx()+273       CALLrel  opiosq0()+0 3 E FB7C734 A4
    kpoal8()+729        CALLrel  kpooprx()+0 FB7F214 FB7D2D8 1BA 1 0 A4
    _opiodr()+1224       CALLreg  00000000             5E 1C FB7F210
    _ttcpip()+2733       CALLreg  00000000             5E 1C FB7F210 0
    _opitsk()+1278       CALL???  00000000            
    opiino()+1067       CALLrel  opitsk()+0 0 0
    _opiodr()+1224       CALLreg  00000000             3C 4 FB7FC28
    opidrv()+807        CALLrel  opiodr()+0 3C 4 FB7FC28 0
    sou2o()+45          CALLrel  opidrv()+0 3C 4 FB7FC28
    opimaireal()+130 CALLrel _sou2o()+0           FB7FC1C 3C 4 FB7FC28
    opimai()+92         CALLrel  opimai_real()+0 2 FB7FC54
    OracleThreadStart@  CALLrel  opimai()+0
    4()+764
    77E6482C CALLreg 00000000
    00000000 CALL??? 00000000

  • Oracle 11g bug ?!

    We are trying to execute a simple query of the form
    select * from sometable where upper(attr1) like 'WB%' or upper(attr2) like 'WB%' or upper(attr3) like 'WB%'
    The data does exist in the table but the query does not return values.
    Sometimes the count(*) on that table returns the correct number but the actual select statement does not return data.
    We have added a dummy where clause
    select * from sometable where upper(attr1) like 'WB%' or upper(attr2) like 'WB%' or upper(attr3) like 'WB%' or lower(attr2) like 'WB%' and the data does show up.
    We are on Oracle 11g 11.2.0.2 and have migrated recently from 10g. And this issue has started appearing after the migration.
    Any thoughts on what could be causing this issue ?
    Thanks
    Surya
    Edited by: Surya on 09-Mar-2011 06:11

    user11180582 wrote:
    We have added a dummy where clause
    select * from sometable where upper(attr1) like 'WB%' or upper(attr2) like 'WB%' or upper(attr3) like 'WB%' or lower(attr2) like 'WB%' and the data does show up. Hm. difficult but I doubt that you have a bug. I guess you have either some strange values or there is something in the full statement that is missing in your example.
    For example please be aware that the AND operator has a higher priority then the OR operator (is this way since oracle 7 at least).
    So if your real statement would include an and condition, this could produce unwanted outcome.
    select * from sometable
    where upper(attr1) like 'WB%'
         or upper(attr2) like 'WB%'
         or upper(attr3) like 'WB%'
         and lower(attr5) = 'XY' This is identical to:
    select * from sometable
    where upper(attr1) like 'WB%'
         or upper(attr2) like 'WB%'
         or (upper(attr3) like 'WB%' and lower(attr5) = 'XY' )But usually you want
    select * from sometable
    where (upper(attr1) like 'WB%' or upper(attr2) like 'WB%' or upper(attr3) like 'WB%')
            and lower(attr5) = 'XY' Some additon. Your condition could also be written like this. Maybe this helps to find the real cause of the error.
    select * from sometable
    where 'WB' in (substr(upper(attr1),1,2)
                       ,substr(upper(attr2),1,2)
                       ,substr(upper(attr3),1,2)
                       )I find this often to be better readable then a long LIKE + OR expression.

  • Error installing 11g RAC on windows 2008r2 on VMWare ESXi 5

    I am a beginner and am intalling oracle 11g r2 rac for first time . i am stuck during the installaiton I am using windows 2008r2 on VMWare.
    we have attached 500 GB Disk from the NetApp Storage to these hosts.
    no logs are generated at the grind home to see the errors
    in rootcrs_rie_oradbn1_vm.log. i can see an error
    - March 19, 2012 6:17:45 PM GMT+04:00 [Customer Problem Description]
    Problem Description: [INS-20802] Grid Infrastructure Configuration failed.2012-03-19 16:45:29: Creating or upgrading Oracle Local Registry (OLR)
    2012-03-19 16:46:45: Command return code of 255 (65280) from command: E:\app\11.2.0\grid\bin\ocrconfig -local -upgrade arg\sapadmin
    2012-03-19 16:46:45: E:\app\11.2.0\grid\bin\ocrconfig -local -upgrade failed with error: 255
    2012-03-19 16:46:45: Failed to create or upgrade OLR
    I am following the oracle rac intallation document .
    Kindly help
    thanks,
    rajesh.

    923293 wrote:
    I am a beginner and am intalling oracle 11g r2 rac for first time . i am stuck during the installaiton I am using windows 2008r2 on VMWare.
    we have attached 500 GB Disk from the NetApp Storage to these hosts.
    no logs are generated at the grind home to see the errors
    in rootcrs_rie_oradbn1_vm.log. i can see an error
    - March 19, 2012 6:17:45 PM GMT+04:00 [Customer Problem Description]
    Problem Description: [INS-20802] Grid Infrastructure Configuration failed.2012-03-19 16:45:29: Creating or upgrading Oracle Local Registry (OLR)
    2012-03-19 16:46:45: Command return code of 255 (65280) from command: E:\app\11.2.0\grid\bin\ocrconfig -local -upgrade arg\sapadmin
    2012-03-19 16:46:45: E:\app\11.2.0\grid\bin\ocrconfig -local -upgrade failed with error: 255
    2012-03-19 16:46:45: Failed to create or upgrade OLR
    I am following the oracle rac intallation document .
    Kindly help
    thanks,
    rajesh.Its expect to be BUG in 11.2.0.1 if you are installing(11.2.0.1), SO i suggest you to install 11.2.0.2 or 11.2.0.3 on windows 2008r2. Remember you can directly download and install 11.2.0.2 or 11.2.0.3 without base release i.e. 11.2.0.1
    Bug 10142893: GRID INFRASTRUCTURE CONFIGURATION FAILED      
    Bug 9166347: GRID INSTALLATION ROOT.SH AND DEINSTALL FAIL WITH HOTSPOT VIRTUAL MACHINE SIGSEG      
    Also run the Clusterverification utility to know any issues in advance.
    ./runcluvfy.sh stage -pre crsinst -n node1,node2 (specify nodename)

  • XDK 11g Bug

    XDK 11g is included in JDeveloper 11g.
    The DocumentEditVAL.setContinuousValidityChecking(boolean) method has a bug. When set to true:
    document.setContinuousValidityChecking(true);
    generates the following error:
    oracle.xml.parser.v2.XMLDOMException: dom error 16 occurred
    document is an object of type XMLDocument.
    Edited by: dvohra on Dec 2, 2008 5:04 PM

    The procedure to test the bug is as follows.
    1. Create an application and a project in JDeveloper 11g.
    2. Add a Java class, DOM3Validation, to the project.
    3. Add Oracle XML Parser v2 library to classpath.
    4. Copy the following listing to a file catalog.xml and save the file in a directory, C:/DOM3Validation.
    <?xml version="1.0" encoding="windows-1252" ?>
    <catalog title="Oracle Magazine" publisher="Oracle Publishing">
    <journal>
    <article>
    </article>
    </journal>
    </catalog>
    5. Copy the following XML Schema listing to a file catalog.xsd save the file to directory C:/DOM3Validation.
    <?xml version="1.0" encoding="windows-1252" ?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="catalog">
    <xs:complexType>
    <xs:sequence>
    <xs:element ref="journal" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="title" type="xs:string" use="optional"/>
    <xs:attribute name="publisher" type="xs:string" use="required"/>
    </xs:complexType>
    </xs:element>
    <xs:element name="journal">
    <xs:complexType>
    <xs:sequence>
    <xs:element ref="article" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="date" type="xs:string"/>
    </xs:complexType>
    </xs:element>
    <xs:element name="article">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="title" type="xs:string"/>
    <xs:element name="author" type="xs:string"/>
    </xs:sequence>
    <xs:attribute name="section">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:enumeration value="Features"/>
    <xs:enumeration value="SQL"/>
    <xs:enumeration value="ORACLE DEVELOPER"/>
    <xs:enumeration value="JSP"/>
    <xs:enumeration value="XML"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:attribute>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    6. Copy the following listing to the Java class.
    import org.w3c.dom.ls.*;
    import oracle.xml.parser.schema.*;
    import oracle.xml.parser.v2.*;
    import java.net.*;
    public class DOM3Validation {
    public void validate() {
    try {
    XMLDOMImplementation impl = new XMLDOMImplementation();
    LSParser parser =
    impl.createLSParser(DOMImplementationLS.MODE_SYNCHRONOUS,
    "http://www.w3.org/2001/XMLSchema");
    XMLDocument document =
    (XMLDocument)(parser.parseURI("file://C:/DOM3Validation/catalog.xml"));
    XSDBuilder builder = new XSDBuilder();
    URL url = new URL("file://C:/DOM3Validation/catalog.xsd");
    XMLSchema schemadoc = builder.build(url);
    document.setSchema(schemadoc);
    document.setContinuousValidityChecking(true);
    } catch (MalformedURLException e) {
    System.err.println(e.getMessage());
    } catch (XSDException e) {
    System.err.println(e.getMessage());
    public static void main(String[] args) {
    DOM3Validation dom3Validation = new DOM3Validation();
    dom3Validation.validate();
    7. Run the Java class. The following error gets generated.
    Exception in thread "main" oracle.xml.parser.v2.XMLDOMException: dom error 16 occurred
         at oracle.xml.parser.v2.XMLDocument.setContinuousValidityChecking(XMLDocument.java:3227)
    Edited by: dvohra on Dec 3, 2008 12:25 PM
    Edited by: dvohra on Dec 3, 2008 12:25 PM
    Edited by: dvohra on Dec 4, 2008 12:15 PM

  • Model refactoring

    Hi,
    I have several Web DynPro projects made only to hold a set of RFC Models that are used by other components. These RFC projects, over time, have accumulated a wide number of models and their build time is escalated up to several minutes.
    In some RFC projects I have a lot of models holding only one or two RFCs each, where in others I have a small number of models each one of them holding many RFCs.
    From one side, it is good to have only a model with all the RFCs inside because you do not have type Classes duplications, but the drawback is that if you need to update only an RFC you are forced to take all the changes made even to other RFC included inside the model.
    So I'm facing two problems:
    - What is a good measure for subdividing models between projects?
    - What is a good measure for subdividing RFC (Function modules) between models?
    And, to solve those problems:
    - What tools do I have to refactor models (rename models, move a model from one project to another...)?
    Thank you,
    Pietro

    we solved problem.
    there is a warning on model project dependeny list of view project .
    (there is 2 model project . One has warning )
    We delete it.
    Problem solved.
    ist seem like a bug. Because we hadn't done anything about dependency before fault occured.

Maybe you are looking for