PL/SQL (MOSC)

MOSC Banner

ORA-02070: database MYSQLREMOTE does not support in this context

edited Jan 17, 2019 2:33AM in PL/SQL (MOSC) 8 commentsAnswered

Dear all,

this simple sql also throw error.ORA-02070: database MYSQLREMOTE does not support  in this context

destination db is mysql and gateway is 12c.

ORA-02070: database MYSQLREMOTE does not support  in this context

Highlighted dated column give error in insert statement to remote db.

Could you please assist me how can insert this value.

EXECUTE IMMEDIATE   'insert into "UML_AUTOSALE_PRODUCT_MASTER"@mysqlremote("CUSTCODE","PRICE_LIST_ID","LONGNAME","SHORTNAME","UNIT","ITMACTIVE","TAXCODE" ,"DATECREATED","RSPAMOUNT","WEIGHTUOM","WEIGHT","USERID","POST_FLAG")         

   VALUES (''TUK'','''||prod_rec.list_header_id||''','''||prod_rec.description||''',

                        '''||prod_rec.segment1||''', '''||prod_rec.product_uom_code||''',

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center