摘要:
oracle下导出某用户所有表的方法scott/tiger是用户名和密码,handson是导出的实例名² 按用户方式导出数据(owner当中写的是用户名)exp scott/tiger@handson file=scott_back owner=scott² 按表方式导出数据(talbes当中写的是全部表的名称)exp scott/tiger@handson tables=(emp, dept) file=scott_back_tab² 按表空间方式导出数据(tablespaces当中写的是表空间名称)exp system/handson@handson tabl 阅读全文
posted @ 2012-12-07 13:34 飞向半人马 阅读(428) 评论(0) 推荐(0)
浙公网安备 33010602011771号