Hi All,
I am new to SingleStore.
I have been given a singlestore database by my customer. I am accessing the database through SQL workbench for now. customer has given me the credentials.
I need to replicate an oracle stored procedure in SingleStore. For that I am first creating the similar tables in SingleStore that already exist in Oracle and Stored procedure is using them.
There are some datatype differences between oracle and SingleStore that I have taken care already.
Now I have a problem. How do I transfer the data from oracle to SingleStore? I tried exporting data from oracle in a CSV file and importing the same in workbench. but this is taking a lot of time.
pls suggest other alternatives.
Thanks
Himanshu