Oracle Message ORA-02440 - Create as select with referential constraints not allowed

ERRORCreate as select with referential constraints not allowed
CAUSEcreate table foo (... ref. con. ...) as select ...;
ACTIONCreate the table as select, then alter the table to add the constraints afterwards.