I am using the CREATE TABLE AS SELECT statement in Oracle 11g to get data from SQL Server 2012 via a database link.
Oracle creates all these tables with non-nullable columns and that causes me problems later when I try to update them.
How can I prevent this behaviour in Oracle and make resulting columns nullable?