• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Techgoeasy

Techgoeasy

Learn Oracle, PHP, HTML,CSS,Perl,UNIX shell scripts

  • Home
  • Oracle
    • Oracle database
    • Oracle Ebusiness Suite
    • Oracle weblogic
    • Oracle Performance Tuning
    • Oracle Hyperion
    • Oracle Cloud Tutorials
  • SQL
  • interview questions
  • Linux
  • PHP and HTML
  • Downloads
  • General

How to migrate the schema from one database to another database

How to migrate the schema from one database to another database using exp/imp

January 31, 2021 by techgoeasy Leave a Comment

Here ,I will give u Detailed steps for Schema Migration using exp/imp,pipe,gz between two databases How to migrate the schema from one database to another database The below steps need to be done on the Source Database Metadata about schema SQL> select owner,sum(bytes)/1024/1024 from dba_segments where owner in (‘EXAMPLE_SCH’) group by owner; SQL> select tablespace_name,sum(bytes)/1024/1024 […]

Filed Under: Oracle, Oracle Database Tagged With: exp, How to migrate the schema from one database to another database, imp

Primary Sidebar

Top Posts & Pages

  • Oracle Indexes and types of indexes in oracle with example
  • Top 30 Most Useful Concurrent Manager Queries
  • Top 46 Oracle ASM Interview Questions
  • Oracle dba interview questions and answers
  • 40 question you must know about R12.2



Subscribe to our mailing list

Enter your email address to subscribe to this blog and receive notifications of new posts by email

Recent Posts

  • How to resolve Network Error: Software Caused Connection Abort
  • How to convert private key to ppk
  • how to import schema in oracle using impdp
  • how to check PSU patch version in oracle
  • How to migrate the schema from one database to another database using exp/imp

Copyright © 2021 : TechGoEasy

  • Hire me
  • Privacy Policy
  • Contact Us
  • New? Start Here
  • About Us