ora-02069: global_names parameter must be set to TRUE for this operation
I am trying to insert into a table with a database link. my select is from a database view. I get this error.
ora-02069: global_names parameter must be set to TRUE for this operation
when I create a table based on select * from view and try the insert again, it copies.
Is there something that I 'm missing when I try to insert from a view?
Thanks