I am trying to export data from oracle but i cant get the latest updates.I am newbie on oracle so don't get angry Is it a default time for export i mean like specific history(1 week before?) I created a table last week but i cant get this table in this export file. Also there are new values in these tables but i cant get this value too. I am using this code:
exp SYSTEM/password FILE=tables.dmp TABLES(sometable) GRANTS=y INDEXES=y log=exp.log