|
Oracle Home |
|
Home > Oracle Database Administration (DBA) > 10g DB - New Features > Speed up the schema refresh over a DBlink with Data Pump (10g) |
|
Oracle Database 10g Administration (DBA): New Features |
|---|
Speed up the schema refresh over a DBlinkwith Data Pump (10g) |
|
1. Create a new user on the target database with DBA role granted
connected as sys run the following commands: CREATE USER DBA_TOOLS identified by <password>; grant DBA to DBA_TOOLS;
2. Create a DBlink in the new schema to point to the source schema
CREATE DATABASE LINK "db_LINK_NAME" connect to source_schema identified by password using 'DB_alias';
3. Create the procedure which will refresh the data
begin DBA_TOOLS.copy_schema(‘SOURCE_SCHEMA’,'DESTINATION_SCHEMA'); end; /
More information about this subject ( Speed up the schema refresh over a DBlink with Data Pump (10g) ) you can get from www.in-oracle.com
|
|
Home > Oracle Database Administration (DBA) > 10g DB - New Features > Speed up the schema refresh over a DBlink with Data Pump (10g) |
|
Different Romanian Links/ Linkuri romanesti diferite |
Disclaimer: The views expressed on this web site are my own and do not reflect the views of Oracle Corporation. You may use the information from this site only at your risk. Copyright (c) 2009-2011 Paul Catalin Tomoiu. All rights reserved.