• 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

exp

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



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 check Stale statistics
  • Java web start(JWS) in R12
  • How to delete the archive logs in Oracle
  • How to generate sql monitor report in Oracle
  • How to find the long running (longops session) in Oracle

Copyright © 2023 : TechGoEasy

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