Oracle: inserting strings containing &
Having inserts with text fragments tends to be painfull because oracle sees many metacharacters (eg & < >).
But it is easy turned off:
set scan off;
Having inserts with text fragments tends to be painfull because oracle sees many metacharacters (eg & < >).
But it is easy turned off:
set scan off;