import file doesn't seen to have a CREATE TABLE statement
I have exported a schema from oracle 11.2.0.3 database via export (data pump has been failing so I used export as a plan . Now I ran an import into another database (also 11.2.0.3) with show=Y only to see what is in that export file. What I noticed is that for couple of tables I see ALTER and CREATE INDEX and GRANT commands, but I don't see CREATE TABLE
When I grep my import logfile for that particular name I see something like this
"GRANT DELETE ON "TABLEXXX" TO "TABLETOAD""
"GRANT INSERT ON "TABLEXXX" TO "TABLETOAD""
"GRANT SELECT ON "TABLEXXX" TO "TABLETOAD""