can oracle inline views be used across java statements instead of creating temporary table
        Posted  
        
            by prabhackar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by prabhackar
        
        
        
        Published on 2010-05-11T23:07:10Z
        Indexed on 
            2010/05/11
            23:14 UTC
        
        
        Read the original article
        Hit count: 312
        
i have a java program executing 3 separate sqls with a same inline view - it takes about 20 minutes each time to build the inline view when the sqls are executed - is there a way to cache or reuse it ? - trying to avoid temporary table solution because it needs to be delegated to a plsql since the java program does not have rights to create schema objects. ps: oracle 10g
© Stack Overflow or respective owner