Hi,
I am trying to insert the data , that I get from some session tracking program. I receive the filename and the sitename.

some times the filename comes as
'kid's play room','http://www.kidsplayroom.com'

How do it insert this data, as it is without changing the form.

When I try to insert this using my procedure,

proc_load('kid'splay room', 'http://www....');
I get an error,

Can anyone help me in loading this data as it is

I am using oracle 8.1.6
Badrinath