Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How do I INSERT HTML tag data using DML statements.?

SureshKumar.GMar 31 2022

Team,
I am getting the below error when inserting HTML tag in a column where it is VARCHAR2 type.
The DML scripts run as a script using .SQL file in SQL Prompt, which gives this error.
But in SQL DEVELOPER it works fine. Can you through some light on this.
Note: I have used SET DEFINE OFF; and other SET commands in the file, but still no luck.
SP2-0317: expected symbol name is missing
SP2-0042: unknown command "<head>" - rest of line ignored.

Regards
Suresh

Comments
Post Details
Added on Mar 31 2022
2 comments
1,092 views