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)
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)
I have Java apps and my reports run on the server. I would like to launch them with my Java App. Doe...
By louisaudet
I need to have Reports print two copies of a report UNCOLLATED. I can set the COPIES parameter to 2 ...
By developer
Hi, I have a reqirement on oracle spatial. The customer have a text file of spatial related data. I ...
By jijumathew
i have 2 user parameter p1 and p2 both are list of valuesp1 >>> select deptno from deptp2 >>> select...
By rexdennis
Hi folks.I have a concern about the use of CASE statement inside reports. I can use it, writting it ...
By aemsmeg, 2 Comments
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
How do I stop report from running (stay at parameter form), when invalid parameter is entered?Also h...
By user516543, 5 Comments
hi buddies...can any generous person send me the Developer-6i patch for database-10g on either of th...
By kamranpathan, 1 Comments
--Hello SanjayThe adress isftp://oracle-ftp.oracle.com/dev_tools/patchsets/dev2k/Win95NT/6.0HTHGnte...
By developer, 1 Comments