why when I create a view I have the EDITABLE property by default?
By executing the CREATE OR REPLACE VIEW command I have the EDITIONABLE property by default on an oracle database and NOEDITIONABLE by default on another. Can you tell me how to have NOEDITIONABLE by default? THANKS
0