Insert Into SP in Oracle Sql Developer

1.3k Views Asked by At

I wrote a query to insert data to a oracle table in Oracle-SQL Developer.

enter image description here

when Executing SP following error comes. What is the reason?

enter image description here

1

There are 1 best solutions below

0
On

every statement in sql & plsql should ends with semicolon ; which not exists in insert statement, commit and end commands in your code.