Copying Oracle Schema

The topic describes how to copy an Oracle schema to another server or schema.

To copy an Oracle schema, you need to export it with help of the Schema Export Wizard. Once the schema is exported, you can start importing it to another server or schema using the Schema Import Wizard.

Exporting Oracle schema

To export an Oracle schema:

  1. In the Database menu, point to Export & Import, and then click Schema Export on the shortcut menu.
  2. On the General page, select a connection, a schema to export, and a filename for the export script. Click Next.
  3. On the Export Content page, select data to export. Click Next.
  4. On the Options page, set options for exporting a schema. Click Next.

Note

If you export a schema with the Include SET CURRENT SCHEMA option, then, in case you are importing it afterwards with the Schema field being set to other than **, the previously set Include SET CURRENT SCHEMA option will be ignored. If you enable Prefix object names with a schema name option, you will not be able to import the script to another schema.

  1. On the Errors Handling page, specify errors processing behavior and logging options. Click Export.

Importing Oracle schema

To import an Oracle schema:

  1. On the Database menu, point to Export & Import, and then click Schema Import on the shortcut menu.
  2. On the Schema Script File page, choose a connection, a schema to export, a filename for the export script, and an SQL file encoding.

Note

If you import a schema to the same server as it was exported from and the Schema field is set to ** in the Schema Import Wizard, make sure the empty schema with the same name exists on the sever. Otherwise, you can execute the following script to create it:

	CREATE USER schema_name IDENTIFIED BY pass;
	GRANT CONNECT TO schema_name;
	GRANT RESOURCE TO schema_name;
  1. Click Import.

Want to Find out More?

Overview

Overview

Take a quick tour to learn all about the key benefits delivered by dbForge Studio for Oracle.
All Features

All features

Get acquainted with the rich features and capabilities of the Studio in less than 5 minutes.
Request a demo

Request a demo

If you consider employing the Studio for your business, request a demo to see it in action.
Ready to start using dbForge Studio for Oracle?