stored procedure to transfer data from a table in one database to a table in another database in ora
        Posted  
        
            by ranju
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ranju
        
        
        
        Published on 2009-10-26T02:51:35Z
        Indexed on 
            2010/04/19
            8:03 UTC
        
        
        Read the original article
        Hit count: 203
        
oracle9i
there are 2 databases A AND B. i want to transfer data from a table in A TO a table in B. i want to use cursor for this. the duplicate datas when transferring should go to a table called duplicat table. I want a stored procedure to do the above. first i need to connect database A with database B using db link. i want the complete stored procedure. can anyone help plzzzzzzzzzz...........
© Stack Overflow or respective owner