Insert Into SP in Oracle Sql Developer

1.2k 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 answers

0
Eng. Samer T On

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