Is it a bug? (oracle 8.1.6)

Please help me analysis these 2 sql: (in line 7)
SQL> select pln.inner_plan_id,seting.seq_ID,seting.inner_plan_id
2 from pts_wip_plan_inner pln,pts_plan_line_output line,
3 pts_jobseq_seting seting
4 where pln.INNER_PLAN_ID=229 and pln.organization_id=2 and
5 pln.inner_plan_id=line.inner_plan_id and
6 pln.organization_id=line.organization_id
7 and pln.INNER_PLAN_ID=seting.inner_plan_id
8 and seting.worker_id=217
9 /
INNER_PLAN_ID SEQ_ID INNER_PLAN_ID
229 87 229
SQL> select pln.inner_plan_id,seting.seq_ID,seting.inner_plan_id
2 from pts_wip_plan_inner pln,pts_plan_line_output line,
3 pts_jobseq_seting seting
4 where pln.INNER_PLAN_ID=229 and pln.organization_id=2 and
5 pln.inner_plan_id=line.inner_plan_id and
6 pln.organization_id=line.organization_id
7 and 229=seting.inner_plan_id
8* and seting.worker_id=217
SQL> /
INNER_PLAN_ID SEQ_ID INNER_PLAN_ID
229 256 229

select seting.seq_ID,seting.inner_plan_id from pts_jobseq_seting seting where seting.worker_id=217 and seting.inner_plan_id =229
SEQ_ID INNER_PLAN_ID
256 229

