DataPump - invalid dump file

I exported a diagram on a single server and copied the exported file and the log file in my personal system. Now, I'm trying to import this file. It returns an error... Please see the output below. Assistance in this regard is appreciated.


Hello

Export data from other systems
=====================================
Since the Sql command prompt
===============
C:\Documents and Settings\praveenk > sqlplus

SQL * more: Release 10.2.0.1.0 - Production on Fri May 13 09:54:33 2011

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Enter the user name: System
Enter the password:

Connected to:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production

SQL > drop directory SAMPLE_FILES_DIR;

Directory has fallen.

SQL > CREATE or REPLACE DIRECTORY SAMPLE_FILES_DIR as
SQL > "D:\oraclexe\oradata\";

Created directory.

SQL > grant read, write on directory SAMPLE_FILES_DIR to Rsint;

Grant succeeded.


From the command prompt
===================

C:\ > expdp rsint/rsint@xe patterns = directory Rsint = SAMPLE_FILES_DIR dumpfile = RSINT.dmp logfile = expdprsint.log

Export: Release 10.2.0.1.0 - Production on Friday, May 13, 2011 10:11:13

Copyright (c) 2003, 2005, Oracle. All rights reserved.

Connected to: Oracle Database 10 g Express Edition Release 10.2.0.1.0 - Production from "RSINT." "" SYS_EXPORT_SCHEMA_01 ": patterns of rsint/***@xe = rΘpertoire Rsint = SAMPLE_FILES_DIR dumpfile = RSINT.dmp logfile = expdprsint.log estimate in progress using BLOCKS method...
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA Total estimation using BLOCKS method: object type of treatment 1.375 MB SCHEMA_EXPORT/USER processing object type object type treatment SCHEMA_EXPORT/SYSTEM_GRANT-SCHEMA_EXPORT/ROLE_GRANT processing object type SCHEMA_EXPORT/DEFAULT_ROLE SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA processing object type
Object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE processing object type object type SCHEMA_EXPORT/TABLE/SCHOLARSHIP/OWNER_GRANT/OBJECT_GRANT SCHEMA_EXPORT/TABLE/TABLE processing treatment
Object type object type treatment SCHEMA_EXPORT/TABLE/INDEX/INDEX/SCHEMA_EXPORT/TABLE/CONSTRAINT treatment
Object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS of treatment
Object type SCHEMA_EXPORT/TABLE/COMMENT processing object type object type treatment SCHEMA_EXPORT/PROCEDURE/GRANT/OWNER_GRANT/OBJECT_GRANT/SCHEMA_EXPORT/PROCEDURE
Object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE processing
Object type SCHEMA_EXPORT/TABLE/TRIGGER processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS treatment
. . exported "RSINT." "' MAIL_TEMPLATE ' 8.625 2 KB
lines
. . exported "RSINT." "' BOUNCE_MAIL_PARAMS ' 8,617 KB 1
lines
. . exported "RSINT." "' BOUNCE_MAIL_SERVER ' 9,656 KB 4
lines
. . exported "RSINT." "' CIRCLE_INFO ' 11.08 6 KB
lines
. . exported "RSINT." "' GROUPINFO ' 7,328 KB 5
lines
. . exported "RSINT." "' GROUP_CIRCLES ' 5,304 KB 6
lines
. . exported "RSINT." "' GROUP_ROLES ' 5,710 KB 39
lines
. . exported "RSINT." "' LOGININFO ' 11.11 KB 10
lines
. . exported "RSINT." "' MAINMODULES ' 5,835 KB 4
lines
. . exported "RSINT." "' PDF_FILE_SEARCH_AUDIT ' 9,835 KB 130
lines
. . exported "RSINT." "' REPORT_MASTER ' 10.36 86 KB
lines
. . exported "RSINT." "' ROLESDUMP ' 7,546 KB 15
lines
. . exported "RSINT." "' SECURITY_PROFILE ' 10.18 KB 1
lines
. . exported "RSINT." "" USER GROUP "5,421 KB 14
lines
. . exported "RSINT." "' USERMANAGER_AUDIT ' 14,42 231 KB
lines
. . exported "RSINT." "' USERROLES ' 5,289 KB 4
lines
. . exported "RSINT." "' USER_CIRCLES ' 5,390 KB 12
lines
. . exported "RSINT." "" USER_TEMPLATES "5,351 KB 7
lines
. . exported "RSINT." "" GROUP_REPORTS "0 KB 0
lines
. . exported "RSINT." "" REPORT_MANAGER_AUDIT "0 KB 0
lines
. . exported "RSINT." "" TEMPLATE_DS "0 KB 0
lines
. . exported "RSINT." "" USERREPORTS "0 KB 0
lines
Table main "RSINT." "" SYS_EXPORT_SCHEMA_01 "properly load/unloaded
******************************************************************************
Empty set of files for RSINT. SYS_EXPORT_SCHEMA_01 is:
D:\ORACLEXE\ORADATA\RSINT. DMP
Job 'RSINT '. "" SYS_EXPORT_SCHEMA_01 "conducted at 10:12:41


