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

خطأ يظهر عند عمل Exp من الداتابيس

Featured Replies

بتاريخ:

السلام عليكم...

اخواني احاول عمل Exp من قاعدة البيانات ( Oracle 8i ) ولكن يظهر لي الخطأ التالي...

مع العلم اني جربت الصيغ التالية لكن دون فائدة

exp

exp book/bk@orcl

exp book/bk@orcl file = c:\aaa.dmp

206bd279fe.JPG

بتاريخ:

الأخ / YMS_Design

يمكنك استخدام خاصية البحث بالمنتدى ...
اليك احدى المشاركات
استخدام وسيلتى التصدير والاستيراد للبيانات Exp, سلسلة بيت الحكمة - ملف شامل عن التصدير


اليك ايضا ...

اولا سنقوم بعمل EXPORT عن طريق المستخدم SYSTEM لل SCHEMA التي نريد التعامل معها وهي في هذا المثال SCOTT SCHEMA وونفذ الأمر التالي من COMMAND PROMPT :--

كود
exp SYSTEM/SYSTEM OWNER=SCOTT FILE=C:\SCOTTDATA

OWNER : وهو المستخدم الذي نريد نقل البيانات منه
FILE : مكان واسم الملف الذي سيتم التصدير فيه

وثانيا سنقوم بعمل IMPORT عن طريق المستخدم SYSTEM ايضا وونفذ الأمر التالي من COMMAND PROMPT :--

كود
imp SYSTEM/SYSTEM FILE=C:\SCOTTDATA FROMUSER=SCOTT TOUSER=ALI

FROMUSER : المستخدم الذي نقلنا بياناته في الخطوة السابقة وهو SCOTT في هذه الحالة .

TOUSER : المستخدم الذي سننقل له البيانات وهو في هذه الحالة ALI .

بتاريخ:
  • كاتب الموضوع

أخواني ساعدوني :)

بتاريخ:

http://www.csee.umbc.edu/help/oracle8/serv...2/ch01.htm#2615


Using Export


This section describes how to use the Export utility, including what you need to do before you begin exporting and how to invoke Export.
Before Using Export

To use Export, you must run the script CATEXP.SQL or CATALOG.SQL (which runs CATEXP.SQL) after the database has been created.

Note: The actual names of the script files depend on your operating system. The script file names and the method for running them are described in your Oracle operating system-specific documentation.

CATEXP.SQL or CATALOG.SQL needs to be run only once on a database. You do not need to run it again before you perform the export. The script performs the following tasks to prepare the database for Export:

* creates the necessary export views

* assigns all necessary privileges to the EXP_FULL_DATABASE role

* assigns EXP_FULL_DATABASE to the DBA role

Before you run Export, ensure that there is sufficient disk or tape storage space to write the export file. If there is not enough space, Export terminates with a write-failure error.

You can use table sizes to estimate the maximum space needed. Table sizes can be found in the USER_SEGMENTS view of the Oracle data dictionary. The following query displays disk usage for all tables:

select sum(bytes) from user_segments where segment_type='TABLE';

:)
  • بعد 10 شهور...
بتاريخ:

اخي كل ما عليك ان تكتب الاتي

exp userid=username/password file=path

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

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

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

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

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

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.