oracle - When I insert data to the table from the file, it show the error on the second line -


i try insert values table:

insert bbg_dte_venueid_map (venue_id,dte_source_code, updt_logon_id) values ('bgc','1006','ops$dteprod')     insert bbg_dte_venueid_map (venue_id,dte_source_code, updt_logon_id) values ('btam','2013','ops$dteprod')     insert bbg_dte_venueid_map (venue_id,dte_source_code, updt_logon_id) values ('btam','1602','ops$dteprod')     insert bbg_dte_venueid_map (venue_id,dte_source_code, updt_logon_id) values ('btam','4000','ops$dteprod')     /     commit     /     

it shows me error on second line

error @ line 2:
ora-00933: sql command not ended

what can problem? load records file on unix sqlplus


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -