Repl. Partioning BSO to ASO: increase of size of .dat file in temp-folder

Hello,
we are shifting data from a BSO Cube to an ASO cube via replicated partitioning. The partitioning takes about 50 minutes to execute.
Size of .dat in metadata-folder: 8 mb
Size of .dat in default-folder: 150 mb
Size of .dat in temp-folder: 38 gb
Does anyone have an explanation for the enormous size of the .dat file in temp-folder?
Many thanks in advance!
Michael

I am doing the same BSO to ASO. My ess00001.dat in default is 1.9GB, in metadata it is 8.2MB, the OTL file in <db> is 18MB and the outline has about 10,000 members (rough guess). Our partition replication script looks like this:
login <user> identified by <password> on <server>;
spool on to <logfile>;
refresh replicated partition <srcBSO_App>.<srcBSO_DB> to <tgtASO_App>.<tgtASO_db> at <server> updated data;
Exit;
I have a second process running in a task scheduler that is continuously updating the aggregates in the ASO cube. Perhaps that is cleaning out my temp .dat. The MaxL command it calls is:
execute aggregate selection on database <tgtASO_App>.<tgtASO_db> based on query_data;
Please check out the post I put on the other thread about how we run MaxL from a calc script and other thoughts on "round tripping" Planning-ASO-Planning. Another trick: Retrieve speed is dramatically improved by disabling and working around the @XREFs.