/ * then I placed the log files and dump under folder "D:\Oracle10G\oradata\" of my system

Import the data into my system
================================

Since the SQl command prompt
===============
SQL > connect system/oracle;
Connected.
SQL > CREATE or REPLACE DIRECTORY SAMPLE_FILES_DIR as
'D:\Oracle10G\oradata\ ';

Created directory.

SQL > GRANT read, write on DIRECTORY SAMPLE_FILES_DIR FOR Rsint;

Grant succeeded.

From the command prompt
===================

C:\ > impdp rsint/rsint@orcl38 schemas directory Rsint = = SAMPLE_FILES_DIR
dumpfile = RSINT.dmp logfile = impdprsint.log

Import: Release 10.1.0.2.0 - Production on Friday, May 13, 2011 10:41

Copyright (c) 2003, Oracle. All rights reserved.

Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 -.
Production
With partitioning, OLAP and Data Mining options
ORA-39001: invalid argument value
ORA-39000: bad dump file specification
ORA-31619: invalid dump file 'D:\Oracle10G\oradata\RSINT.dmp '.


Please help me about ths

See the version of your exports and imports

Export:-C:\ > expdp rsint/rsint@xe patterns = directory Rsint = SAMPLE_FILES_DIR dumpfile = RSINT.dmp logfile = expdprsint.log

Export: Release 10.2.0.1.0 - Production on Friday, May 13, 2011 10:11:13

AND

Import:-C:\ > impdp rsint/rsint@orcl38 schemas directory Rsint = = SAMPLE_FILES_DIR
dumpfile = RSINT.dmp logfile = impdprsint.log

Import: Release 10.1.0.2.0 - Production on Friday, May 13, 2011 10:41

As refered to by Helios docs and try to use the version parameter when exporting

Tags: Database

