Hi Team,
I have a requirement in moving data from one source to another source. My source is Oracle view and destination is SQL table. I need to insert the record from source to destination using script in BODS not query transform.
I have written code below
sql("sql datastore name", "insert into sqltablename (col1,col2) select col1,col2 from oracledatastorename.schemaname.tablename");
I am getting error "oracledatastorename.schemaname.tablename doesn't exist".
could you please help me to resolve this issue or is there any other technique we can use in BODS but i don't want to use Query transform.
Thanks,
Sundaram