Problem when import a dump file to a database.

Hi.
I created the tablespace as following:
CREATE TABLESPACE BDS_L_DATA datafile '/local/target/oracle/data/orcl/l_data.dbf'
size 100M
autoextend on maxsize unlimited ;
I'm new to Oracle and trying to import a dump to a database and got this error.
Please help me to fix this problem:
IMP-00003: ORACLE error 1659 encountered
ORA-01659: unable to allocate MINEXTENTS beyond 48 in tablespace BDS_L_DATA
IMP-00017: following statement failed with ORACLE error 1659:
"CREATE TABLE "AUDIT_LOG" ("ACL_SYS_ID" NUMBER NOT NULL ENABLE, "ACL_CREATE_"
"TS" DATE NOT NULL ENABLE, "ACL_CREATE_UI" VARCHAR2(15) NOT NULL ENABLE, "AC"
"L_ACTION_CD" CHAR(1) NOT NULL ENABLE, "ACL_TABLE_NM" VARCHAR2(30) NOT NULL "
"ENABLE, "ACL_COLUMN_NM" VARCHAR2(30), "ACL_PRIMARY_KEY_TX" VARCHAR2(250), ""
"ACL_PRIMARY_KEY2_TX" VARCHAR2(250), "ACL_PRIMARY_KEY3_TX" VARCHAR2(250), "A"
"CL_PRIMARY_KEY4_TX" VARCHAR2(250), "ACL_PRIMARY_KEY5_TX" VARCHAR2(250), "AC"
"L_PRIMARY_KEY6_TX" VARCHAR2(250), "ACL_PRIMARY_KEY7_TX" VARCHAR2(250), "ACL"
"_PRIMARY_KEY8_TX" VARCHAR2(250), "ACL_PRIMARY_KEY9_TX" VARCHAR2(250), "ACL_"
"PRIMARY_KEY10_TX" VARCHAR2(250), "ACL_BEFORE_DATA_SNPSHT_TX" VARCHAR2(2000)"
", "ACL_AFTER_DATA_SNPSHT_TX" VARCHAR2(2000), "ACL_REQUEST_TS" DATE, "ACL_RE"
"QUESTOR_UI" VARCHAR2(15)) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 ST"
"ORAGE(INITIAL 52428800 FREELISTS 1 FREELIST GROUPS 1) TABLESPACE "BDS_L_DAT"
"A" LOGGING NOCOMPRESS"
Thanks

Thanks for the quick response. However, It wasn't what i asked.
I like to addfile to the tablespace as you said.
What's the command?
I did like this:
ALTER TABLESPACE BDS_L_DATA ADD datafile '/local/target/oracle/data/orcl/l_data1.dbf' size 4M AUTOEXTEND ON;
Still got error about tablespace:
IMP-00017: following statement failed with ORACLE error 1659:
"CREATE TABLE "DTC_INSTR_ACTVY" ("SEC_CUSIP_NO" VARCHAR2(9) NOT NULL ENABLE,"
" "DAC_ACCT_ID" VARCHAR2(12) NOT NULL ENABLE, "ACC_DEALER_ID" VARCHAR2(6) NO"
"T NULL ENABLE, "DIA_RECORD_DT" DATE NOT NULL ENABLE, "STY_SEC_TY_CD" VARCHA"
"R2(6) NOT NULL ENABLE, "DIA_ORIG_AVAIL_PAR_VL" NUMBER(17, 2) NOT NULL ENABL"
"E, "DIA_COLLAT_PAR_VL" NUMBER(17, 2) NOT NULL ENABLE, "DIA_PAY_PAR_VL" NUMB"
"ER(17, 2) NOT NULL ENABLE, "DIA_CREATE_TS" DATE NOT NULL ENABLE, "DIA_CREAT"
"E_UI" VARCHAR2(15) NOT NULL ENABLE, "DIA_UPDATE_TS" DATE, "DIA_UPDATE_UI" V"
"ARCHAR2(15), "DIA_SCHED_PAY_DT" DATE, "DIA_CALC_SHARE_QY" NUMBER(21, 6), "D"
"IA_INT_AM" NUMBER(17, 2), "DIA_INT_RT" NUMBER(14, 10), "DIA_PRINCIPAL_AM" N"
"UMBER(17, 2), "DIA_PRINCIPAL_RT" NUMBER(14, 10), "DIA_ACTION_CD" VARCHAR2(1"
"), "DIA_ACTVY_TY" VARCHAR2(3), "ACC_SOURCE_SYS_CD" VARCHAR2(3)) PCTFREE 10"
" PCTUSED 40 INITRANS 1 MAXTRANS 255 STORAGE(INITIAL 52428800 FREELISTS 1 FR"
"EELIST GROUPS 1) TABLESPACE "BDS_L_DATA" LOGGING NOCOMPRESS"
IMP-00003: ORACLE error 1659 encountered
ORA-01659: unable to allocate MINEXTENTS beyond 20 in tablespace BDS_L_DATA
And i got another error from the import job as well:
ORA-06564: object XTBL_DAT_DIR does not exist.
Anybody knows what the object XTBL_DAT_DIR is?