Similar Messages

  • BUG: Oracle Schema Processor does not work in Servlets

    We found a bug with Oracle's Schema Processor. It does not work in Servlets.
    When we try to validate a XML document in a Servlet it does not work, but we can execute the same code in a stand alone application and it works.
    The following is the code we are using:
    try {
    File f =new File(filename);
    FileReader r = new FileReader(f);
    DOMParser dp = new DOMParser();
    URL url = createURL (filename);
    dp.setValidationMode(false);
    dp.setSchemaValidationMode(true);
    dp.setPreserveWhitespace(true);
    dp.parse(url);
    System.out.println("it is parsed");
    } catch(Exception e){System.out.println("there is Error"+e.getMessage());}
    null

    I don't think this is related to Servlets per se.
    Check that the Schema processor classes used by the servlet container, and your application are the same.
    Java does not have proper versioning of classes, I have seen many applications collapse. People compiled their code on developer machines, where it worked fine, but when moved to a production machine they failed because the production machine had a different version of classes. Usually the name of the class doesn't change, but either a method or a variable is missing in several classes. VM doesn't complain but simply crashes.
    In your Schema Processor classes that are used by the servlet engine might be different from the one that the app uses. Do a search on the file system to see how many copy of the same class bundle (zip, jar) you have on the system.

  • DOC BUG: Oracle Application Express Application Builder User's Guide 4.1

    Oracle® Application Express Application Builder User's Guide
    Release 4.1
    Part Number E21674-03
    +§ HTML Header and Body Attribute+, Table 8-4 has:
    >
    Attribute: Page HTML Body Attribute
    Description: Enter text or HTML you want to appear before the page template footer.
    >
    This is the description for the Footer Text property, correctly described in Table 8-5. Table 8-4 should have something like:
    >
    Attribute: Page HTML Body Attribute
    Description: Enter HTML attributes to be specified for the page <tt>body</tt> element by replacing the <tt>#ONLOAD#</tt> substitution string in the page template.

    Anthony
    Thanks for picking that up.
    If you hadn't already noticed it, could I bring the +{thread:id=2285521}+ thread to your attention? I've confirmed that finding and would appreciate an explanation.

  • BUG: Oracle Java Compiler bug with anonymous inner classes in constructor

    The following code compiles and runs just fine using 1.4.2_07, 1.5.0_07 and 1.6.0_beta2 when compiling and running from the command-line.
    It does not run when compiling from JDeveloper 10.1.3.36.73 (which uses the ojc.jar).
    When compiled from JDeveloper, the JRE (both the embedded one or the external 1.5.0_07 one) reports the following error:
    java.lang.VerifyError: (class: com/ids/arithmeticexpr/Scanner, method: <init> signature: (Ljava/io/Reader;)V) Expecting to find object/array on
    stack
    Here's the code:
    /** lexical analyzer for arithmetic expressions.
    Fixes the lookahead problem for TT_EOL.
    public class Scanner extends StreamTokenizer
    /** kludge: pushes an anonymous Reader which inserts
    a space after each newline.
    public Scanner( Reader r )
    super( new FilterReader( new BufferedReader( r ) )
    protected boolean addSpace; // kludge to add space after \n
    public int read() throws IOException
    int ch = addSpace ? ' ' : in.read();
    addSpace = ch == '\n';
    return ch;
    public static void main( String[] args )
    Scanner scanner = new Scanner( new StringReader("1+2") ); // !!!
    Removing the (implicit) reference to 'this' in the call to super() by passing an instance of a static inner class 'Kludge' instead of the anonymous subclass of FilterReader fixes the error. The code will then run even when compiled with ojc. There seems to be a bug in ojc concerning references to the partially constructed object (a bug which which is not present in the reference compilers.)
    -- Sebastian

    Thanks Sebastian, I filed a bug for OJC, and I'll look at the Javac bug. Either way, OJC should either give an error or create correct code.
    Keimpe Bronkhorst
    JDev Team

  • BUG: Oracle BPR Site Manager- Create New Oracle Database

    There is pop up while installing site manager which is blank when i try to create a new database for OBPA repository site manager. it pops up after choosing the password and the database folder. and as soon as i hit next button the pop up comes up which is blank ????
    any idea whats thjis pop up or error is all about ?
    Message was edited by:
    user623280
    Message was edited by:
    user623280

    Hi,
    i am not too sure if this will help you, but here is my guess.
    Before creating a database in BPA, you gotta execute a procedure (schema_aris_70.new_schema()) in the backend database, please check if you have done this.
    check out admininstration guide for more details.
    Regards
    Ashish

  • Major bugs in oracle 11g 11.1.0.7??

    Hii All,
    We are planning to upgrade to 11g currently we are using
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for Solaris: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
               Now we are planning to upgrade to version 11.1.0.7,but heard that it contains many bugs.And our DBA suggest us version 11.2.0.1.0 where all the bugs in the earlier release of 11g got fixed. Is it true?
    These links show that there are some bugs in 11.1.0.7
    http://nilesh-joshi.blogspot.com/2010/06/oracle-111070-bug.html
    http://mikerault.blogspot.com/2009/03/more-fun-with-oracle11g-11107.html
    1)Can any one brief the bugs in the version 11.1.0.7 ???
    2)Let me know whether are all those bugs got fixed in the version 11.2.0.1.0??
    Is this bug oracle 11g needs group by - why? fixed in 11gR2???
    Regards
    Raghu.

    Bottom line - you'll be lucky if you never run into a bug in any release.
    I'd always be hesitant to go with any x.1 release including 11.2.0.1.
    Bear in mind that you're probably not upgrading today but in a few months time.
    11.2.0.2 is available on Linux
    Use Metalink to identify any bugs in any specific feature or release you're interested.
    Doc Id 738538.1 - 11.1.0.7 Patch Set - Availability and Known Issues
    Doc Id - 880707.1 - 11.2.0.1 Base Release - Availability and Known Issues
    Doc ID 1179474.1 - Known issues specific to 11.2.0.2
    Doc ID 1178583.1 - Bugs fixed in the 11.2.0.2 Patch Set

  • Oracle BUG (CASE + remote tables + inline view)

    Oracle 9.2.0.8
    BUG: Oracle inserts NULL when we use CASE statement in the SELECT query and we join a remote table with inline view.
    Script:
    CREATE TABLE t1 (a number(19,4)OK.
    SELECT (case when b = 1 then c else d end)
    FROM t2@Remote LEFT JOIN
    (SELECT a FROM t3@Remote) q ON (t2.a = q.a)123
    456
    789
    3 rows selected.
    INSERT INTO TABLE t1 (a)
    SELECT (case when b = 1 then c else d end)
    FROM t2@Remote LEFT JOIN
    (SELECT a FROM t3@Remote) q ON (t2.a = q.a)3 rows inserted.
    SELECT * FROM t1<null>
    <null>
    <null>
    3 rows selected
    Oracle inserts the correct values if I:
    * replace the CASE with DECODE
    * join with table not with an inline view
    * join local tables
    Someone with registration in the Metalink can post the bug.
    Best regards, Beroetz

    Oracle 9.2.0.8
    BUG: Oracle inserts NULL when we use CASE statement in the SELECT query and we join a remote table with inline view.
    Script:
    CREATE TABLE t1 (a number(19,4)OK.
    SELECT (case when b = 1 then c else d end)
    FROM t2@Remote LEFT JOIN
    (SELECT a FROM t3@Remote) q ON (t2.a = q.a)123
    456
    789
    3 rows selected.
    INSERT INTO TABLE t1 (a)
    SELECT (case when b = 1 then c else d end)
    FROM t2@Remote LEFT JOIN
    (SELECT a FROM t3@Remote) q ON (t2.a = q.a)3 rows inserted.
    SELECT * FROM t1<null>
    <null>
    <null>
    3 rows selected
    Oracle inserts the correct values if I:
    * replace the CASE with DECODE
    * join with table not with an inline view
    * join local tables
    Someone with registration in the Metalink can post the bug.
    Best regards, Beroetz

  • Bug in Entity Framework: No rows returned with criteria.

    Bug: Oracle fails to return rows with lambda criteria on string field from varchar2 column in view.
    Steps to reproduce:
    Create view:
    CREATE OR REPLACE VIEW "PHILIP_TEST" ("ROWNUMBER", "DRIVER") AS
    SELECT
         ROWNUMBER,
         DECODE(DRIVER,CHR(2),NULL,DRIVER) DRIVER
    FROM FLIGHT
    WHERE SCHEDULEDDATE = TRUNC(SYSDATE);
    Rownumber is unique key (number), Driver is varchar2(7).
    Create C# console application in VS2010
    Add Entities Model and add view.
    Add this code to Main()
    var context = new Entities();
    // Test code start
    var allrows = context.PHILIP_TEST.Where(x => x.DRIVER != null).ToArray();
    Console.WriteLine(allrows.Count());
    // Select first driver as criteria
    var driver = allrows[0].DRIVER;
    Console.WriteLine(driver);
    // Test code end
    // This line fails to return any rows
    var result = context.PHILIP_TEST.Where(x => x.DRIVER == driver).ToArray();
    Console.WriteLine(result.Count());
    Console.ReadLine();
    Add some test data to flight.
    Run it!
    The expression with criteria x.DRIVER == driver should return at least 1 row. It doesnt.
    Running the following from SQL Developer returns records: Conclution the view is fine.
    SELECT * FROM PHILIP_TEST WHERE DRIVER = 'MJA'
    If definition of DRIVER column in view is changed from: "DECODE(DRIVER,CHR(2),NULL,DRIVER) DRIVER" to just "DRIVER", then code returns rows as expected.

    are you sure your two select statements can't be combined to one query with outer join?
    if the outer join is possible, after creating the query, it will have one group with all the fields/columns you selected.
    drag the columns you selected in the personal info, outside the group.
    this should enable you to have one query with two groups, a master (personal info) and a detail (monetary calculations).
    your first frame will have the master group as source, while for the second the detail. now, the "Value if Null" should work.
    if the outer join is not possible,
    create one query with only the personal info. in the group, create column formula to get the monetary columns (you may need to create place holders if selecting multiple columns)
    drag the columns you selected in the personal info, outside the group.
    this should enable you to have one query with two groups, a master (personal info) and a detail (monetary calculations, you CF_ and CP_ columns).
    your first frame will have the master group as source, while for the second the detail. now, the "Value if Null" should work in your CF_ and CP_ columns

  • Is this a bug? create view lost a comma and succeeded

    Is this a bug? create view lost a comma and succeeded.
    oracle 10.2.0.1.0
    try the following sql.
    create table test
    id int,
    dataa varchar2(20),
    datab varchar2(20)
    insert into test values(1,'a1','a2');
    insert into test values(2,'b1','b2');
    insert into test values(3,'c1','c2');
    create view vtest
    as
    select id,dataa
    datab
    from test;
    --it should be error but successed
    select * from vtest;
    --and dataa gone!
    drop view vtest;
    drop table test purge;

    No it's not a bug, Oracle will treat "datab" as alias to "dataa" if comma left out.
    Doesn't your view has two columns id and datab, but datab column showing dataa data?

  • Variable is changing.... Is this a bug?

    I am converting playpositions to labels to make it possible to jump from label to label.
    A variable is lost in the process. First it is 1 and then?
    The problem is in bold red below.
    I think it should work!
    Cannot see why not.......
    Please help me out?
    //array of labels
    var labels = ["wasmachine", "grond", "water", "gif", "erosie", "voedsel", "transport", "vervuiling", "energie", "chemicalien", "hennepStart", "hennepGroeit", "bodemverbeteraar", "weinigWater", "Hennep-voedsel", "hennep-energie", "hennep-zonder-vijanden", "hennep-nederland", "stexfibers"]
    var labelPositions =[]
    //fill array with positions of timeline
    for(var i = 0; i<labels.length ; i++)
      labelPositions.push(sym.getLabelPosition(labels[i]));
    sym.mobielSwipe = function(right)
            // working: gives "grond"
           console.log("finds array with content"+labels[1]);
            //working: gives both 19
           console.log("length array labels:" + labels.length +" length array positions:"+labelPosities.length);
           var targetLabel;
            //where is playhead now?
           var currentPosition= sym.getPosition();
           //finding in Array
           var placeInArray = labelPositions.indexOf(currentPosition);
           // finds 0 in array: is still working
           console.log("place in array is:"+placeInArray);
           //var for new place
           var newPlaceInArray;
           if(placeInArray>-1)
                if(right && placeInArray<labels.length-1)
                     newPlaceInArray = placeInArray + 1;
                      //still working... GIVES 1
                     console.log("swipe right and new place is: "+newPlaceInArray+" type is: "+ typeof newPlaceInArray);
                else if (placeInArray>0);
                newPlaceInArray = placeInArray-1;
           else
                newPlaceInArray = 0;
                sym.stop(labels[0]);
      targetLabel = labels[newPlaceInArray];
    //LOGS: in array is:undefined variabele is : -1
      console.log("in array is:"+targetLabel+" variabele is : "+nieuwePlekInArray);
    handwrited gives "grond"
      console.log("met de hand ingevuld:"+labels[1]);
    //most important action not working
      sym.stop(targetLabel);

    No it's not a bug, Oracle will treat "datab" as alias to "dataa" if comma left out.
    Doesn't your view has two columns id and datab, but datab column showing dataa data?

  • Oracle Critical Patch Update July 2009 for Oracle BEA Releases

    Hi All,
    Researching in metalink about CPU's for WLS 9.1 I found Oracle Support Note #835668.1. Table 9 of this document
    lists minimum product requirements for WebLogic server.
    According to this table WLS 9.1 should have a minimum version of 9.2MP3.
    I am confident that WLS 9.1 and WLS 9.2 are completely different WLS versions and there is no upgrade path from WLS 9.1 to WLS 9.2.
    Is this table misprinted or is it required to replace all WLS 9.1 installations with WLS 9.2 installations?
    What is this table trying to indicate?
    Please assist.
    It would be very helpful.
    Thanks.

    Oracle Critical Patch Update fix a list of bugs , oracle will release CPU in every three months interval.
    you need to click the link which oracle has sent.
    then choose your database version===then select the patch number===then on metalink download the patch
    with patch there is read me file which tell you how to apply the patch on the database.
    Thanks
    Regards,
    Taj

  • FRM-92101 Is this a bug ?

    I just created two data types on the db server 10g :
    CREATE OR REPLACE TYPE
    MY_1D_STRING_ARRAY AS VARRAY(10000) OF VARCHAR2(1000);
    and
    CREATE OR REPLACE TYPE
    MY_2D_STRING_ARRAY AS VARRAY(10000) OF MY_1D_STRING_ARRAY;
    In Oracle Forms 10g R2 trigger any attampt to initialize variable
    declare
    test my_2d_string_array := my_2d_string_array( my_1d_string_array('a', 'b'), my_1d_string_array('c', 'd'));
    causes FRM-9210.
    Java console details:
    oracle.forms.net.ConnectionException: Forms session <2> aborted: unable to communicate with runtime process.
         at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
         at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.StreamMessageWriter.run(Unknown Source)
    HELP!

    No it's not a bug, Oracle will treat "datab" as alias to "dataa" if comma left out.
    Doesn't your view has two columns id and datab, but datab column showing dataa data?

  • Oracle Critical Patch Update July 2009

    Dear Team,
    Oracle has sent us the following patch update
    Oracle Critical Patch Update July 2009
    Please help us to understand the need of applying the patch.
    Many thanks in advance
    Aj

    Oracle Critical Patch Update fix a list of bugs , oracle will release CPU in every three months interval.
    you need to click the link which oracle has sent.
    then choose your database version===then select the patch number===then on metalink download the patch
    with patch there is read me file which tell you how to apply the patch on the database.
    Thanks
    Regards,
    Taj

  • Oracle has not certified Hyperion products on virtualized servers

    Hyperion's official stance:
    Oracle has not certified Hyperion products on virtualized environments;
    I'm surprised that there are users in this forum who are using VMware instead of physical servers. If you run into a bug, Oracle tech support require you to replicate that bug in physical servers before they will help you.
    Also, consultants tell us that data has been known to be lost by virtual servers.
    Has anyone good results from running Planning and Essbase on VMware?

    Thats right I dont personally have access to Metalink2.
    I found a statement on Metalink3:
    Click the knowledge tab, go to Advanced Search, tick all sources and in the Doc ID field enter 588303.1. Hit Search!
    You get the following statement:
    Hyperion Essbase
    Goal
    Describe support for Oracle's Hyperion Products in virtualized environments.
    Solution
    Oracle has not certified Hyperion products on third-party virtualized environments; however, Oracle Support will assist customers running Oracle’s Hyperion products on third-party virtualized environments as follows:
    When a customer logs a previously unreported issue, Oracle Support may require the issue to be diagnosed in a non-virtualized environment when there is reason to believe that the virtual environment is a contributing factor. Oracle Support may refer customers to the third-part virtualization vendor for issues that can not be duplicated in non-virtualized environments.
    When a problem has been previously reported and a resolution is available, Oracle support will recommend the appropriate solution on the non-virtualized OS. If that solution does not work in the virtual environment, the customer will be referred to their virtualization software vendor for support. If the customer demonstrates that the Oracle solution does not work when running on a non-virtualized OS, Oracle will resume support, including logging a bug with Oracle Development for investigation if required.
    While Oracle’s Hyperion products are expected to function properly in virtual environments, there may be performance implications, which can invalidate Oracle’s typical sizing recommendations. An analysis should be performed within the context of the specific application to be hosted in the virtual environment to mitigate potential resource contention, as this can result in degradation of performance and scalability, particularly under peak load.
    For further information on support for Hyperion products running on Oracle VM, please see Note 466538.1 and Note 464754.1 in MetaLink2 (a href="https://metalink.oracle.com)
    Hope this helps.
    Seb

  • BPM Studio and 64bit OS (Win7)

    Hello,
    I'm experiencing problems with UI while running BPM Studio on 64bit OS (Win7 Ult).
    I know that installation file is for Win 32bit, but certification matrix says Vista x64 is supported (Win7 not, but dont see too big difference).
    Problems are with user interface - some stuff does not display, some does not refresh, cant import "easly" projects, etc...
    I've also tried to add '-d32' parameter in eclipse.ini or force running Java 32-bit (exclipe.exe -vm ...)
    Rgds,
    Waldemar Thiel
    ps. I wish to try avoid installing BPM Studio in Windows XP Mode...

    this seems to be related to eclipse-display driver issues. i've experienced this problem on a thinkpad x201. tried everything, even reinstall win7. this bug can be found in eclipse bugzilla and has been resolved in eclipse version higher than whats used in studio. i raised an sr in oracle metalink, but they did not even understand the problem - despite the links to eclipse bugzilla i sent to them. i got around by installing on a thinkpad t410, also win7/64 it's working there.
    solution for this bug: oracle update studio to higher eclipse version.
    Edited by: pbirri on Jan 7, 2012 4:04 PM
    Edited by: pbirri on Jan 7, 2012 4:06 PM

  • Regarding view on 10g instance

    Hi,
    I am using 10.2 version.
    what is the use of view v$OSSTAT?
    when i query this on my database not displaying out put just showing 0 rows selected.
    what is the use with this view? what to do if we need to get info. from this view?

    Hi,
    It makes some system call to get that value. In this way it depends on OS. And for some instances you get value and some you does not, is because of bugs Oracle has while retrieving the value. If you want to figure out for your system (OS and hardware), you can check metalink else post your Oracle version, Number of CPU, OS along with its exact version.
    Regards

Maybe you are looking for