Similar Messages

  • How to increase page size for balance file upload in Workspace.

    Hi All,
    Please suggest how to increase page size for balance file upload in shared Workspace pages.
    Thanks,

    A word of caution is in order regarding changing from facing to non-facing and back again. If you have overridden master page items, you'll get a second, non-overridden copy on all the even-number pages when that half of the master page is re-applied. This applies to master text frames which override automatically when text flows into them as well as to objects you manually override. I think you'll find this particular technique also only works for master text frames, whereas the Layout Adjustment should work in all situations where frames snap to guides.

  • CAP2 Increase the size of cap files

    Why the new version increase de size of captivate file in 100
    mb? (*.cp (1)
    = 23 mb / *.cp (2) = 128 mb
    I unmarked the options: Publish Adobe...metadata and 508
    compliance.
    Thanks
    [ ]'s
    Renato

    Thanks a lot.
    [ ]'s
    Renato
    "CatBandit" <[email protected]> escreveu na mensagem
    news:ehjeq5$19g$[email protected]..
    > Yes, Renato, there is a way to recognize the unused
    files.
    (1)
    > With
    > any slide open in "EDIT" mode, click the View menu, and
    select "Show
    > Library"
    > (if it isn't already displayed).
    (2) Look at the Library column
    > (you
    > might have to scroll horizontally) and find the "USE
    COUNT" column. The
    > numbers displayed are how many time that item is used in
    the project.
    >
    > Hope this helps.
    > .
    >

  • How do I increase the length in data file

    I have been getting this error, can anyone tell me why I'm getting the error below and help me fix the the error( increase the length of data file.
    This is my Control file
    LOAD DATA
    INFILE Job.dat
    APPEND INTO TABLE job
    FIELDS TERMINATED BY x'09'
    (PositionID, jobID, title, code, family)
    This is my data in my data file
    PositionID JobID Title Code family
    50003490 1 NULL 001610 NULL
    50004865 1 NULL 001615 NULL
    ERROR
    SQL*Loader: Release 10.2.0.1.0 - Production on Fri Jul 13 10:17:33 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Control File: Position1.ctl
    Data File: Job.dat
    Bad File: Job.bad
    Discard File: none specified
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array: 64 rows, maximum of 256000 bytes
    Continuation: none specified
    Path used: Conventional
    Table JOB, loaded from every logical record.
    Insert option in effect for this table: APPEND
    Column Name Position Len Term Encl Datatype
    POSITIONID FIRST * WHT CHARACTER
    JOBID NEXT * WHT CHARACTER
    TITLE NEXT * WHT CHARACTER
    CODE NEXT * WHT CHARACTER
    FAMILY NEXT * WHT CHARACTER
    Record 1: Rejected - Error on table JOB, column POSITIONID.
    Field in data file exceeds maximum length
    Record 2: Rejected - Error on table JOB, column POSITIONID.
    Field in data file exceeds maximum length
    Record 3: Rejected - Error on table JOB, column POSITIONID.
    Field in data file exceeds maximum length
    Record 4: Rejected - Error on table JOB, column POSITIONID.

    this is the structure of my table
    create table job (PositionID number(20) not null,
    jobID number(20) not null, title nvarchar2(255), code nvarchar2(255), family nvarchar2(255),
    constraint job primary key (PositionID, jobID))
    organization index
    Tablespace Position
    pctthreshold 20
    overflow tablespace users;
    comment on table job is 'This table defines the job(s) associated with the position. There can be multiple jobs allowed although the preferred business rule is for one job per position.';
    alter table job add constraint FKjob373174 foreign key (PositionID) references Position;

  • Online Increasing the Size of Ext3 File System (no lvm)

    Using Suse linux entreprise Server SP1
    Using multpath disks
    using a ext3 file system mounted on a partition
    How to increase the size of f Ext3 (no lvm) online without umounting the File system ?
    a use

    On 20/02/2012 10:56, smain09 wrote:
    > Using Suse linux entreprise Server SP1
    > Using multpath disks
    > using a ext3 file system mounted on a partition
    > How to increase the size of f Ext3 (no lvm) online without umounting
    > the File system ?
    > a use
    This forum is for queries relating to Novell's Storage Manager product[1].
    Storage-related queries for SUSE Linux Enterprise Server should be
    posted in the SLES Configure-Administer forum. This recently moved from
    forums.novell.com and can now be found @
    http://forums.suse.com/forumdisplay....ure-Administer
    HTH.
    [1] http://www.novell.com/products/storagemanager/
    Simon
    Novell/SUSE/NetIQ Knowledge Partner
    Do you work with Novell technologies at a university, college or school?
    If so, your campus could benefit from joining the Novell Technology
    Transfer Partner (TTP) program. See novell.com/ttp for more details.

  • Increase free space in data files

    Hello All,
    We are running netweaver 04s on sql server. In our EPR landscape, we are having message no free space in file in db02 transaction. It reports error when we execute DB02 and does not allows or shows us the DBCC check options. Strangely, this message appears even if the auto grow option in data files is on.
    Could you please let me know what would be the impact if I increase the datafiles initial size?
    Thanks,
    Gaurav

    Hello Jeff,
    Thanks for the response!
    The odd thing out is that, we do have autogrowth on, and I am sure the data file size is getting increased on all the datafiles, otherwise the database would have struck up but the information that we get on DB02 transaction is wrong or the correct information is not bieng reflected.
    Also, I am not able to run the DBCC checks via dbacockpit!
    Please share your thoughts!
    Thanks,
    Gaurav

  • How can I find autoextend size for data file?

    Hi
    All,
    Oracle 10.2.0.3
    AIX
    I have checked dba_data_files for autoextend size. it shows me default autoextend size. one of my data file is set to 50mb autoexted. Where can I find actual autoextend size?
    Thanks,
    Vishal

    vishal patel wrote:
    yeap, increment_by * 8 kb is matching with my autoextend size that is 50 MB. Great work Sanjay. Where did you find this information?Let Oracle docs be your friend,
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/statviews_3.htm#REFRN23049
    >
    INCREMENT_BY      NUMBER           Number of tablespace blocks used as autoextension increment. Block size is contained in the BLOCK_SIZE column of the DBA_TABLESPACES view.>
    HTH
    Aman....

  • How To set memory parameters /calculate size of data files for 100 gb db

    Dear all,
    I am new in Oracle db admin. I request to all of you buddies to please help in the following query.
    For a production database of about 100 GB in archivelog mode and 50 users simultaneously connecting to it. How
    to calculate the memory parameters (SGA PARAMETERS ) and size of all users/rbs/temp tablespaces ? I mean to
    say how to reverse enginner the sizes.
    like - how set settings of following
    SGA_max_size=
    Shared_pool_size=
    db_cache size,=
    buffer_pool_size=
    db_cache_size=
    db_block_size=
    log_buffer=
    large_pool_size=
    Thanks in advance. Please help me in this case
    Regards
    vs

    Friend 191264
    To tune the SGA parameters is something equivalent to knowledges for a complete course. Really the question is so wide to answer and overall for you that you are new to Oracle. Some people does not like to read documents but in this case you will have to do it.
    Performance Planning Contents / Search / Index / PDF
    Performance Tuning Guide and Reference Contents / Search / Index / PDF
    http://otn.oracle.com/pls/db92/db92.docindex?remark=homepage
    Oracle9i Database Online Documentation
    (Release 2 (9.2))
    http://otn.oracle.com/pls/db92/db92.homepage
    Good Luck!
    Joel P�rez

  • Savew3d function increases the size of the file??!!

    I am working with savew3d function, but a problem comes.
    I have a w3d file of 100 Kb and a 2 jpgs of 20 Kb and 50 Kb
    respectively.
    I create a new w3d file using those 3 files and the result
    is: a 410 Kb size file!!!
    Using 170 Kb I get a 410 Kb!!!!
    The size increases very much, so the solution of using
    savew3d is worse than loading the original 3 files.
    It seems that the jpg files are decompressed!!!
    Is there way to create w3d of low size??

    Yes, the jpeg files are decompressed. This is not a w3d thing
    as much
    as a Director thing. Director's internal #bitmap format is,
    well, a
    bitmap. Analogous to the .bmp files we all know and love, but
    with an
    alpha channel. If you bring in a jpg into Director, then save
    the
    Director file, it will increase by the size of the bitmap...
    not the
    size of the jpg. It has always been that way.
    You can shrink the size of the image that Director stores by
    lowering
    the bit depth (Modify, Transform Bitmap). Set the bit depth
    as low as
    yuo want... of course you will lose quality with lower bit
    depths... you
    lose the alpha channel with anything less than 32 bit, but
    that is no
    great loss if you don't have transparency. If you know your
    image has a
    limited color palette, then lowering the bitdepth further can
    be helpful.
    Bear in mind that changing the bit depth is not undo-able, so
    make sure
    you save your file before experimenting...

  • Upgrade to v9 and increase in size file problem

    We used your product, "Adobe connect" v.7 and recently decided to update it by 9th version of this software. But significant increasing in size of offline files is a major problem of that product compared to its old version. For instance, the size of 2 hours offline files in v.7 is 130 Mb but in the latter version is 400 Mb. Is there a solution to overcome this problem?

    I know there was some work done in 9.1 to improve the quality of offlined recordings....but before I go into that, I'd like to ask a question. When you take your recording offline in 9, there are now two options, make MP4 and FLV. Which of these two formats are you using?
    Thanks!

  • Increasing filesystem size in disksuite

    I need to increase the size of a file system on a Solaris 9 server. The filesystem is apparently a metadevice, it shows in /etc/vfstab as:
    /dev/md/dsk/d15 /dev/md/rdsk/d15 /opt/inlum ufs 1 yes -
    metastat:
    d15: Concat/Stripe
    Size: 37749760 blocks (18 GB)
    Stripe 0:
    Device Start Block Dbase Reloc
    emcpower0a 0 No No
    Stripe 1:
    Device Start Block Dbase Reloc
    emcpower0e 0 No No
    Device Relocation Information:
    Device Reloc Device ID
    emcpower0a No -
    emcpower0e No -
    c1t1d0 Yes id1,ssd@w20000004cffb86e8
    c1t0d0 Yes id1,ssd@w20000004cffb84fa
    The filesystem is also has disks allocated to it on an emc san, shows in format as:
    2. c2t0d0 <DGC-RAID5-0099 cyl 40958 alt 2 hd 256 sec 10>
    /pci@8,700000/fibre-channel@3/sd@0,0
    3. emcpower0a <DGC-RAID5-0099 cyl 40958 alt 2 hd 256 sec 10>
    /pseudo/emcp@0
    I'm trying to increase the size of this file system, so I choose #2, used slice 5 because 5 corresponds to "e" in emcpower0e, allocated the rest of the remaining space (25Gb) to that slice through format:
    5 unassigned wm 20482 - 40957 25.00GB (20476/0/0) 52418560
    I really have no background in emc, used disksuite once to mirror filesystems with metatool, so I am really going into this blindly. I think what I need to do now is:
    newfs the slice I just created above with:
    newfs /dev/rdsk/c2t0d0s5
    Now this is where I really don't know where to go, I need to add this slice to the metadevice d15, do I do it with metattach, like:
    metattach d15 /dev/dsk/c2t0d0s5 ?
    and are there other commands I need to do in addtion to this like metainit or metaclear?
    Can the system be used while I'm doing this?
    Once the slice is added to the metadevice, I believe I use growfs like:
    growfs /opt/inlum /dev/md/rdsk/d15
    Is this the correct procedure? Please add any commands I need or corrections to my shot in the dark procedure. Thanks a lot.

    If you want just to add space to a disk through MD, should be pretty easy to do through the SMC.
    Open the existing volume that's controlled MD and add the slice to it. You may have to format the disk to allocate the slice.
    Then run
    #growfs /dev/md/dsk/d<number>

  • Increasing canvas size and re-clipping (intentionally)

    Hi,
    So I bolluxed up a little bit while creating my first full-bleed print piece. I used Ps to edit the image, Ai to add some stuff, and ignored Id completely for the printer. Now I have a perfect 8.5 x 11 image that I want to print all the way to the edges without scaling; I left white bleeds 1.8" but apparently that won't suffice.
    I'm trying to go back into photoshop and increase the canvas size (8.75 x 11.25 to include bleeds), and with it, extend the image that was originally clipped when I trimmed the document from a vertical picture (12 x 16 or whatever) to fit the standard letter paper size. When I do that, I get only white areas around the canvas.
    Can anyone provide a solution to create full-color bleeds the way they should have been done originally? I have tried changing the canvas size and re-placing another layer of the image behind the existing one (with the hopes that it would clip automatically), but it didn't work. At this point, should I worry about bringing anything into InDesign?
    Thanks,
    - boda

    The Nish Adeel,
    > i wants to increase my fla canvas size from all sides...
    when we
    > increase the size of a file it increases from right and
    bottom , i
    > want to make it from all four sides like photoshop ...
    is there any
    > way to do this.
    There is a way to do this; unfortunately, it's not an
    automatic feature
    like in Photoshop. The approach you'll need to take is to
    update the
    document dimensions (basically, the canvas size) as desired,
    then use the
    Edit Multiple Frames button on the lower left of the Timeline
    panel to
    manually move all assets on the main timeline. To do this,
    you'll have to
    make sure all layers are unlocked. To do this quickly, click
    the
    Lock/Unlock All Layers button at the top, between the eye and
    the square
    buttons, until you see that all locks have been removed (one
    or two clicks
    will do it). In the Modify Onion Markers button next to the
    Edit Multiple
    Frames button, choose Onion All. Select Edit > Select All,
    then use the
    arrow buttons to move your assets.
    David Stiller
    Co-author, Foundation Flash CS3 for Designers
    http://tinyurl.com/2k29mj
    "Luck is the residue of good design."

  • Increasing size of the FILE VAULT - Is It Possible????

    Is there any way I can increase the size of the FILE VAULT from 56GB to 150GB or more? I have a 250GB H/D.
    This is where my photos are store in their aperture library and because this is now full, I can't d/l any more until I either clear/delete a lot of files.

    Though I'll agree with the advice about moving photos to an external drive, IMHO File Vault is essential, especially for laptop users. In my experience, people only regret not using encryption when their computer is stolen. Just ask yourself - is there anything on your computer that you might keep in a safe? Account numbers? Credit card numbers? Sensitive emails?
    It's not about government secrets, it's about wether or not you lock your door when you leave your house. If you don't, then File Vault is not for you.
    I've been using File Vault for three years without incident. Though I back up the entire Vault daily (into another encrypted image on an external drive), I have learned to trust it.

  • Increasing size of canvas file in Illustrator CC 2014, for master project file purposes

    Hello, our company is using Illustrator CC for digital design, we would like to keep all the design screens in one files on different artboard,
    because of the convenience of changing global colours, character styles and symbols.
    Is there any way to increase the size of canvas file, or do any plugins exist for this?
    Many thanks

    Clockiebox,
    In addition to what Monika said, you may consider which is worse, to scale down to have all Artboards fit into the 16,384 x 16,384 points Workspace (and scale up in connexion with printing, which is relatively straightforward with Acrobat/Reader), or to have Artboards spread over multiple Layers/documents.
    If you scale down, remember to scale up Effect>Document Raster Effects Settings resolution and raster image resolution (using the reverse scaling factor).

  • Increasing canvas size from all sides

    Hello to all,
    i wants to increase my fla canvas size from all sides... when
    we increase the size of a file it increases from right and bottom ,
    i want to make it from all four sides like photoshop ... is there
    any way to do this.
    Thanks in advance

    The Nish Adeel,
    > i wants to increase my fla canvas size from all sides...
    when we
    > increase the size of a file it increases from right and
    bottom , i
    > want to make it from all four sides like photoshop ...
    is there any
    > way to do this.
    There is a way to do this; unfortunately, it's not an
    automatic feature
    like in Photoshop. The approach you'll need to take is to
    update the
    document dimensions (basically, the canvas size) as desired,
    then use the
    Edit Multiple Frames button on the lower left of the Timeline
    panel to
    manually move all assets on the main timeline. To do this,
    you'll have to
    make sure all layers are unlocked. To do this quickly, click
    the
    Lock/Unlock All Layers button at the top, between the eye and
    the square
    buttons, until you see that all locks have been removed (one
    or two clicks
    will do it). In the Modify Onion Markers button next to the
    Edit Multiple
    Frames button, choose Onion All. Select Edit > Select All,
    then use the
    arrow buttons to move your assets.
    David Stiller
    Co-author, Foundation Flash CS3 for Designers
    http://tinyurl.com/2k29mj
    "Luck is the residue of good design."

Maybe you are looking for

  • How do I change my airport extreme from dsl to cable?

    I have recently changed my ISP from AT&T dsl to Comcast cable and don't know how to change the settings to my Airport Extreme. Please help.

  • InterCompany Billing issue for the Free Goods?

    Hi All, I created the info record (MM) for the free goods determination in the STO with Condition Type NR00. When I am creating STO  for the stock transfer from one company code to other, the free goods are determing automaticaly, but  while doing th

  • Dunning on profit center level

    I have following situation: I have customer which have 4 open items relevant for dunning. The difference between then are the profit center. If I run the dunning and use free selection profit center the system selects only 2 items (correct). However

  • Report Layout split over several pages

    Hi, I am trying to design a report which will print a three page application form. But I am unable to design the format of second and third page as in layout model we can design the format of single page. So, Plz advice me how can switch to second an

  • How do I determine which model of G5 Power Mac I have ?

    I thought there was a way / site, that based on the serial number would determine when computer was originally manufactured ? Every search I initiate somehow leads me the Apple store. Surprise. Can anyone provide this means or webiste, etc. Thank you