Development Tools: How to use Expert mode of View Object and no generating inline view SQL

  • mrosero_ssasis / 400 / Thurs, 18 Jun 2009 08:35:00 GMT / Comments (0)
  • There is a way to tell Jdeveloper not generate inline view for queries that use Expert mode?

    I have a problem with inline views on Database that use 10.1.0.4.0 and a select that use decode and parameters from a table access by dblinks

    My selecct look like this
    ===========================================================
    SELECT * FROM (SELECT DISTINCT remotetableusingdblink.somecolumn DECODE (:0, 'SOMESTRING', somecolumn, NULL ) oficial_id, DECODE (:1, 'SO MESTRING2', NULL, somecolumn2 ) id_cluster, localtableonmyschema.cod_banca FROM remotetableusingdblink gruposcomerciales) QRSLT WHERE (cod_banca = :2 AND id_cluster = :3 AND oficial_id = :4) 

    ===========================================================
    This select give me no rows using inline view

    If i use the same select
    without inline view on my sqlplus work fine and give me rows, so i think maybe a bug of inline views and 10.1.0.4.0 or any other problem
    SELECT DISTINCT remotetableusingdblink.somecolumn DECODE (:0, 'SOMESTRING', somecolumn, NULL ) oficial_id, DECODE (:1, 'SOMESTRING2', NULL, somecolumn2 ) id_cluster, localtableonmyschema.cod_banca FROM remotetableusingdblink gruposcomerciales WHERE (cod_banca = :2 AND id_cluster = :3 AND oficial_id = :4) 


    Any Help on this
    Best Regards
  • Keywords:

    expert, mode, view, object, generating, inline, sql, tools

  • http://programming.itags.org/development-tools/60032/«« Last Thread - Next Thread »»
  • Development Tools Questions

    • Report viewer ?

      I have Java apps and my reports run on the server. I would like to launch them with my Java App. Doe...

      By louisaudet

    • Report v3 or V6 and Page Ordering

      I need to have Reports print two copies of a report UNCOLLATED. I can set the COPIES parameter to 2 ...

      By developer

    • Spatial IDE

      Hi, I have a reqirement on oracle spatial. The customer have a text file of spatial related data. I ...

      By jijumathew

    • report user parameter

      i have 2 user parameter p1 and p2 both are list of valuesp1 >>> select deptno from deptp2 >>> select...

      By rexdennis

    • CASE Issue

      Hi folks.I have a concern about the use of CASE statement inside reports. I can use it, writting it ...

      By aemsmeg, 2 Comments

    • case insensitve find mode query?

      Hi, Does anyone know how to use the query mode of the navigation bar, but have the query be case ins...

      By kenbromiley, 1 Comments

    • Report Validation - Parameter form

      How do I stop report from running (stay at parameter form), when invalid parameter is entered?Also h...

      By user516543, 5 Comments

    • Patch for Developer6i

      hi buddies...can any generous person send me the Developer-6i patch for database-10g on either of th...

      By kamranpathan, 1 Comments

    • Patch for developer6.0

      --Hello SanjayThe adress isftp://oracle-ftp.oracle.com/dev_tools/patchsets/dev2k/Win95NT/6.0HTHGnte...

      By developer, 1 Comments