I wrote a query to insert data to a oracle table in Oracle-SQL Developer.
when Executing SP following error comes. What is the reason?
I wrote a query to insert data to a oracle table in Oracle-SQL Developer.
when Executing SP following error comes. What is the reason?
every statement in sql & plsql should ends with semicolon ; which not exists in insert statement, commit and end commands in your code.