Exporting data from oracle to file?
hi friends this is the command for exporting specified tables on oracle database. it is very useful command on oracle softwarewhere it is useful?
if you want to transfer data and that table structures then it is very useful to you
exp userid=username/password FILE=urname.dmp tables=table1,table2,table3................
here urname.dmp means it is dump file that contains all the details about that particular schema
here urname.dmp means it is dump file that contains all the details about that particular schema
No comments:
Post a Comment