简体   繁体   English

在 SQL DEVELOPER 中导出和导入,无需数据泵

[英]Export & Import in SQL DEVELOPER without datapump

I want to export below things from SQL developer 1-Only schema (tables structure) 2-Only data in excel form 3-Schema with data after exporting this i want to import the same to the another database So what steps should i follow for export and import?我想从 SQL 开发人员中导出以下内容 1-仅模式(表结构) 2-仅 excel 中的数据 3-模式与导出后的数据 我想将其导入另一个数据库 那么我应该按照哪些步骤导出和进口?

I can not use DATA PUMP as i don't have DBA privilege我不能使用 DATA PUMP,因为我没有 DBA 权限

As you use Oracle 11g, I'd suggest you to forget about SQL Developer and use the original EXP and IMP utilities.当您使用 Oracle 11g 时,我建议您忘记 SQL Developer 并使用原始EXPIMP实用程序。 Doing so, you'd avoid DBA-related-problems as these utilities don't require access to the directory (an Oracle object which points to (usually database server's) filesystem directory, and - in order to be able to use it - you'd need to have read/write privileges on it).这样做,您将避免与 DBA 相关的问题,因为这些实用程序不需要访问目录(Oracle object 指向(通常是数据库服务器的)文件系统目录,并且 - 为了能够使用它 - 您'd 需要对其具有读/写权限)。

So - if you don't already have these, install Oracle Client which contains EXP/IMP and use them.所以 - 如果您还没有这些,请安装包含 EXP/IMP 的 Oracle 客户端并使用它们。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM