الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Import Dmp From 11g To 10g

Featured Replies

بتاريخ:

يا جماعهبعد اذنكم انا سحبت dmp من على 11g و عايز انزله على 10g ممكن حد يقولى هل ينفع ام لا و الطريقة ازاى انا جربت اكتر من مرة و بيظهر error على cmd

تم تعديل بواسطة Ehab Ali Mohamed

بتاريخ:

uesd Data Pump Utility to export dump file from 11g to 10g

  ex:

expdp {user}/{passwd}  directory={datadp}  dumpfile=file.dmp logfile=file.log  schemas={users}  version=10.2.0.5.0

 

 

  • بعد 2 أسابيع...
بتاريخ:

ممكن تعمل exp لقاعدة البيانات الكبيره من نفس السيرفر اللي فيه ١١g وكمان تعمل ال Imp من نفس السيرفر اللي فيه قاعدة البيانات ١١g
وراح يزبط معاك.
يعني الexp و imp من نفس السيرفر اللي فيه 11g بس طبعا الimp يكون على قاعدة البيانات ١٠g ويكون سيرفر ١١g له خاصية الوصول ل ١٠g

بتاريخ:

السلام عليكم ورحمة الله وبركاتة

 

اخى الكريم برجاء اتباع الخطوات الاتية

on Oracle 11g database

SQL> create directory my_dir as 'D:\app\Administrator\admin\ORCL\dpdump';
Directory created.

SQL> grant read, write on directory my_dir to (user);
Grant succeeded.
$ expdp user/pass directory=my_dir dumpfile=user_04_08_2016.dmp  version=10.2

-------------------

 

on Oracle 10g database

SQL> create directory my_dir as 'D:\oracle\oracle\product\10.2.0\db_1\admin\orcl\dpdump';

Directory created.

SQL> grant read, write on directory my_dir to (user);

Grant succeeded.

$ impdp user/pass@ORCL directory=my_dir dumpfile=user_04_08_2016.dmp  remap_tablespace=REC_TBS:user

لا تنسي بعد عمل exp للدامب  من الداتا بيز 11 جي وضعه فى المسار الموضح  اعلاه للداتا بيز 10 جى

 

وتقبل تحياتى
 

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.