IMP-00013 Oracle Import Error IMP-00013 ייבוא אורקל שגיאה
When trying to import an export dump file that has been exported by a DBA, the following error occurs: כאשר מנסים לייבא לייצא קובץ dump כי כבר מיוצא על ידי DBA, את השגיאה הבאה:
IMP-00013: only a DBA can import a file exported by another DBA IMP-00013: רק DBA יכול לייבא קובץ מיוצא על ידי אחר DBA
The issue is because the privileges needed to import an export dump file generated by a database administrator do not exist. הבעיה היא כי את ההרשאות צריך לייבא קובץ ה-dump לייצא שנוצר על ידי מנהל מסד הנתונים אינם קיימים. Only a database administrator can import a export file dumped by another database administrator. רק מנהל באתר ניתן לייבא קובץ הייצוא זרק ידי מנהל מסד נתונים אחר.
There are several workarounds to solve the problems: ישנן מספר דרכים לעקיפת הבעיה כדי לפתור את הבעיות:
- Import the export file by using a user with database administrator privileges, with FROMUSER and TOUSER parameters. ייבוא של קובץ הייצוא באמצעות משתמש עם הרשאות מנהל מסד הנתונים, עם FROMUSER ופרמטרים TOUSER.
- Grant the sufficient privileges (ie. database administrator) to the user. גרנט מספיק הרשאות (כלומר, מנהל מסד הנתונים) למשתמש. To do this, use the SQL*Plus and issue command “Grant DBA to db_user;”. כדי לעשות זאת, להשתמש SQL * Plus ו הפקודה בעיה "גרנט DBA כדי db_user;". This can be done temporarily by revoking the privileges after the import. ניתן לעשות זאת באופן זמני על ידי ביטול הרשאות אחרי הייבוא.
- Re-export the dump file from a non-DBA user account. Re-לייצא את קובץ ה-dump מן non-DBA חשבון המשתמש.
IMPORTANT : The page is machine translated and provided "as is" without warranty. חשוב: הדף מכונת תירגם מתפרסם "כמות שהוא" ללא אחריות. Machine translation may be difficult to understand. תרגום מכונה יכול להיות קשה להבין. Please refer to נא עיין original English article המאמר המקורי באנגלית whenever possible. בכל הזדמנות אפשרית.
Related Articles מאמרים קשורים
- IMP-00016 Required Character Set Conversion Not Supported Error when Import to Oracle Database IMP-00016 תווים חובה הגדר המרות שגיאה לא נתמכות כאשר ייבוא כדי Oracle Database
- Oracle Database Import Error 3113/3114 Oracle Database ייבוא שגיאה 3113/3114
- Oracle EXP-00091 Error When Export Database אורקל EXP-00091 שגיאה בעת ייצוא מסד נתונים
- Oracle ORA-01658 Unable to Create INITIAL Extent for Segment in Tablespace Error אורקל ORA-01658 ניתן ליצור INITIAL היקף עבור קטע ב Tablespace שגיאה
- ORA-00942 Table or View Does Not Exist Oracle Error ORA-00942 או לוח האם לא הצג שגיאה אורקל Exist
- Create, Add or Split Oracle Database Partition Fails with ORA-14080 Error צור, הוספה או פיצול Oracle Database החלוקה נכשל עם שגיאה ORA-14080
- Grant Read Write (Full Control) Permissions on Registry Keys (Fix Cannot Import and Access Denied Error in RegEdit) גרנט כתוב קרא (שליטה מלאה) הרשאות על מפתחות רישום (תקן האם לא יבוא שגיאת 'הגישה נדחתה ב RegEdit)
- Oracle ORA-14074 Create or Add New Partition Fails Error אורקל ORA-14074 יצירת מחיצה חדשה או הוסף נכשל שגיאה
- ORA-25153 Temporary Tablespace is Empty Error in Oracle ORA-25153 זמניים Tablespace היא שגיאה ריק אורקל
- Oracle PL/SQL ORA-00947 Not Enough Values Error Oracle PL / SQL ORA-00947 לא מספיק ערכי שגיאה









































