当前位置:数据库 > Oracle >>

Oracle 11g导入导出表方法汇总

Oracle 11g导入导出表方法汇总
 
啥也甭说,上方法:
导出:  www.zzzyk.com  
 方一:1.先set oracle_sid.
            2.寻bin目录,我的是D:\>cd D:\app\Administrator\product\11.2.0\dbhome_1\BIN
            3.执行exp scott/root@jxgl21 file=D:\t.dmp tables=(S)//S为表名称
             或导出整个数据库exp scott/root@jxgl21 file=D:\t1.dmp full=yes
方二:利用PL/SQL Developer工具导出:菜单栏---->Tools---->Export Tables,再选择需要导出的表。
导入:执行 imp scott/root@jxgl21 file=d:\t.dmp  ignore=y
Oracle
MySQL
Access
SQLServer
DB2
Excel
SQLite
SYBASE
Postgres
如果你遇到数据库难题:
请访问www.zzzyk.com 试试
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,