Similar Questions

  • meet the ORA-39000: specification of the bad dump file when using datapump

    Hello
    I am using datapump to export a schema (Meta_data only). However, I would like to be named after the date and time of export taken the dump file.

    When I use the following command - the job runs perfectly.
    expdp system@*** dumpfile = expdp-'date' + %m %%d Y_ hour %M %s ".dmp logfile EXP_DP = directory = expdp-'date' + %m %%d Y_ hour %M %s".log SCHEMAS = MARTMGR CONTENT = METADATA_ONLY


    However, I want to run the export using a parfile. But if use below parfile, I encounter the following errors.

    UserID=System@***
    DIRECTORY = EXP_DP
    SCHEMAS = TEST
    dumpfile = expdp-'date' + %m %%d Y_ hour %M %s "
    LOGFILE = MARTMGR.log
    CONTENT = METADATA_ONLY

    expdp parfile = martmgr.par

    Connected to: Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production
    With the partitioning option
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-39157: Error adding the file extension "expdp-'date' + %m %%d Y_ hour %M %s".
    ORA-07225: sldext: translation error, impossible to expand file name.
    Additional information: 7217



    How do I add the date and time of the dumpfile when you use a parfile.

    Thank you
    Rohit

    You can do this in a script

    setenv cur_date 'date' + %m %y %d "

    then, when you give parameters

    dumpfile = dumpfile_$ cur_date.dmp

  • BSOD, klim6.sys, tdx.sys - dump file

    OS: Windows Vista Home Premium (32 bit)
    Cell phone brand / model: Acer Aspire 4930
    Processor: Intel Core 2 Duo 2 GHz
    RAM: 3 GB
    Anti Virus: Kaspersky AntiVirus 2009 (8.0.0.506)

    Problem: BSOD a few times (at random times) - pointing to tdx.sys problem

    Troubleshooting done so far:

    Follow-up http://support.microsoft.com/kb/315263 to use WinDBG to read crash dump files. The analysis of dump in WinDBG output is displayed under my immediate questions - thanks in advance! :

    1. is the problem because tdx.sys (legacy driver problem) or klim6.sys (Kaspersky)?
    2. If it is due to klim6.sys - should I uninstall Kaspersky?
    3. If it is due to tdx.sys - which of the following hotfix should I apply?
    (a) http://support.microsoft.com/default.aspx/kb/967891
    (b) http://support.microsoft.com/kb/934611
    4. the patch will present other bugs?

    Output of WinDBG Crash Dump Analysis:
    Debug version of Microsoft Windows (R) 6.11.0001.404 X 86
    Copyright (c) Microsoft Corporation. All rights reserved.

    Loading file Dump [c:\windows\minidump\Mini050209-01.dmp]
    The mini kernel dump file: only registers and the trace of the stack are available

    ATTENTION: Inaccessible path: "c:\windows\i386".
    Symbol search path is: srv * c:\symbols* http://msdl.microsoft.com/download/symbols
    Executable search path is: c:\windows\i386
    Windows Server 2008/Windows Vista Kernel Version 6001 (Service Pack 1) MP (2 processors) free x 86 compatible
    Product: WinNt, suite: TerminalServer personal TerminalServer
    By: 6001.18226.x86fre.vistasp1_gdr.090302 - 1506
    Computer name:
    Kernel base = 0x82c38000 PsLoadedModuleList = 0x82d4fc70
    The debugging session: 19:19:44.274 Saturday, may 2, 2009 (GMT + 8)
    System Uptime: 2 days 6:33:50.154
    Loading the kernel symbols
    ...............................................................
    ................................................................
    ...................................
    Loading user symbols
    Loading unloaded module list
    ........
    *******************************************************************************
    *                                                                             *
    * Bugcheck analysis *.
    *                                                                             *
    *******************************************************************************

    Use! analyze - v to obtain detailed debugging information.

    BugCheck D1, {38, 2, 1, 9230855d}

    Cannot load the image \SystemRoot\system32\DRIVERS\klim6.sys, 0n2 error Win32
    WARNING: Unable to verify timestamp for klim6.sys
    ERROR: Module load completed but symbols can be loaded for klim6.sys
    Probably caused by: tdx.sys (tdx! TdxSendConnectionTlRequestComplete + 59)

    Follow-up: MachineOwner
    ---------

    0: kd >! analyze - v
    *******************************************************************************
    *                                                                             *
    * Bugcheck analysis *.
    *                                                                             *
    *******************************************************************************

    DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
    An attempt was made to access an address pageable (or completely invalid) to a
    application interrupt level (IRQL) that is too high.  It is usually
    caused by drivers using a wrong address.
    If the kernel debugger is available, get a stack backtrace.
    Arguments:
    Arg1: 00000038, referenced memory
    Arg2: 00000002, IRQL
    Arg3: 00000001, value 0 = read operation, 1 = write operation
    Arg4: 9230855d, address which referenced memory

    Debugging information:
    ------------------

    WRITE_ADDRESS: GetPointerFromAddress: unable to read from 82d6f868
    Cannot read MiSystemVaType memory at 82d4f420
    00000038

    CURRENT_IRQL: 2

    FAULTING_IP:
    TDX! TdxSendConnectionTlRequestComplete + 59
    8701 xchg eax, dword ptr [ecx] 9230855d

    CUSTOMER_CRASH_COUNT: 1

    DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT

    BUGCHECK_STR: 0XD1

    Nom_processus: System

    TRAP_FRAME: 82d2d358-(.trap 0xffffffff82d2d358)
    ErrCode = 00000002
    EAX = 00000000 ebx = 92311d ecx 16 = 00000038 edx = 00000000 esi = 00000000 edi = 9 c 665760
    EIP = d 9230855 esp = 82d2d3cc ebp = 82d2d3dc iopl = 0 nv up ei pl zr pe nc
    CS = 0008 ss = 0010 ds = 0023're = 0023 fs = 0030 gs = 0000 efl = 00010246
    TDX! TdxSendConnectionTlRequestComplete + 0 x 59:
    9230855d 8701 xchg eax, dword ptr [ecx] ds:0023:00000038 is?
    Reset the default scope

    LAST_CONTROL_TRANSFER: from 9230855d to 82c92d24

    STACK_TEXT:
    82d2d358 badb0d00 d 9230855 82d2d37c 00000000 nt! KiTrap0E + 0x2ac
    82d2d3dc 92247d 84 021d0ac0 00000000 00000065 tdx! TdxSendConnectionTlRequestComplete + 0 x 59
    82d2d3fc 922455 has 7 9c7a80b0 9241b 598 d 922 4850 tcpip! TcpCompleteTcbSend + 0x2e
    82d2d454 92244f1b b 9241, 518 0063ba48 82d2d4b8 tcpip! TcpTcbReceive + 0 x 287
    82d2d4ac 92244d 14 9241b 518 00000000 and 00000000 tcpip! TcpMatchReceive + 0x1ec
    82d2d4f4 9241b 518 92245310 92425000 92425010 tcpip! TcpPreValidatedReceive + 0x2b0
    82d2d510 9241b 518 92245913 82d2d54c 92425000 tcpip! TcpReceive + 0x32
    82d2d520 9226ffef 82d2d534 c000023e 00000000 tcpip! TcpNlClientReceiveDatagrams + 0x12
    82d2d54c 9226fdb2 922c6e50 82d2d5a0 c000023e tcpip! IppDeliverListToProtocol + 0 x 49
    82d2d56c 9226fcd9 922c6c68 82d2d5a0 00000006 tcpip! IppProcessDeliverList + 0x2a
    82d2d5c4 9226f4cc 922c6c68 00000000 00000006 tcpip! IppReceiveHeaderBatch + 0x1eb
    82d2d654 9226dfc6 993fd270 82d1b401 00000000 tcpip! IpFlcReceivePackets + 0xbe1
    82d2d6d0 9226e50e 9c63ad70 ac5b46f0 00000000 tcpip! FlpReceiveNonPreValidatedNetBufferListChain + 0x6e3
    82d2d6f8 833520b 0 9c63ad70 ac5b46f0 00000000 tcpip! FlReceiveNetBufferListChain + 0 x 104
    82d2d72c 83344919 0063a9b8 ac5b46f0 00000000 ndis! ndisMIndicateNetBufferListsToOpen + 0xab
    82d2d754 83344890 00000000 9c64b240 9f7d4148 ndis! ndisIndicateSortedNetBufferLists + 0x4a
    82d2d8d0 8328557f 00000000 00000000 ndis 85f22438! ndisMDispatchReceiveNetBufferLists + 0 x 129
    82d2d8ec 832b0d88 85f22438 ac5b46f0 00000000 ndis! ndisMTopReceiveNetBufferLists + 0x2c
    82d2d908 832b0d5f 9c64bc10 ac5b46f0 00000000 ndis! ndisFilterIndicateReceiveNetBufferLists + 0x20
    82d2d924 92bca003 9c64bc10 ac5b46f0 00000000 ndis! NdisFIndicateReceiveNetBufferLists + 0x1b
    WARNING: Information not available stack unwind. Sequence of images may be wrong.
    00000000 00000000 00000000 00000000 00000000 klim6 + 0 x 2003

    STACK_COMMAND: kb

    FOLLOWUP_IP:
    TDX! TdxSendConnectionTlRequestComplete + 59
    8701 xchg eax, dword ptr [ecx] 9230855d

    SYMBOL_STACK_INDEX: 1

    SYMBOL_NAME: tdx! TdxSendConnectionTlRequestComplete + 59

    FOLLOWUP_NAME: MachineOwner

    MODULE_NAME: tdx

    Nom_image: tdx.sys

    DEBUG_FLR_IMAGE_TIMESTAMP: 479190ee

    FAILURE_BUCKET_ID: 0xD1_tdx! TdxSendConnectionTlRequestComplete + 59

    BUCKET_ID: 0xD1_tdx! TdxSendConnectionTlRequestComplete + 59

    Follow-up: MachineOwner
    ---------

    Hello Hanning,

    Windows allows to fix corrupt or missing files it finds. If the information of the installation CD is required to fix the problem, you may be asked to insert your Windows Vista CD. You can get the well-known files from your dvd to the BONE. Have you this? If this is not the case, try a system restore. If it does not always help let us know that you can download and ISO of here: http://neosmart.net/blog/2008/windows-vista-recovery-disc-download/ but the use of this software to burn your ISO. Link: http://download.cnet.com/Active-ISO-Burner/3000-2646_4-10602452.html?tag=mncol, let us know if this allows you to get your drive. Follow the instructions. Let us know whether, if that helps you. Make it a great day!

    "In the end, the love you take, is equal to the Love You Make"

  • HP EliteBook 8470p: need HP EliteBook Notebook PC Bios Dump file 16 MB 8470p

    Anyone have HP EliteBook Notebook PC Bios Dump file 16 MB 8470p?

    I got 1 of French Forum but when I reprogram the bios chip which, bios everything ok work and windows works very well, but when every time you start the laptop gives these errors

    1:

    warning machine not be State

    2:

    Council OOA product invalid information system
    Name of the product
    Configuration
    Serial number
    Product number

    Please share if anyone has the other suggestions or bios dump file?

    Now all Ok Guy

    Put in touch with Hp Support.

    they sent the files and the instructions, as they provide guidance and now everything is ok.

    Thank you all for Guide.

  • Some programs run very slowly, and when I get the dump file on these I get the following errors

    Some programs are running very slow on Windows 7, 64-bit, 12 GB of RAM.

    I opened the Task Manager, right-click on the program and generated a dump file.

    The dump file contains the following:

    Debug version of Microsoft Windows (R) 6.3.9600.17237
    Copyright (c) Microsoft Corporation. All rights reserved.

    Loading dump file [C:\Users\SOMEUSER\AppData\Local\Temp\javaw (3). DMP]
    User Mini with full memory dump file: only application data is available

    Symbol search path is: * invalid *.
    ****************************************************************************
    * Loading of the symbol may be unreliable without a symbol search path.           *
    * Use .symfix to get the debugger to choose a symbol path.                   *
    * After adjusting your path to symbols, use .reload to refresh the locations of symbols. *
    ****************************************************************************
    Executable search path is:
    Windows 7 Version 7601 (Service Pack 1) MP (6 procs) free x 64
    Product: WinNt, suite: SingleUserTS personal
    Computer name:
    The debugging session: Wed Sep 17 19:40:25.000 2014 (UTC - 07:00)
    System Uptime: 7 days 6:20:59.258
    Running time: 0 days 0:01:03.000
    ...................................................... WARNING: dnsapi overlaps dhcpcsvc6
    WARNING: dnsapi overlaps mdnsNSP
    . WARNING: winrnr overlaps NapiNSP
    .........
    .... WARNING: webio overlaps winhttp
    ......... WARNING: WindowsCodecs overlaps dwmapi
    . WARNING: apphelp overlaps dhcpcsvc
    ..........
    ERROR: The symbol file is not found.  Defaulted to export symbols ntdll.dll.

    Summary of the symbol load error *.
    Name of the module error
    ntdll the system cannot find the specified file

    You can solve most symbol related issues by turning the symbol loading diagnostics (! sym noisy) and repeating the command that caused the symbols to load.
    You should also check that your symbol search path (.sympath) is correct.
    ERROR: The symbol file is not found.  Defaulted to export symbols for wow64cpu.dll.
    wow64cpu! TurboDispatchJumpAddressEnd + 0x6c0:
    75162e09 c3 00000000' ret

    Could I get comments on what to do?

    I already run SFC, disc scanned with difficulty of order and downloaded a few quick fixes on this site without success.

    Thank you

    Veronica

    Hi Veronica,.

    Thanks for the reply.  Refer to the following link suggestions.

    To optimize Windows for better performance

    http://Windows.Microsoft.com/en-CA/Windows/optimize-Windows-better-performance#optimize-Windows-better-performance=Windows-7

    If you have another user account, please identify it and check the functionality. If you don't have a different user account, we will create a new user account.

    http://Windows.Microsoft.com/en-us/Windows7/create-a-user-account

    Try these steps and let us know the results.

  • ORA-39000 bad dump file specification

    Hi all

    I'm trying to exercise a windows scheduler job that will allow to create backup of my database every day once. So this is why I have created a batch file "PREPROD_BACKUP.bat", which contains data:

    off @echo

    setlocal EnableDelayedExpansion

    expdp PARFILE SYSTEM/Leosoft@XE = export_dump.par

    The export_dump.par file contains information:

    DIRECTORY = preprod_cron_jobs

    DUMPFILE = ratormonitor_! date: ~ 10, 4. Date: 6 ~, 2! ! Date: ~ 4, 2.! DMP

    LOGFILE = ratormonitor.log

    SCHEMAS = RATOR_MONITORING, RATOR_MONITORING_CONFIGURATION

    CONTENT = ALL

    When I try to run the "PREPROD_BACKUP.bat" I get error like 'ORA-39001:invalid argument value', ' ORA-39000 dump bad file specification ", ORA - 39087:directory name ratormonitor_! date is not valid. I try to create the dump with current datetimestamp file attached to the file for the name of the dump file should look like this "ratormonitor_2015.02.03.37.029062831", but we get an error.

    Looks like you're under Windows.

    This will not work:

    ! date: ~ 10, 4. Date: 6 ~, 2! ! Date: ~ 4, 2!

    If you use the following syntax:

    %Date:~10,4%%date:~6,2%.%D ate: ~ 4, 2%

  • Export and import of large dump files.

    Hi all

    I'm using Oracle 11 g R2, and I need to export and import a 150 GB of an environment dump file to another.

    What would be most effective to do this? (cut the dump file? etc..)

    Thanks a lot for your help.

    Chichi.

    If the environments are similar you might consider using the transportable tablespace option of datapump, export metadata and simply copy the actual data files, you meet the criteria for this.

  • IMPDP - how to import a dump file data including the dumpfiles Clustered.


    Hello

    Can someone suggest me how will import data from dumpfile using IMPDP, if the EXPDP has used several Dumpfiles clusters. ?

    I want to import a particular file will only, which will be possible?

    When I tried this way I was getting error.

    IMPDP USER/PWD@SID DIRECTORY is DUMPFILE DATA_PUMP_DIR = DUMPFILE01. DMP LOGFILE = IMPDP_DUMPFILE01. LOG SCHEMA = < NAME >

    ORA: 39002 INVALID OPERATION

    ORA: 39059 dump file set is incomplete

    ORA: 39246 cannot locate a master table in provided dumpfile breast.

    Note: The Exp was made in oracle 10g (10.2.0.4.0), I import the dump file in Oracle 11.2.0.1.0

    Please advise on this.

    Concerning

    Suresh

    This doesn't make much sense.  I guess you have several dumpfiles from an export order and you don't want to import 1.  How can you know what is in the dumpfile that you want to import?  Is the last thing that will do the job of data pump export the main table.  How do you know which file is in and then you're sure to import objects are in the same dumpfile.

    The answer is NO, this is not supported.  During the Data Pump import starts, it checks that all dumpfiles at time of export are included in the import job. If this is not the case, the job will fail.

    Dean

  • error when importing dump file

    Hi am error when you import the dump file
    C:\>impdp sms01/sms01
    
    Import: Release 11.2.0.1.0 - Production on Mon Jun 3 13:17:28 2013
    
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39006: internal error
    ORA-39068: invalid master table data in row with PROCESS_ORDER=-4
    ORA-01950: no privileges on tablespace 'USERS'
    
    ORA-39097: Data Pump job encountered unexpected error -1950

    DUMPFILE also happens to be an option for impdp. Probably not the best name for a directory object. That said, get rid of the semicolon at the end; Impdp is a command of the OS, not a SQL * Plus command.

  • ORA-00439: feature not enabled: Dump file during expdp Data Compression

    My version of the database is:
    SQL > select * from v version $;

    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11 g Release 11.2.0.1.0 - 64 bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    AMT for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

    SQL > show the compatible parameter

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    compatible string 11.2.0.0.0

    However when I tried to do this:
    Directory = data_pump_dir dumpfile = prod_schema.dmp patterns = expdp system has, b logfile = prod - schema.log compression = all >

    Export: Release 11.2.0.1.0 - Production Thu Jan 12 08:39:48 2012

    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Password:

    Connected to: Oracle Database 11 g Release 11.2.0.1.0 - 64 bit Production
    ORA-39002: invalid operation
    ORA-00439: feature not enabled: Dump file data Compression

    This is on linux.

    Thank you

    user569151 wrote:
    I see. So how can I made a dump of smaller export? right now it is about 30g.

    If you want only to save disk space, you can compress the dump file with an application of operating system when the dump is complete.

    Otherwise, you can check the exported data, if you can exclude all the data from the dump.

    ITI
    Johan

  • size of the dump file

    Hello
    10g R2 on AIX 6.1, I use the following EXPDP:
    expdp system@DB SCHEMAS=USER1 DIRECTORY=dpump_dir1 DUMPFILE=exp_USER  Logfile=log_expdpuser
    that translates into a 3 GB dump file. Y at - it an option to decrease the size of the dump file?

    I saw in the documentation:

    COMPRESSION =(METADATA_ONLY |) NONE)

    but it seems to me that COMPRESSION = METADATA_ONLY is already used, since this is the default COMPRESSION = NONE will not reduce the size

    Thank you.

    Thank you all.

    Even the datapump file 10g are tablet with high...
    Close the message. If the answer.

  • I have an invalid jpeg file that appear on my screen. He got there when I moved the files to a new folder. I can't get rid of it and it remains visible even when I'm on the internet or have opened another application.

    I have an invalid jpeg file that appear on my screen. He got there when I moved the files to a new folder. I can't get rid of it and it remains visible even when I'm on the internet or have opened another application. It interferes with the applications and documents. I tried to click on (nothing happens). I have the version 10.9.5, processor speed 2.7 GHz Intel core 15, 8 GB 1600 MHz DDR3 memory.

    Have you tried a re-boot?

  • Create the command line for the Dump file without having to install additional tools

    I should automate the creation of dump files. It must to be command line and without installing tools such as ProcDumpTechNet.Microsoft.com/Sysinternals/dd996900, minidump or similar. I think that it is not a solution but if someone can help me.

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • How can I free up space on my C drive without dumping files I need to power my computer? Windows XP 2002

    How can I free up space on my C drive without dumping files I need to power my computer? I have currently 40,4 GB used and I don't know how or what is out there that I don't need? I have a backup of system restore that takes a lot of space, but Im saying that I can not remove it by a pop-up box that says access denied even though I have since transferred it on my external backup hard drive. Can someone please help? Thank you

    {You can remove C:\{folder-name with lots of letters and numbers like this: 2b4892ncf73d63db37db37}------(these files are temporary and have been created by installers)
    C:\Temp
    C:\Documents and Settings\\temp
    C:\Documents andSettings\Temp Settings\
    C:\Documents and Settings\\Local Settings\Temporary Internet Files\ (all the folders inside this folder)

    To remove manually restore points, you will need to login to safe mode and change the permissions in the Security tab of the restore point. However, I do not recommend this.

    Read this article on how to remove safely restore points:
    http://support.Microsoft.com/kb/555367

    If your computer is slow too, I can check for you and let you know what you have running, you know not everything in the background with a newspaper.

    -Alex

  • Impossible to install SP3 for XP 64 bit don't keep saying updatebr.inf is invalid inf file

    Impossible to install SP3 for XP 64 bit don't keep saying updatebr.inf is invalid inf file

    There is no SP3 for Windows XP 64-bit.

Maybe you are looking for