Oracle Export Import method
rn Export table: exp scott / tiger @ mycon tables = (dept, emp) file = tab1.dmp Export users: exp system / manager @ mycon owner = scott file = usr1.dmp Export database: 1. Full export exp system / manager @ mycon full = y inctype = complete file = f ...
