upload excel data in oracle
-
hi all i m trying to upload large amount of data to oracle database.. through excel file... in .net.. is there any standard way to do that? cause it is taking too much time to upload data in oracle.
-
hi all i m trying to upload large amount of data to oracle database.. through excel file... in .net.. is there any standard way to do that? cause it is taking too much time to upload data in oracle.
Why are you using .NET in between this? You can directly import the excel in oracle itself which would be fast.
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group
-
Why are you using .NET in between this? You can directly import the excel in oracle itself which would be fast.
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group
can u pls give me detailed information on this? and during uploading i am validating the input data whether record already exists...etc. is it possible to validate data.... in the other direct way ...as u mentioned above..
-
can u pls give me detailed information on this? and during uploading i am validating the input data whether record already exists...etc. is it possible to validate data.... in the other direct way ...as u mentioned above..
I don't know much about ORACLE. But I know you can Import Excel into the ORACLE DB. Why can't you google about Importing Excel file in ORACLE?
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group
-
I don't know much about ORACLE. But I know you can Import Excel into the ORACLE DB. Why can't you google about Importing Excel file in ORACLE?
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group
anyways...thanx for the help..