الانتقال إلى المحتوى
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.

استيراد وتصدير قاعدة البيانات

Featured Replies

بتاريخ:

السلام عليكم
اخواني الاحباء قمت بعمل برنامج للمبيعات واكملته، وقد انشأت جداول القاعدة في داخل مستخدم اسمه mis .

والان اريد ان انقل قاعدة البيانات هذه الى حاسبة اخرى.

كيف ممكن اعمل تصدير لجداول قاعدة بيانات المبيعات، كيف ممكن اصدر جداول هذا المستخدم واستوردها في الجهاز الثاني

بتاريخ:

hi
it is simple steps to do that
just create the specified tablespace and user you want in the new db
backup the user you want in the old db using export utility
exp username/password@old_db file='backup file path and name' log='log file path and name' statistics=none
then in new db
imp username,/password file='same backup path and name you edit in exp action ' log='log file path and name' ignore=y fromuser=username touser=username


then check grant and public synonyms and invalid objects rebuild it


$ export ORACLE_HOME="path of your old oracle home '
$ export ORACLE_SID=db1
$ cd /ORACLE_HOME/bin
$ exp scott/tiger@db1 file='/exp/scott.dmp' log='/exp/scott.log' statistics=none
$ export ORACLE_SID=db2
$export ORACLE_HOME='new oracle home db'
$cd /$ORACLE_HOME/bin
$imp scott/tiger@db2 file=/exp/scott.dmp log=/exp/scimp.log fromuser=scott touser=scott ignore=y

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

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

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

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

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

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.