Similar Messages

  • I am getting an error ORA-39143 when importing a dump file

    I get ORA-39143: dump file "c:\oraload\expdat.dmp" may be an original export dump file
    when importing a dump file created by 9.2 exp into 10.2 database using impdp
    I need to use the impdp utility with the table_exists_action option which doesn't appear to exist in imp
    What is the proper mix of versions/flags/options to export from a 9.2 database and import into an existing 10.2 database while replacing existing data?
    thanks

    well its on the link i provided
    "When tables are manually created before data is imported, the CREATE TABLE statement in the export dump file will fail because the table already exists. To avoid this failure and continue loading data into the table, set the import parameter IGNORE=y. Otherwise, no data will be loaded into the table because of the table creation error."
    original import tries to append (insert)
    there is no parameter here like table_exists_action=truncate/replace
    1. drop all the tables (dynamic sql), so there will be no errors because of already existent tables
    or
    2. truncate all the tables (dynamic sql) + use IGNORE=Y
    (or
    3. drop the whole schema in target database, recreate it, then do the import)

  • Problem in importing a dump file

    i have got a dump file exported from one system. i try to import into my database (anotehr system) but an error exists
    SQL> imp sys/sys file='C:\INVSYS.DMP';
    SP2-0734: unknown command beginning "imp sys/sy..." - rest of line ignored.
    i dont have the log file.
    i tried to go to imp.exe file in the bin folder. but tht worked but the data does not exits in my database
    NT: im using oracle 9i. plz help
    Message was edited by:
    user525645

    this is the imp.exe file in the bin folder
    Import: Release 9.2.0.1.0 - Production on Thu Sep 7 20:21:11 2006
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Username: invsys/invsys
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Import file: EXPDAT.DMP > C:\invsys.dmp
    Enter insert buffer size (minimum is 8192) 30720>

  • Importing 9i dump file into 10g database

    Hello guys,
    i know that 9i import is incompatible with 10g datapump.I want to know how i can move the data from my production database(9i) to the new site(10g) without much hassle.
    I don't want to use upgrade because not all objects in 9i is needed in the new version of the application.I just want to export what i need from 9i to a dump file and then reimport it into 10g.
    Has imp/exp being deprecated in 10g??
    And i know i will get invalid objects,i hope recompilation would solve that.I will start the test next week.Just wanted to confirm.
    Thank you
    Charles

    I don't think Export/Import is deprecated in Oracle 10g but Datapump is mostly used in 10g.
    But if in 10g Exp/Imp is deprecated - Still you can have a Oracle 9i Client installation with Exp/Imp and then use imp and connect to a 10g database
    Thanks
    Shasik

  • Problem when importing a SQL file into Forms

    Hello friends at www.oracle.com ,
    I have a Forms program which has to open a SQL external file, read each SQL instruction into a variable, execute it and read the next one, as in the example (for illustration purposes) below.
    create table ...
    insert into log_table ...
    delete from table ...
    So, whenever Forms finds the slash, it will execute the instruction via FORMS_DDL built-in.
    The problem is that we have a SQL instruction that can't be executed via Forms. The reasons:
    - It is a SQL that creates a package body
    - The SQL that creates the package code is very big (more than 32 kb), and this leads to the problem below
    - The 32 kb SQL code is sent to a Forms variable, and a FORMS_DDL should execute it, but FORMS_DDL has a limitation: the maximum that FORMS_DDL can read is 32 kb
    - I can't find a way for me to break the package code into two or more codes because I cannot alter a package to add procedures or functions
    Could you please tell me what should I do? If the text above is not clear, please ask me more details.
    Best regards,

    Hello Francois,
    Why don't you run your SQL file with Sql*Plus ?sincere thanks for your answer.
    Your idea would be the ideal solution, but the package needs to be created via Forms only, for maintenance purposes. A Forms program needs to handle everything that comes from this SQL external file.
    Another way could be creating the package inside Forms, but the idea is to send all SQL instructions to an external file, for the same reason as above (that is, maintenance).
    Best regards,

  • "SP2-0734: unknown command..." error while importing a dump file

    hello,
    i want to import a dump file into my database named orcl, and i come accross the same error after executing the import command. my import command is:
    SQL> imp mvdemo/mvdemo file=mvdemo.dmp full=y ignore=y
    i use oracle 10g enterprise edition.
    i created the user mvdemo/mvdemo.
    the error i see in my screen is:
    SP2-0734: unknown command beginning "imp mvde..." - rest of line ignored.
    for a long period of time, i havent used oracle dbms. before, i remember that i used enterprise manager in import/export processes. however, i am not able to find the enterprise manager in 10g options now. do i have to install the enterprise manager seperately in oracle 10g enterprise edition? may this problem be relational with this matter?
    if someone could answer, i would be greatful.
    best regards

    Import is run from the command prompt, not the SQL prompt.

  • How To Import From Dump File

    Dear All
    How Are You ?
    I have a dump file i and i need to import this dump file in my database this dump file consist of the database structure
    So how can i import this dump file in my blank database
    Note:- I am using Database Oracle 10 g
    Ramez S. Sawires

    Hi,
    If you have original export dump file then you have to choice 1.using impdp through OEM. or using original imp utility.
    Regards
    Taj

  • Audio problem when importing video files.

    Hello everyone,
    I just started using FCP X a few days ago for a university project and I seem to encounter an audio problem when importing videos in .mp4, .mov format or via the import from camera option.
    Indeed I need to import videos in .mp4 and .mov format into FCP X. The import in itself is normal I can see my videos into the events/clips library and if I play them from the library I can hear the sound quite perfectly.
    However, when I want to edit my videos and put it in the timeline, there is no audio. As a result I started to think that my videos could be the problem so I tried the option "import from camera" option using the Isight camera of my macbook pro but the same things happened. I could hear the sound from the events/clips library but not from the timeline (I can't see any audiowaves in the timeline).
    I found a solution using quicktime and extracting the audio of the video in .m4a then importing the videos files and the audi files corresponding but it's a long process and a waste of time  as FCP X should be able to import the audio of my video into the timeline directly. Especially if it can read it from events/clips library.
    I hope I explained myself clearly and you could help me resolve my problem.
    Cheers
    Christophe
    PS: I'm using FCP X version 10.0

    Update to 10.0.5.
    You have an incorrect setting when you edit. Try trashing your preferences. Post screen shots of your timeline and toolbar.

  • Error while importing a dump file in Oracle 10g R1

    Hi all,
    While trying to import a schema using Data Dump, I am facing the following issue -
    UDI-00018 - Import utility version can not be more recent than the Data Dump server.
    Following is the version information of the source and target DB and the utilities :
    Source DB server : 10.1.0.2.0
    Export utility : 10.1.0.2.0
    Import utility : 10.1.0.2.0
    Target DB server : 10.1.0.2.0
    Export utility : 10.2.0.1.0
    Import utility : 10.2.0.1.0
    I can figure out the cause for the problem, but don't know how to resolve it.
    Any help will be appreciated.
    Thanks in advance.
    Gitika Khurana

    How did you get thre DMP file created and how are you trying to import the dump file? Could you post the commands you're using, please?

  • Is the prores file that FCPx creates when importing c300 .mxf files stable/quality enough to then copy to other drives for further use? Are there any quality disadvantages to doing that?

    Im wondering if I can directly copy the prores files fcpx creates when importing c300 .mxf files from the "original media" folder, reimport them for another project to and use them that way. Is there any problem with working that way? I'm doing this bc I want to have an organize finder structure for a client but cant break the c300 card structure to split clips on a card into different "scenes" to make it easier for them to understand what they're looking at. This is all to stay NLE nuetral--we like fcpx but they might want to edit somewhere else and more details in the finder level seems like the best solution? Suggestions on any of that? Thanks.

    Thanks for your response. Are you sure that FCPx is working with .mxf/c300 natively? I thought it was just a background sort of repackaging or transcode into prores that it does without you having a choice? And bc of that, for me, it's sort of a "back end" feeling file: I'm curious if it's bad to get into the package contents folder to copy it over? Not about copying prores in general-- specifically, is the prores created of c300 footage in fcpx more of a fcpx, high quality alias file? Maybe I'm just feeling a little uncomfortable grabbing things from the inside/finder level of fcpx.

  • IMovie and Final Cut Pro unexpectedly when importing 720p MPEG files

    I'm running iMovie/FinalCutPro on Yosemite. Every time I try and import a 720p MP4 with 60FPS both programs quit unexpectedly while generating the thumbnails. The files I am using have run/imported without any problems into Quicktime, VLC, Adobe Premiere and my brother's iMovie on his Macbook Pro machine.
    What I have done in no particular order:
    1. Cache/preferences cleaning
    2. Re-install iMovie
    3. Delete all codecs except AIC and AppleMPEG2
    4. Install codecs (Perian, divx, xvid)
    5. Delete Flash Player
    6. Repair permissions
    7. Repair hard drive in safe mode
    8. Delete iPhoto database, tinker with GarageBand
    9. I logged in as a guest user and the problem persists
    10. 540p MP4 with 30FPS and that had no problem importing into iMovie
    I believe I have isolated the issue to a quicktime engine that is either corrupted or defective that is causing both iMovie and Final Cut Pro to crash. I could use Adobe Premiere or another machine, but I prefer iMovie and would like it to work on my machine. The only solution I can think of is reinstalling the OS, but I really am against that.
    Let me know if you have any other ideas. Please see the Problem Report below:
    Process:               iMovie [3550]
    Path:                  /Applications/iMovie.app/Contents/MacOS/iMovie
    Identifier:            com.apple.iMovieApp
    Version:               10.0.6 (252905)
    Build Info:            iMovieX-25290005040000000~1
    App Item ID:           408981434
    App External ID:       715442672
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           iMovie [3550]
    User ID:               501
    Date/Time:             2015-01-26 17:56:15.282 -0800
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        B90C458B-6335-3BEA-C019-BC68810D9A4B
    Time Awake Since Boot: 2400 seconds
    Crashed Thread:        48  Dispatch queue: com.apple.flexo.cmmr
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000100
    VM Regions Near 0x100:
    -->
        __TEXT                 000000010538d000-00000001054f6000 [ 1444K] r-x/rwx SM=COW  /Applications/iMovie.app/Contents/MacOS/iMovie
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8e84f52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e84e69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff83ba5b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff83ba4fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff83ba4838 CFRunLoopRunSpecific + 296
    5   com.apple.HIToolbox           0x00007fff91e5243f RunCurrentEventLoopInMode + 235
    6   com.apple.HIToolbox           0x00007fff91e521ba ReceiveNextEventCommon + 431
    7   com.apple.HIToolbox           0x00007fff91e51ffb _BlockUntilNextEventMatchingListInModeWithFilter + 71
    8   com.apple.AppKit               0x00007fff8f9ec6d1 _DPSNextEvent + 964
    9   com.apple.AppKit               0x00007fff8f9ebe80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    10  com.apple.AppKit               0x00007fff8f9dfe23 -[NSApplication run] + 594
    11  com.apple.prokit               0x000000010582b555 NSProApplicationMain + 333
    12  com.apple.iMovieApp           0x000000010539652e main + 2062
    13  libdyld.dylib                 0x00007fff834715c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8e85522e kevent64 + 10
    1   libdispatch.dylib             0x00007fff9050ea6a _dispatch_mgr_thread + 52
    Thread 2:: com.apple.ProGL.object-deletion
    0   libsystem_kernel.dylib         0x00007fff8e854132 __psynch_cvwait + 10
    1   com.apple.progl.framework     0x0000000107b7bad3 (anonymous namespace)::threadFunc(void*) + 71
    2   com.apple.procore.framework   0x000000010564dcef PCThread::startup(void*) + 29
    3   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    4   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    5   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff8e84f52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e84e69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff83ba5b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff83ba4fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff83ba4838 CFRunLoopRunSpecific + 296
    5   com.apple.CoreFoundation       0x00007fff83c5aed1 CFRunLoopRun + 97
    6   com.apple.AOSKit               0x00007fff851633a0 -[AOSConfig listenForSystemEvents:] + 335
    7   com.apple.Foundation           0x00007fff87763b7a __NSThread__main__ + 1345
    8   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    9   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    10  libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8e84f52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e84e69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff83ba5b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff83ba4fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff83ba4838 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork           0x00007fff8a43dd20 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6   com.apple.Foundation           0x00007fff87763b7a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff8e8543f6 __select + 10
    1   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    2   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    3   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 6:: CVDisplayLink
    0   libsystem_kernel.dylib         0x00007fff8e854132 __psynch_cvwait + 10
    1   com.apple.CoreVideo           0x00007fff8e80cff8 CVDisplayLink::waitUntil(unsigned long long) + 240
    2   com.apple.CoreVideo           0x00007fff8e80c4b3 CVDisplayLink::runIOThread() + 511
    3   com.apple.CoreVideo           0x00007fff8e80c29b startIOThread(void*) + 147
    4   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 7:: CVDisplayLink
    0   libsystem_kernel.dylib         0x00007fff8e854132 __psynch_cvwait + 10
    1   com.apple.CoreVideo           0x00007fff8e80cff8 CVDisplayLink::waitUntil(unsigned long long) + 240
    2   com.apple.CoreVideo           0x00007fff8e80c4b3 CVDisplayLink::runIOThread() + 511
    3   com.apple.CoreVideo           0x00007fff8e80c29b startIOThread(void*) + 147
    4   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 8:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8e854132 __psynch_cvwait + 10
    1   com.apple.Foundation           0x00007fff87735400 -[NSCondition waitUntilDate:] + 343
    2   com.apple.Foundation           0x00007fff8772b2b8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    3   com.apple.proapps.MIO         0x0000000107640644 -[PluginLockPair scanPaths] + 180
    4   com.apple.Foundation           0x00007fff87763b7a __NSThread__main__ + 1345
    5   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 9:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8e854132 __psynch_cvwait + 10
    1   com.apple.Foundation           0x00007fff87735400 -[NSCondition waitUntilDate:] + 343
    2   com.apple.Foundation           0x00007fff8772b2b8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    3   com.apple.proapps.MIO         0x0000000107640644 -[PluginLockPair scanPaths] + 180
    4   com.apple.Foundation           0x00007fff87763b7a __NSThread__main__ + 1345
    5   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 10:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8e854132 __psynch_cvwait + 10
    1   com.apple.Foundation           0x00007fff87735400 -[NSCondition waitUntilDate:] + 343
    2   com.apple.Foundation           0x00007fff8772b2b8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    3   com.apple.proapps.MIO         0x0000000107640644 -[PluginLockPair scanPaths] + 180
    4   com.apple.Foundation           0x00007fff87763b7a __NSThread__main__ + 1345
    5   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 11:: com.apple.dvdplayback-DDPTask
    0   libsystem_kernel.dylib         0x00007fff8e84f56a semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin         0x0000000145e6a937 semaphore_wait(viona_semaphore_t*) + 39
    2   com.apple.AVCHDPlugin         0x0000000145e7616a WinPortServer::ProcessMessages() + 90
    3   com.apple.AVCHDPlugin         0x0000000145e26588 0x145dc4000 + 402824
    4   com.apple.AVCHDPlugin         0x0000000145e6af02 ST20Thread::Run(PThreadRunParams*) + 34
    5   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    Thread 12:: com.apple.helium-texture-finish
    0   libsystem_kernel.dylib         0x00007fff8e854132 __psynch_cvwait + 10
    1   com.apple.Helium.HeliumRender 0x00000001094a72ba TextureDeleteQueue::threadLoop() + 202
    2   com.apple.Helium.HeliumRender 0x00000001094a70ed textureFinishThread(void*) + 29
    3   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    4   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    5   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 13:: com.apple.helium.rq.gpu-ru0.vs0
    0   libsystem_kernel.dylib         0x00007fff8e854132 __psynch_cvwait + 10
    1   com.apple.Helium.HeliumRender 0x00000001094f55b3 HGSynchronizable::Wait() + 51
    2   com.apple.Helium.HeliumRender 0x000000010944ff03 HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 339
    3   com.apple.Helium.HeliumRender 0x00000001094466cb HGRenderExecUnit::RunLoop() + 795
    4   com.apple.Helium.HeliumRender 0x000000010944639e StartRenderExecUnitFunc(void*) + 14
    5   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 14:: com.apple.helium.rq.gpu-ru1.vs0
    0   libsystem_kernel.dylib         0x00007fff8e854132 __psynch_cvwait + 10
    1   com.apple.Helium.HeliumRender 0x00000001094f55b3 HGSynchronizable::Wait() + 51
    2   com.apple.Helium.HeliumRender 0x000000010944ff03 HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 339
    3   com.apple.Helium.HeliumRender 0x00000001094466cb HGRenderExecUnit::RunLoop() + 795
    4   com.apple.Helium.HeliumRender 0x000000010944639e StartRenderExecUnitFunc(void*) + 14
    5   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 15:: com.apple.helium.rq.gpu-cu2.vs0
    0   libsystem_kernel.dylib         0x00007fff8e854132 __psynch_cvwait + 10
    1   com.apple.Helium.HeliumRender 0x00000001094f55b3 HGSynchronizable::Wait() + 51
    2   com.apple.Helium.HeliumRender 0x000000010944ff03 HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 339
    3   com.apple.Helium.HeliumRender 0x00000001094466cb HGRenderExecUnit::RunLoop() + 795
    4   com.apple.Helium.HeliumRender 0x000000010944639e StartRenderExecUnitFunc(void*) + 14
    5   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 16:: com.apple.helium.rq.pbo-rbu0.vs0
    0   libsystem_kernel.dylib         0x00007fff8e854132 __psynch_cvwait + 10
    1   com.apple.Helium.HeliumRender 0x00000001094f55b3 HGSynchronizable::Wait() + 51
    2   com.apple.Helium.HeliumRender 0x0000000109452b90 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 80
    3   com.apple.Helium.HeliumRender 0x000000010944584a HGPBOReadbackExecUnit::RunLoop() + 170
    4   com.apple.Helium.HeliumRender 0x000000010944578e StartPBOExecUnitFunc(void*) + 14
    5   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 17:: com.apple.helium.rq.pbo-rbu1.vs0
    0   libsystem_kernel.dylib         0x00007fff8e854132 __psynch_cvwait + 10
    1   com.apple.Helium.HeliumRender 0x00000001094f55b3 HGSynchronizable::Wait() + 51
    2   com.apple.Helium.HeliumRender 0x0000000109452b90 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 80
    3   com.apple.Helium.HeliumRender 0x000000010944584a HGPBOReadbackExecUnit::RunLoop() + 170
    4   com.apple.Helium.HeliumRender 0x000000010944578e StartPBOExecUnitFunc(void*) + 14
    5   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 18:: com.apple.helium.rq.pbo-rbu2.vs0
    0   libsystem_kernel.dylib         0x00007fff8e854132 __psynch_cvwait + 10
    1   com.apple.Helium.HeliumRender 0x00000001094f55b3 HGSynchronizable::Wait() + 51
    2   com.apple.Helium.HeliumRender 0x0000000109452b90 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 80
    3   com.apple.Helium.HeliumRender 0x000000010944584a HGPBOReadbackExecUnit::RunLoop() + 170
    4   com.apple.Helium.HeliumRender 0x000000010944578e StartPBOExecUnitFunc(void*) + 14
    5   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 19:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8e854162 __psynch_mutexwait + 10
    1   com.apple.Helium.HeliumRender 0x00000001094bc641 hg_pthread_loop(void*) + 113
    2   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    3   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    4   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 20:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8e854162 __psynch_mutexwait + 10
    1   com.apple.Helium.HeliumRender 0x00000001094bc641 hg_pthread_loop(void*) + 113
    2   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    3   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    4   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 21:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8e854162 __psynch_mutexwait + 10
    1   com.apple.Helium.HeliumRender 0x00000001094bc641 hg_pthread_loop(void*) + 113
    2   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    3   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    4   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 22:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8e854162 __psynch_mutexwait + 10
    1   com.apple.Helium.HeliumRender 0x00000001094bc641 hg_pthread_loop(void*) + 113
    2   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    3   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    4   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 23:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8e854162 __psynch_mutexwait + 10
    1   com.apple.Helium.HeliumRender 0x00000001094bc641 hg_pthread_loop(void*) + 113
    2   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    3   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    4   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 24:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8e854162 __psynch_mutexwait + 10
    1   com.apple.Helium.HeliumRender 0x00000001094bc641 hg_pthread_loop(void*) + 113
    2   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    3   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    4   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 25:: com.apple.CoreAnimation.CAOpenGLLayer
    0   libsystem_kernel.dylib         0x00007fff8e84f52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e84e69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff83ba5b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff83ba4fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff83ba4838 CFRunLoopRunSpecific + 296
    5   com.apple.CoreFoundation       0x00007fff83c5aed1 CFRunLoopRun + 97
    6   com.apple.QuartzCore           0x00007fff890f3280 CAOpenGLLayer_render_thread(void*) + 162
    7   com.apple.QuartzCore           0x00007fff88fadc96 thread_fun + 25
    8   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    9   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    10  libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff8e84f52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e84e69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff83ba5b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff83ba4fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff83ba4838 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff8fb4f7a7 _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 27:: NetworkLoad
    0   libsystem_kernel.dylib         0x00007fff8e84f52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e84e69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff83ba5b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff83ba4fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff83ba4838 CFRunLoopRunSpecific + 296
    5   com.apple.GeoServices         0x00007fff8f875c3b _runNetworkThread + 445
    6   libsystem_pthread.dylib       0x00007fff87fad2fc _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff87fad279 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff87fab4b1 thread_start + 13
    Thread 28:: BGTask: FFThumbnailRequestManager  Dispatch queue: NSOperationQueue 0x618000a26ec0 :: NSOperation 0x6180001390a0 (QOS: USER_INITIATED)
    0   libsystem_kernel.dylib         0x00007fff8e84f56a semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00007fff90515b9c _dispatch_group_wait_slow + 218
    2   com.apple.Flexo               0x0000000106233e58 -[FFThumbnailRequestManager _backgroundTask:onTask:] + 3528
    3   com.apple.Flexo               0x00000001065b91fc FFApplicationHandleExceptionThatShouldNotBeIgnoredInBlock + 12
    4   com.apple.Flexo               0x0000000105d6f46d -[FFBackgroundTask main] + 333
    5   com.apple.Foundation           0x00007fff8770359c -[__NSOperationInternal _start:] + 653
    6   com.apple.Foundation           0x00007fff877031a3 __NSOQSchedule_f + 184
    7   libdispatch.dylib             0x00007fff9050bc13 _dispatch_client_callout + 8
    8   libdispatch.dylib             0x00007fff9050f365 _dispatch_queue_drain + 1100
    9   libdispatch.dylib             0x00007fff90510ecc _dispatch_queue_invoke + 202
    10  libdispatch.dylib             0x00007fff9050e6b7 _dispatch_root_queue_drain + 463
    11  libdispatch.dylib             0x00007fff9051cfe4 _dispatch_worker_thread3 + 91
    12  libsystem_pthread.dylib       0x00007fff87fad6cb _pthread_wqthread + 729
    13  libsystem_pthread.dylib       0x00007fff87fab4a1 start_wqthread + 13
    Thread 29:: BGTask: FFThumbnailRequestManager  Dispatch queue: NSOperationQueue 0x608000638e00 :: NSOperation 0x618000139280 (QOS: USER_INITIATED)
    0   libsystem_kernel.dylib         0x00007fff8e84f56a semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00007fff90512c55 _dispatch_semaphore_wait_slow + 213
    2   com.apple.Flexo               0x0000000106233c37 -[FFThumbnailRequestManager _backgroundTask:onTask:] + 2983
    3   com.apple.Flexo               0x00000001065b91fc FFApplicationHandleExceptionThatShouldNotBeIgnoredInBlock + 12
    4   com.apple.Flexo               0x0000000105d6f46d -[FFBackgroundTask main] + 333
    5   com.apple.Foundation           0x00007fff8770359c -[__NSOperationInternal _start:] + 653
    6   com.apple.Foundation           0x00007fff877031a3 __NSOQSchedule_f + 184
    7   libdispatch.dylib             0x00007fff9050bc13 _dispatch_client_callout + 8
    8   libdispatch.dylib             0x00007fff9050f365 _dispatch_queue_drain + 1100
    9   libdispatch.dylib             0x00007fff90510ecc _dispatch_queue_invoke + 202
    10  libdispatch.dylib             0x00007fff9050e6b7 _dispatch_root_queue_drain + 463
    11  libdispatch.dylib             0x00007fff9051cfe4 _dispatch_worker_thread3 + 91
    12  libsystem_pthread.dylib       0x00007fff87fad6cb _pthread_wqthread + 729
    13  libsystem_pthread.dylib       0x00007fff87fab4a1 start_wqthread + 13
    Thread 30:: BGTask: FFThumbnailGenerator  Dispatch queue: NSOperationQueue 0x618000a26cc0 :: NSOperation 0x61800035eb90 (QOS: USER_INITIATED)
    0   libsystem_kernel.dylib         0x00007fff8e854132 __psynch_cvwait + 10
    1   com.apple.Foundation           0x00007fff87761889 -[NSCondition wait] + 237
    2   com.apple.Flexo               0x00000001062270c2 __47-[FFThumbnailGenerator _backgroundTask:onTask:]_block_invoke + 194
    3   com.apple.Flexo               0x0000000106226a7a -[FFThumbnailGenerator _backgroundTask:onTask:] + 1642
    4   com.apple.Flexo               0x00000001065b91fc FFApplicationHandleExceptionThatShouldNotBeIgnoredInBlock + 12
    5   com.apple.Flexo               0x0000000105d6f46d -[FFBackgroundTask main] + 333
    6   com.apple.Foundation           0x00007fff8770359c -[__NSOperationInternal _start:] + 653
    7   com.apple.Foundation           0x00007fff877031a3 __NSOQSchedule_f + 184
    8   libdispatch.dylib             0x00007fff9050bc13 _dispatch_client_callout + 8
    9   libdispatch.dylib             0x00007fff9050f365 _dispatch_queue_drain + 1100
    10  libdispatch.dylib             0x00007fff90510ecc _dispatch_queue_invoke + 202
    11  libdispatch.dylib             0x00007fff9050e6b7 _dispatch_root_queue_drain + 463
    12  libdispatch.dylib             0x00007fff9051cfe4 _dispatch_worker_thread3 + 91
    13  libsystem_pthread.dylib       0x00007fff87fad6cb _pthread_wqthread + 729
    14  libsystem_pthread.dylib       0x00007fff87fab4a1 start_wqthread + 13
    Thread 31:: Dispatch queue: com.apple.root.default-qos
    0   libsystem_kernel.dylib         0x00007fff8e854132 __psynch_cvwait + 10
    1   com.apple.Foundation           0x00007fff87735400 -[NSCondition waitUntilDate:] + 343
    2   com.apple.Foundation           0x00007fff8772b2b8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    3   com.apple.Flexo               0x0000000105c5ef2d -[FFPrerollSync wait] + 45
    4   com.apple.Flexo               0x00000001065c8ef2 FFScheduledReadAudioFile::pullScheduledReadFrames(long long, long long, AudioBufferList*, bool*) + 882
    5   com.apple.Audio.provider       0x000000010e91857d FFStreamAudioScheduledReadFile_RenderCallback(void*, unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) + 61
    6   com.apple.Flexo               0x0000000105c02f8e FFAudioInputAdapter::RenderHelper(void*, unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) + 174
    7   com.apple.audio.units.Components 0x0000000139220522 AUMultiChannelMixerInputElement::PullMixerInput(unsigned int, unsigned int&, AudioTimeStamp const&, unsigned int, AudioBufferList*) + 198
    8   com.apple.audio.units.Components 0x000000013921fcb4 AUMultiChannelMixer::MixerCore::RenderInput(unsigned int, AudioTimeStamp const&, unsigned int) + 182
    9   com.apple.audio.units.Components 0x00000001392212d1 AUMultiChannelMixer::MixerCore::Mix(InputRenderOrderInfo const*, int, AudioTimeStamp const&, unsigned int) + 261
    10  com.apple.audio.units.Components 0x00000001392211a4 AUMultiChannelMixer::MixerCore::MasterMix(AudioTimeStamp const&, unsigned int) + 1462
    11  com.apple.audio.units.Components 0x00000001392209ff AUMultiChannelMixer::Render(unsigned int&, AudioTimeStamp const&, unsigned int) + 415
    12  com.apple.audio.units.Components 0x000000013907376e AUBase::DoRenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, AUOutputElement*, unsigned int, AudioBufferList&) + 166
    13  com.apple.audio.units.Components 0x0000000139071e5d AUBase::DoRender(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int, AudioBufferList&) + 505
    14  com.apple.audio.units.Components 0x0000000139126b2f AUMethodRender(void*, unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) + 46
    15  com.apple.audio.toolbox.AudioToolbox 0x00007fff8e2cd204 _AT_AudioUnitRender + 148
    16  com.apple.audio.units.Components 0x0000000139075d68 AUConverterBase::RenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 668
    17  com.apple.audio.units.Components 0x000000013907376e AUBase::DoRenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, AUOutputElement*, unsigned int, AudioBufferList&) + 166
    18  com.apple.audio.units.Components 0x0000000139071e5d AUBase::DoRender(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int, AudioBufferList&) + 505
    19  com.apple.audio.units.Components 0x0000000139126b2f AUMethodRender(void*, unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) + 46
    20  com.apple.audio.toolbox.AudioToolbox 0x00007fff8e2cd204 _AT_AudioUnitRender + 148
    21  com.apple.Flexo               0x0000000105c02f8e FFAudioInputAdapter::RenderHelper(void*, unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) + 174
    22  com.apple.Flexo               0x0000000105ce7c75 AUInputElement::PullInput(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 181
    23  com.apple.Flexo               0x0000000105ccf7d7 AUPassThrough::RenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 167
    24  com.apple.Flexo               0x0000000105ce6620 AUBase::DoRenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, AUOutputElement*, unsigned int, AudioBufferList&) + 224
    25  com.apple.Flexo               0x0000000105ce4414 AUBase::DoRender(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int, AudioBufferList&) + 500
    26  com.apple.Flexo               0x000000010660de6e AUMethodRender(void*, unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) + 46
    27  com.apple.audio.toolbox.AudioToolbox 0x00007fff8e2cd204 _AT_AudioUnitRender + 148
    28  com.apple.Flexo               0x0000000105ce7c95 AUInputElement::PullInput(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 213
    29  com.apple.Flexo               0x00000001068147b8 AUCallbackGainStage::Render(unsigned int&, AudioTimeStamp const&, unsigned int) + 168
    30  com.apple.Flexo               0x0000000105ce6620 AUBase::DoRenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, AUOutputElement*, unsigned int, AudioBufferList&) + 224
    31  com.apple.Flexo               0x0000000105ce4414 AUBase::DoRender(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int, AudioBufferList&) + 500
    32  com.apple.Flexo               0x000000010660de6e AUMethodRender(void*, unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) + 46
    33  com.apple.audio.toolbox.AudioToolbox 0x00007fff8e2cd204 _AT_AudioUnitRender + 148
    34  com.apple.Flexo               0x0000000105ce7c95 AUInputElement::PullInput(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 213
    35  com.apple.Flexo               0x0000000105ccf7d7 AUPassThrough::RenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 167
    36  com.apple.Flexo               0x0000000105ce6620 AUBase::DoRenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, AUOutputElement*, unsigned int, AudioBufferList&) + 224
    37  com.apple.Flexo               0x0000000105ce4414 AUBase::DoRender(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int, AudioBufferList&) + 500
    38  com.apple.Flexo               0x000000010660de6e AUMethodRender(void*, unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) + 46
    39  com.apple.audio.toolbox.AudioToolbox 0x00007fff8e2cd204 _AT_AudioUnitRender + 148
    40  com.apple.Flexo               0x0000000105ce7c95 AUInputElement::PullInput(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 213
    41  com.apple.Flexo               0x0000000105ccf7d7 AUPassThrough::RenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 167
    42  com.apple.Flexo               0x0000000105ccfdeb AUSequenceTime::RenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 331
    43  com.apple.Flexo               0x0000000105ce6620 AUBase::DoRenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, AUOutputElement*, unsigned int, AudioBufferList&) + 224
    44  com.apple.Flexo               0x0000000105ce4414 AUBase::DoRender(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int, AudioBufferList&) + 500
    45  com.apple.Flexo               0x000000010660de6e AUMethodRender(void*, unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) + 46
    46  com.apple.audio.toolbox.AudioToolbox 0x00007fff8e2cd204 _AT_AudioUnitRender + 148
    47  com.apple.audio.units.Components 0x0000000139075d68 AUConverterBase::RenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 668
    48  com.apple.audio.units.Components 0x000000013907376e AUBase::DoRenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, AUOutputElement*, unsigned int, AudioBufferList&) + 166
    49  com.apple.audio.units.Components 0x0000000139071e5d AUBase::DoRender(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int, AudioBufferList&) + 505
    50  com.apple.audio.units.Components 0x0000000139126b2f AUMethodRender(void*, unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) + 46
    51  com.apple.audio.toolbox.AudioToolbox 0x00007fff8e2cd204 _AT_AudioUnitRender + 148
    52  com.apple.Flexo               0x0000000105c02f8e FFAudioInputAdapter::RenderHelper(void*, unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) + 174
    53  com.apple.Flexo               0x0000000105ce7c75 AUInputElement::PullInput(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 181
    54  com.apple.Flexo               0x0000000105ce016d AUEffectBase::Render(unsigned int&, AudioTimeStamp const&, unsigned int) + 125
    55  com.apple.Flexo               0x0000000105ce6620 AUBase::DoRenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, AUOutputElement*, unsigned int, AudioBufferList&) + 224
    56  com.apple.Flexo               0x0000000105ce4414 AUBase::DoRender(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int, AudioBufferList&) + 500
    57  com.apple.Flexo               0x000000010660de6e AUMethodRender(void*, unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) + 46
    58  com.apple.audio.toolbox.AudioToolbox 0x00007fff8e2cd204 _AT_AudioUnitRender + 148
    59  com.apple.Flexo               0x0000000105ce7c95 AUInputElement::PullInput(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 213
    60  com.apple.Flexo               0x0000000105cdb690 AUSampleRateConverterWithTimeStamps::ConverterInput(unsigned int&, AudioBufferList*) + 272
    61  com.apple.audio.toolbox.AudioToolbox 0x00007fff8e2189a5 AudioConverterChain::CallInputProc(unsigned int) + 373
    62  com.apple.audio.toolbox.AudioToolbox 0x00007fff8e218729 AudioConverterChain::FillBufferFromInputProc(unsigned int*, CABufferList*) + 125
    63  com.apple.audio.toolbox.AudioToolbox 0x00007fff8e1f5133 BufferedAudioConverter::GetInputBytes(unsigned int, unsigned int&, CABufferList const*&) + 179
    64  com.apple.audio.toolbox.AudioToolbox 0x00007fff8e223915 Resampler2Wrapper::RenderOutput(CABufferList*, unsigned int, unsigned int&) + 239
    65  com.apple.audio.toolbox.AudioToolbox 0x00007fff8e1f4fd1 BufferedAudioConverter::FillBuffer(unsigned int&, AudioBufferList&, AudioStreamPacketDescription*) + 283
    66  com.apple.audio.toolbox.AudioToolbox 0x00007fff8e218547 AudioConverterChain::RenderOutput(CABufferList*, unsigned int, unsigned int&, AudioStreamPacketDescription*) + 99
    67  com.apple.audio.toolbox.AudioToolbox 0x00007fff8e1f4fd1 BufferedAudioConverter::FillBuffer(unsigned int&, AudioBufferList&, AudioStreamPacketDescription*) + 283
    68  com.apple.audio.toolbox.AudioToolbox 0x00007fff8e1d079f AudioConverterFillComplexBuffer + 287
    69  com.apple.Flexo               0x0000000105cdb8d1 AUSampleRateConverterWithTimeStamps::Render(unsigned int&, AudioTimeStamp const&, unsigned int) + 417
    70  com.apple.Flexo               0x0000000105ce6620 AUBase::DoRenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, AUOutputElement*, unsigned int, AudioBufferList&) + 224
    71  com.apple.Flexo               0x0000000105ce4414 AUBase::DoRender(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int, AudioBufferList&) + 500
    72  com.apple.Flexo               0x000000010660de6e AUMethodRender(void*, unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) + 46
    73  com.apple.audio.toolbox.AudioToolbox 0x00007fff8e2cd204 _AT_AudioUnitRender + 148
    74  com.apple.Flexo               0x0000000105ce7c95 AUInputElement::PullInput(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 213
    75  com.apple.Flexo               0x0000000105cd44e8 AUSimpleScoper::Render(unsigned int&, AudioTimeStamp const&, unsigned int) + 952
    76  com.apple.Flexo               0x0000000105cd14d2 AUSimpleScoper::RenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 146
    77  com.apple.Flexo               0x0000000105ce6620 AUBase::DoRenderBus(unsigned int&, AudioTimeStamp const&, unsigned int, AUOutputElement*, unsigned int, AudioBufferList&) + 224
    78  com.apple.Flexo               0x0000000105ce4414 AUBase::DoRender(unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int, AudioBufferList&) + 500
    79  com.apple.Flexo               0x000000010660de6e AUMethodRender(void*, unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) + 46
    80  com.apple.audio.toolbox.AudioToolbox 0x00007fff8e2cd204 _AT_AudioUnitRender + 148
    81  com.apple.Flexo               0x0000000105c02f8e FFAudioInputAdapter::RenderHelper(void*, unsigned int*, Audio

    I'm sorry my thread title is so bad. What I meant is "iMovie and Final Cut Pro quit unexpectedly when importing 720p MP4 files"
    Cheers

  • Aperture 3: problem when re-processing raw files to the latest converter

    After converting to Aperture 3, many of my Nikon D80 raw files are coming up with the message:
    "This photo was adjusted using an earlier version of Apple's RAW processing."
    Aperture 3 offers a "Reprocess" button next to the message. Every time I click it, the images gets messed up with a big spike in the highlight end of the green channel. Is this a bug? Anyone else seeing this?

    I faced the same problem when importing from my card reader. I chose to save the A3 library on a removable disk. The importing took ages to finish, and then all the pictures had a green color. It said that the pictures were processed using an earlier Apple Raw processor, and I had the Reprocess button. I did that and nothing changed.
    I restarted A3, and now my project has disappeared even though it is available on disk.
    I opened the original library on my MB hard disk and the photos showed fine.
    I'm going to retest this, by importing the pictures to the default A3 library, maybe it will then recognize my pictures and process them correctly.
    EDIT: when importing to the default Aperture Library (not the one on a separate drive), it's very fast, correct, and no problems. I'll guess I'll have to backup the old way...
    Message was edited by: ninofrewat

  • FK DELETE RULE problem when importing 8i SCHEMA on 10g

    Hi everyone,
    I´m having the following problem:
    When importing a SCHEMA dump from an 8i database to a 10g one, some foreign key´s delete rule are changed from 'no action' to 'set null' automatically, even though the whole SCHEMA was imported.
    Has anyone ever had the same problem?
    Thanks a lot,
    Bruno

    I did some more research and I think I was completely misunderstanding Oracle's implementation of delete rules. Now I believe that Oracle implements the "RESTRICT" option in SQL Developer Data Modeler as "No Action", which is the default option, hence why no DDL option is generated. However, it would still be nice if Data Modeler could detect this fact when comparing two models. What I mean it, if comparing an Oracle DB to a model, treat Restrict and No Action as the same, and thus don't attempt to re-generate the DDL for this "difference". For now, I'll just change the action on my models to No Action, and this should resolve the issue.

  • When importing an MXF file from a CF card, I can only get :30 of the original clip. What am I doing wrong?

    When importing MXF video file from a CF card to Final Cut 6, I can only import :30 of it. Why am I limited to :30 and how do I get the entire clip?

    That's the WRONG WAY!  You have to use Log and Transfer, like Michael says.  Here's A tutorial on how to deal with Tapeless in FCP
    <a href=http://library.creativecow.net/ross_shane/tapeless-workflow_fcp-7/1 target=_blank>Tapeless Workflow for FCP 7 Tutorial</a>
    BUT NOTE!  If this is MXF from a CANON camera...their new 305 camera...you not only need a plugin to get it to work (they either include it with the camera, or you have to go to the website... the Canon Log and Transfer plugin), it also might only work with FCP 7.  Because the camera is brand spankin new.  Try the plugin first...well, if this is from that Canon camera.

  • Error while importing a dump file in my local database

    Hi,
    I have a dump file named *"system_21Sep2010_DVSD.DMP"* which i'm trying to import in my local database named *"nandita1"*.
    The dump file is found under the following path *"C:\DevSuiteHome_1\BIN"* and i executed the following command for importing the dump file:
    C:\DevSuiteHome_1\BIN>imp system/system@nandita1 FILE=system_21Sep2010_DVSD.DMP FULL=YES
    I'm getting the following error while importing the dump file:
    Import: Release 10.1.0.4.2 - Production on Wed Oct 6 16:25:37 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V10.01.00 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    IMP-00015: following statement failed because the object already exists:
    "CREATE UNDO TABLESPACE "UNDOTBS1" BLOCKSIZE 8192 DATAFILE '/oradata_dev/DV"
    "SD/undotbs01.dbf' SIZE 104857600 AUTOEXTEND ON NEXT 5242880 MAXSIZE "
    "32767M EXTENT MANAGEMENT LOCAL "
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "SYSAUX" BLOCKSIZE 8192 DATAFILE '/oradata_dev/DVSD/sysa"
    "ux01.dbf' SIZE 367001600 AUTOEXTEND ON NEXT 10485760 MAXSIZE 32767M "
    "EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT SEGMENT SPACE MANA"
    "GEMENT AUTO"
    IMP-00015: following statement failed because the object already exists:
    "CREATE TEMPORARY TABLESPACE "TEMP" BLOCKSIZE 8192 TEMPFILE '/oradata_dev/D"
    "VSD/temp01.dbf' SIZE 20971520 AUTOEXTEND ON NEXT 655360 MAXSIZE 3276"
    "7M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 1048576"
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "USERS" BLOCKSIZE 8192 DATAFILE '/oradata_dev/DVSD/users"
    "01.dbf' SIZE 5242880 AUTOEXTEND ON NEXT 1310720 MAXSIZE 32767M EXTEN"
    "T MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT SEGMENT SPACE MANAGEMEN"
    "T AUTO"
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "XX_DATA" BLOCKSIZE 8192 DATAFILE '/oradata_dev/DVSD/XX_"
    "DATA01.dbf' SIZE 140509184 AUTOEXTEND ON NEXT 1048576 MAXSIZE 32767M"
    " EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT "
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "XX_INDEX" BLOCKSIZE 8192 DATAFILE '/oradata_dev/DVSD/XX"
    "_INDEX.dbf' SIZE 93323264 AUTOEXTEND ON NEXT 1048576 MAXSIZE 32767M "
    "EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT "
    IMP-00015: following statement failed because the object already exists:
    "CREATE PROFILE "MONITORING_PROFILE" LIMIT COMPOSITE_LIMIT DEFAULT SESSIONS_"
    "PER_USER DEFAULT CPU_PER_SESSION DEFAULT CPU_PER_CALL DEFAULT LOGICAL_READS"
    "_PER_SESSION DEFAULT LOGICAL_READS_PER_CALL DEFAULT IDLE_TIME DEFAULT CONNE"
    "CT_TIME DEFAULT PRIVATE_SGA DEFAULT FAILED_LOGIN_ATTEMPTS UNLIMITED PASSWOR"
    "D_LIFE_TIME DEFAULT PASSWORD_REUSE_TIME DEFAULT PASSWORD_REUSE_MAX DEFAULT "
    "PASSWORD_LOCK_TIME DEFAULT PASSWORD_GRACE_TIME DEFAULT"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "OUTLN" IDENTIFIED BY VALUES '4A3BA55E08595C81' TEMPORARY TABLE"
    "SPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "TSMSYS" IDENTIFIED BY VALUES '3DF26A8B17D0F29F' DEFAULT TABLES"
    "PACE "USERS" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "ANONYMOUS" IDENTIFIED BY VALUES 'anonymous' DEFAULT TABLESPACE"
    " "SYSAUX" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "OLAPSYS" IDENTIFIED BY VALUES '3FB8EF9DB538647C' DEFAULT TABLE"
    "SPACE "SYSAUX" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "MDDATA" IDENTIFIED BY VALUES 'DF02A496267DEE66' DEFAULT TABLES"
    "PACE "USERS" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "SYSMAN" IDENTIFIED BY VALUES '28F72A3C2D75FDE9' DEFAULT TABLES"
    "PACE "SYSAUX" TEMPORARY TABLESPACE "TEMP""
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "MGMT_VIEW" IDENTIFIED BY VALUES '442167C25FAC883C' TEMPORARY T"
    "ABLESPACE "TEMP""
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "SCOTT" IDENTIFIED BY VALUES 'F894844C34402B67' DEFAULT TABLESP"
    "ACE "USERS" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "BUXXDDWA" IDENTIFIED BY VALUES '2672292A792DB64B' DEFAULT TABL"
    "ESPACE "XX_DATA" TEMPORARY TABLESPACE "TEMP""
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "XXDDWA" IDENTIFIED BY VALUES 'F5C178B2796496F4' DEFAULT TABLES"
    "PACE "XX_INDEX" TEMPORARY TABLESPACE "TEMP""
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "BUXXDDWS" IDENTIFIED BY VALUES '06D47E0665132890' DEFAULT TABL"
    "ESPACE "XX_DATA" TEMPORARY TABLESPACE "TEMP""
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "BUXXSUC" IDENTIFIED BY VALUES '1705C688518ADCDC' DEFAULT TABLE"
    "SPACE "XX_DATA" TEMPORARY TABLESPACE "TEMP""
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "JIRAUSER" IDENTIFIED BY VALUES 'F0E1C662FCD1E09F' DEFAULT TABL"
    "ESPACE "XX_DATA" TEMPORARY TABLESPACE "TEMP""
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "XXSFA" IDENTIFIED BY VALUES 'C3DFA37A29E072B6' DEFAULT TABLESP"
    "ACE "XX_INDEX" TEMPORARY TABLESPACE "TEMP""
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "XXDDW" IDENTIFIED BY VALUES 'CFF3D9B1B6C20DCC' DEFAULT TABLESP"
    "ACE "XX_DATA" TEMPORARY TABLESPACE "TEMP""
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "XXDDWS" IDENTIFIED BY VALUES '9EF0EE1BAC5855C4' DEFAULT TABLES"
    "PACE "XX_DATA" TEMPORARY TABLESPACE "TEMP""
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "XXSUC" IDENTIFIED BY VALUES '39594B53A6F1CED0' DEFAULT TABLESP"
    "ACE "XX_INDEX" TEMPORARY TABLESPACE "TEMP""
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "SELECT_CATALOG_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "SELECT_CATALOG_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "EXECUTE_CATALOG_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "EXECUTE_CATALOG_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "DELETE_CATALOG_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "DELETE_CATALOG_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "RECOVERY_CATALOG_OWNER""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "RECOVERY_CATALOG_OWNER" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "GATHER_SYSTEM_STATISTICS""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "GATHER_SYSTEM_STATISTICS" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "LOGSTDBY_ADMINISTRATOR""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "LOGSTDBY_ADMINISTRATOR" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "AQ_ADMINISTRATOR_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "AQ_USER_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "AQ_USER_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "GLOBAL_AQ_USER_ROLE" IDENTIFIED GLOBALLY "
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "SCHEDULER_ADMIN""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "SCHEDULER_ADMIN" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "HS_ADMIN_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "HS_ADMIN_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "AUTHENTICATEDUSER""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "AUTHENTICATEDUSER" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "OEM_ADVISOR""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "OEM_ADVISOR" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "OEM_MONITOR""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "OEM_MONITOR" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "WM_ADMIN_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "WM_ADMIN_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "JAVAUSERPRIV""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "JAVAUSERPRIV" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "JAVAIDPRIV""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "JAVAIDPRIV" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "JAVASYSPRIV""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "JAVASYSPRIV" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "JAVADEBUGPRIV""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "JAVADEBUGPRIV" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "EJBCLIENT""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "EJBCLIENT" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "JAVA_ADMIN""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "JAVA_ADMIN" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "JAVA_DEPLOY""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "JAVA_DEPLOY" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "CTXAPP""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "CTXAPP" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "XDBADMIN""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "XDBADMIN" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "XDBWEBSERVICES""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "XDBWEBSERVICES" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "OLAP_DBA""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "OLAP_DBA" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "OLAP_USER""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "OLAP_USER" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "MGMT_USER""
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "MVIEW$_ADVSEQ_GENERIC" MINVALUE 1 MAXVALUE 4294967295 INCR"
    "EMENT BY 1 START WITH 1 CACHE 50 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "MVIEW$_ADVSEQ_ID" MINVALUE 1 MAXVALUE 4294967295 INCREMENT"
    " BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "LOGMNR_EVOLVE_SEQ$" MINVALUE 1 MAXVALUE 999999999999999999"
    "999999999 INCREMENT BY 1 START WITH 1 CACHE 20 ORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "LOGMNR_SEQ$" MINVALUE 1 MAXVALUE 9999999999999999999999999"
    "99 INCREMENT BY 1 START WITH 1 CACHE 20 ORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "LOGMNR_UIDS$" MINVALUE 1 MAXVALUE 999999999999999999999999"
    "999 INCREMENT BY 1 START WITH 100 CACHE 20 ORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_FLAVORS_S" MINVALUE -2147483647 MAXVALUE 214748364"
    "7 INCREMENT BY 1 START WITH 1 NOCACHE NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_FLAVOR_NAME_S" MINVALUE 1 MAXVALUE 999999999999999"
    "999999999999 INCREMENT BY 1 START WITH 1 NOCACHE NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_REPPROP_KEY" MINVALUE 1 MAXVALUE 99999999999999999"
    "9999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT_LOG_SEQUENCE" MINVALUE 1 MAXVALUE 99999999999999999"
    "9999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_REFRESH_TEMPLATES_S" MINVALUE 1 MAXVALUE 999999999"
    "999999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_USER_AUTHORIZATIONS_S" MINVALUE 1 MAXVALUE 9999999"
    "99999999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_TEMPLATE_REFGROUPS_S" MINVALUE 1 MAXVALUE 99999999"
    "9999999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_TEMPLATE_OBJECTS_S" MINVALUE 1 MAXVALUE 9999999999"
    "99999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_TEMPLATE_PARMS_S" MINVALUE 1 MAXVALUE 999999999999"
    "999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_USER_PARM_VALUES_S" MINVALUE 1 MAXVALUE 9999999999"
    "99999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_TEMPLATE_SITES_S" MINVALUE 1 MAXVALUE 999999999999"
    "999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_TEMP_OUTPUT_S" MINVALUE 1 MAXVALUE 999999999999999"
    "999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_RUNTIME_PARMS_S" MINVALUE 1 MAXVALUE 9999999999999"
    "99999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "TEMPLATE$_TARGETS_S" MINVALUE 1 MAXVALUE 99999999999999999"
    "9999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_EXCEPTIONS_S" MINVALUE 1 MAXVALUE 9999999999999999"
    "99999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    . importing OLAPSYS's objects into OLAPSYS
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "OLAP_ID_SEQ" MINVALUE 1 MAXVALUE 9999999999999999999999999"
    "99 INCREMENT BY 1 START WITH 122 NOCACHE NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "OLAP_IRID" MINVALUE 1 MAXVALUE 999999999999999999999999999"
    " INCREMENT BY 1 START WITH 24 NOCACHE ORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "CWM2_OLAP_ENABLESEQ" MINVALUE 1 MAXVALUE 9999 INCREMENT BY"
    " 1 START WITH 1 NOCACHE ORDER CYCLE"
    I've been waiting for hours, but still it is blocked at the same place, that is:
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "CWM2_OLAP_ENABLESEQ" MINVALUE 1 MAXVALUE 9999 INCREMENT BY"
    " 1 START WITH 1 NOCACHE ORDER CYCLE"
    I've tried recreating the database, but still the error is the same.
    I've tried including the ignore=Y, that is:
    C:\DevSuiteHome_1\BIN>imp system/system@nandita1 FILE=system_21Sep2010_DVSD.DMP
    FULL=YES IGNORE=YES
    The error generated is as displayed below:
    Import: Release 10.1.0.4.2 - Production on Wed Oct 6 16:34:04 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V10.01.00 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    . importing OLAPSYS's objects into OLAPSYS
    Over here also, i had to kill the process since it was blocked at the following statement: ". importing OLAPSYS's objects into OLAPSYS"
    Please can someone help me out.
    Thanking in advanced

    plzzzzzzzzzzzzzzzzz.............sme1 help me out

Maybe you are looking for

  • Prevent Identical Selection in Drop Down List in an Expanding Table

    Hi All, I have a 2x2 table in which the top row is a header row and the bottom row 'Row1'. Row1 Cell1 has two buttons in it, one to add a new Row1 using Javascript click instance script: this.parent.parent.instanceManager.addInstance() ...and one to

  • ITunes does not see my Remote app...

    Hello everyone! I'm trying to set up home sharing, and I feel like this is rocket science. It's been 2 hours and I still can't get it to work. I have the latest version of iTunes, the latest version of Remote app. I am using Windows 7, and my iOS is

  • How to setup a HA service for RAC?

    I have a RAC. It has 2 nodes: node1 and node2. I want to setup a service and make this service only based on node1 only node1 is damaged, then this service will failover to node2 I checked related knowledge at internet.  All the information is relate

  • Get FWM 00001 when SessionMgr do Logon()

    I was trying to open the report in CRS using OpenDocument when press the submit button. Unfortunately, an error was return [Transport error: Communication failure.(FWM 00001)] while the SessionMgr try to do Logon(). I have already checked the network

  • Jaxb unmarshal error due to iso-8859-15 character set

    I am currently attempting to use JAXB to handle XML unmarshaling. Is there a way to set the encoding used to unMarshall a message to iso-8859-15 as the messages coming in do not have an xml header with encoding specified?