Re: Insert blob data from one db to other db in oracle

2017-03-03 Thread Murthy Jn
No One don't no ? how to insert data from one table to another table using oracle? -- https://mail.python.org/mailman/listinfo/python-list

Re: Insert blob data from one db to other db in oracle

2017-02-28 Thread Murthy Jn
On Tuesday, February 28, 2017 at 6:30:54 PM UTC+5:30, Murthy Jn wrote: > I have the table structure in one db is number,photo,date,name. > the same structure is there in other database in other machine. > > I want to insert table1 data from db1 into table2 in db2 using python scrip

Insert blob data from one db to other db in oracle

2017-02-28 Thread Murthy Jn
I have the table structure in one db is number,photo,date,name. the same structure is there in other database in other machine. I want to insert table1 data from db1 into table2 in db2 using python script. Some one could please help me in this.. I have tried like below. for fetching rows db conn