Easy does it:
Code:
CREATE TABLE TableB
AS
    SELECT ROWNUM TableB_pk, TableA.* FROM TableA;