How to shrink TBS_DATA

Dear All,
I am working on Oracle 10g
I am trying to import a DMP file with no data in it and the DMP file is about 2MB. After import it turns out that the TBS_DATA that is booked for usage is about 30 GB. It looks like when creating the objects/ the tables in during the import, there is a pramete initial extend and my question is what should i set as parameter during import in order to limit this initial extend? In other words after import nto to have such a huge usage of TBS_DATA?
Thanks in advance
D.

Here are the scripts that I am using to export my DMP and then load it:
exp xxx/xx@xx file=yyy.dmplog=yyy.log owner=USER statistics=NONE compress=Y rows=N
imp xxx/xx@xx file=D:\xxx\yyy.dmp log=zzzz.log fromuser=USER touser=USER
My question is more like is there a parameter which I can include so that I can load the DMP without "using" such a large TBS_DATA. In fact the DMP has no data.

Similar Messages

  • How to shrink my Call log screen?

    By accident I've zoomed in my call log screen at max. Having zoomed in that much as a result of which I only can read a part of the screen/information (last 2 calls). How to shrink it again and have the overview back again?
    Thanks im advance,
    Daniel
    Solved!
    Go to Solution.

    Thanks for your reply, unfortunately this doesn't provide a solution.
    Problem is not in the font size but zoom functionality. It's zoomed in to the max and no way to get it back to normal again.
    I've just removed the battery forcing a hard reboor of my Q10. Things are back to normal now.

  • How to shrink this LOB and what steps need to perform.

    Problem Description: hi
    one of our production database having one table i that table having 320 gb LOB in one column
    can you please suggest how to shrink this LOB and what steps need to perform.
    during shrinkg of LOB how much undo tablespace is require,and does it create more archive log because LOB size is 320gb.
    this table having function based index also.so we will not shrink it.
    we need to release the space from database this in only big LOB out of my DATABASE its took approx. 80%.
    there is any way we can reclame this space with less time.
    please suggest how to do this and how much downtime is required.
    database version 10.2.0.4 and OS AIX 5.3

    Hi;
    Please check below which could be helpful for your issue:
    Shrink LOB Segment On Partitioned Table [ID 802059.1]
    How to determine the actual size of the LOB segments and how to free the deleted/unused space above/below the HWM [ID 386341.1]
    Why is no space released after an ALTER TABLE ... SHRINK? [ID 820043.1]
    Troubleshooting Guide (TSG) - Large Objects (LOBs) [ID 846562.1]
    Regard
    Helios

  • How to shrink the MS SQL 2005 Databse.

    how to shrink the ms sql server 2005 databse on windows 2003 server?

    What's the filling level of the database?
    Markus

  • How to Shrink UNDO Tablespace

    Hello,
    We had a UNDO Tablespace of 22Gb but it is using just 2GB. How to shrink undo tablespace. we are using clustered 3 node production database 10.2.0.4
    Is there is way that we can shrink UNDO Tablespace or do i need to create a UNDO tablespace and assign the undo tablespace to DB and drop the old UNDO?
    How to ensure that transactions are done and free to drop the old UNDO?
    Is it something we need to restart all the three nodes as each node has its own UNDO Tablespace.
    Need Help on this issue.
    would appreciate your quick response.
    Thanks

    if i am in your place i will do the following:
    <pre class="jive-pre">1-Query DBA_DATA_FILES to determine the name of the datafiles of the UNDO</pre>
    2. Create a new UNDO tablespace.
    <pre class="jive-pre">CREATE UNDO TABLESPACE undo_ts2 DATAFILE '/directory/undo_ts2_01.dbf' SIZE xxxM;</pre>
    3. Modify the database parameter to use the new UNDO tablespace.
    <pre class="jive-pre"> ALTER SYSTEM SET undo_tablespace=undo_ts2 SCOPE=BOTH; </pre>
    4-The Drawback:
    <pre class="jive-pre">New transactions will begin using the new undo tablespace. After some time passes (at least the number of seconds specified by the UNDO_RETENTION initialization parameter), you can drop the old UNDO tablespace. The downside to this approach is that for a short time period, your database will have two UNDO tablespaces</pre>
    Regards
    Mohamed

  • How to shrink Virtual PC screen size from full screen

    How to shrink Virtual PC screen size from full screen?

    Nobody out there has a solution to this?

  • How to shrink an image?

    I am looking for a tutorial on how to shrink and image.
    So what I what to accomplish is on the main page there is a large main logo than when the page is scrolled down it will move to the upper left (I know how to do this) then is will also shrink down or scale to a smaller image and then I will have it as a sticky header. So lets say the logo is 350x250 and I want to shrink it down to 150x75.
    Hope that makes sense...how can I accomplish this?
    theDogger

    You can use animation with scroll , or place image with scroll setup so that when Page scrolls down to a specific position then the large logo hides on page and small logo appears which can be done using scroll movement.
    Thanks,
    Sanjit

  • How To Shrink the Unity Distribution Database

    Can someone post the syntax to shrink the unity distribution database and log file?  I know how to shrink the unitydb and log file but need the syntax to shrink the distribution database.  I am running unity 4.0.5 unified messaging. Thanks, Tom

    Hello,
    These are commands that I have seen used in the past:
    C:\>osql -E
    1> use UnityDistributionDb
    2> go
    1> backup log  UnityDistributionDb with no_log
    2> go
    1> dbcc shrinkdatabase(UnityDistributionDb)
    2> go
    Thanks,
    Scott

  • HTML Tags in HTMLB or How to shrink HTMLB ?

    Hi,
    I have a JSP page using HTMLB tags, which works fine in EP5. I am migrated this JSP in EP6 SP6 and now it gives me the following message:
    Error in executing a process for compilation, C:/usr/sap/EP6/JC00/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/portal/portalapps/com.suncor.ci.continuousimprovement/work/pagelet/_sapportalsjsp_recordinputform.java:5262: code too large for try statement } catch(IOException jspioex) {} ^ C:/usr/sap/EP6/JC00/j2ee/cluster/server0/apps/sap.com/irj/servletjsp/irj/root/WEB-INF/portal/portalapps/com.suncor.ci.continuousimprovement/work/pagelet/_sapportalsjsp_recordInputForm.java:4303: code too large for try statement try { ^ ...
    INF/portal/portalapps/com.suncor.ci.continuousimprovement/work/pagelet/_sapportalsjsp_recordInputForm.java:133: code too large for try statement try { ^ C:/usr/sap/EP6/JC00/j2ee/cluster/server0/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/portal/portalapps/com.suncor.ci.continuousimprovement/work/pagelet/_sapportalsjsp_recordinputform.java:22: code too large public void doContent(IPortalComponentRequest componentRequest, IPortalComponentResponse aResponse) ^ 57 errors .
    The error is because of intense use of HTMLB.
    The whole JSP page is one form.
    I did some research and found out that the Servletsize is limited to 65k Byte.
    Indeed, when i removed some HTMLB tags, it was working fine....
    The suggestions was to use the Include Directive
    <@ include page="other.jsp" > This will load the other jsp at Runtime.
    When i did this, the content of the HTMB was not converted to HTML, but it only copied the HTMLB tags directly after the <body>. (I included the <%@ taglib uri="tagLib" prefix="hbj" %>)
    When writing <tr> or <td> directly (to compress the HTML lines) using the JSPWriter (out) instead of the HTMLB tags, my HTML was ignored and did not appear in the HTML output.
    My question is: How can I add HTML in HTML or how can I shrink a huge HTMLB form ?
    Any ideas are welcome...
    Kai

    Hallo Kai,
    Asking about JSP in the BSP forum is about 66% correct. Both have SP in the name. Unfortunately the B is very important for us, and we are shy when it gets to gets about J. BSP is an environment similar to JSP, but based on ABAP. We also have a rendering library called HTMLB. But after that, the similarities stop.
    Unfortunately, we can not help you more, and would recommend any of the Java programming forums.

  • How to shrink a long MPEG2 to fit on a DVD?

    I have a long (5.7GB) MPEG2 file that I'd like to burn to a 4.7GB DVD. I'm a total ignoramus w.r.t. multimedia processing on Linux - how can I do that? Note that the running time on the movie is only about 1:15.
    And in case you're wondering, the movie is "My Man Godfrey" from the wonderful public domain media site http://www.archive.org/details/movies.
    Thanks.

    A couple of thoughts (or what I'd do)
    install mplayer, ffmpeg and build tovid in aur.
    Then I'd go back and grab the mpeg4 from archive.org of your movie.
    at a command prompt do:
    tovid -dvd -in my_man_godfrey.avi -out My_Man_Godfrey
    you get a mpg2 ready to turn into a DVD (eventually)
    makexml -dvd -in My_Man_Godfrey.mpg -out MyManGodfrey
    you get an xml file for the next step which creates a burnable ISO
    makedvd MyManGodfrey.xml
    or
    makedvd -burn -device /dev/dvd -speed 4 MyManGodfrey.xml
    to burn it.
    Or try this and see if it shrinks any (probably not)
    ffmpeg -i my_man_godfrey.mpeg -target ntsc-dvd test.mpg
    If works can rename
    I'm downloading the mpeg2 and may have other ideas after it finishes.  The file size is way off for a about a movie of that length.
    Good luck

  • How to shrink Hyper-V VHD to a smaller size

    Hi guys, I need help urgently. I initially created a (golden image) Win 7 VM with lot off apps installed. I assigned 130G. now I discovered that I don't need 130G on this machine, is there a way of shrinking my disk to 40G? when I shrink it on disk management I can see unallocated space but how to get it back to my SAN? when I edit a disk on Hyper v console it only show Compact and Expand there is no shrink option. or is there a way that I can great new VM using old image without re-installing everything because It will take 5hrs to install all apps but disk size must be small. My host is Win Server 2012 R

    Hi Guys,I wrote below script for creating new user and granting it read only access but I'm getting attached error.Please help...Powershell$HostList = Get-Content C:\Users\malvika\Desktop\Hostnames.txtforeach ($server in $HostList){ $HostDetail = $server.Split(',') $HostName = ($server -split ',')[0] $userid = ($server -split ',')[1] $password = ($server -split ',')[2] $VCimpl = Get-VIServer -Server $HostName -User $userid -Password $password [Reflection.Assembly]::LoadWithPartialName("vmware.vim") # The name of the role to be assigned $roleLabel="Read-Only" #craete user New-VMHostAccount -Id Test -Password U!er -Description "Test User" #The name of the principal (user or group) that the role is assigned to $principal="Test" # set to false if principal is a user , not a group $principalIsGroup = $false $propagateToSubEntities = $true ...

  • How can shrink matrix group very urgent

    hello programmers
    how r u all? i have a little problem. i want to shrink my matrix frame when i donot want to print all columns of matrix group in report. suppose i haev three matrix groups and i want matrix group 2 all columns to be hide at runtime and matrix three group will automatically come at the position of matrix 2 group. please if ant body have any idea about it please email me. this is very urgent problem which i am facing.
    thanks for any reply
    kamran ahmed

    It's not very clear what you're looking for. However, one of the following may work for you:
    a) Restrict the data at query time through use of parameters and bind variables.
    b) Use format triggers to dynamically hide values at runtime (by returning false).
    If neither of these solutions works then please provide more details of the problem you're facing.
    Thanks,
    Danny

  • How to shrink database for the Oracle

    Hi,
    As you know, in the Sql server database there is a "shrink database" for the shrink the database space, but how to do that for the Oracle9i?
    Any comments would be appreciated.
    Thanks a lot

    You will have to resize ur datafiles to shrink ur db. Here are the steps
    1) select file_name,file_id,bytes from dba_data_files;
    This will give u the current size of datafiles.
    2) select file_id,sum(bytes) from dba_free_space group by file_id;
    This will give u the free space in the datafiles. If the file_id is not listed in this query that means the file is fully occupied/used.
    (used space = bytes col from query 1 - sum(bytes) col from query 2)
    3) alter database datafile file_id resize ### ;
    Enter the value you wanna resize based upon ur req. You cannot shrink the datafiles below the used space.
    Regards,
    http://askyogesh.com

  • How to shrink a tablespace;;;Plz Help Me

    Hello,
    I have droped 2 big tables (more than 20 millions of records each one) and eventually many indexes in reference.
    In my Database server I don't have enougth space, I have only 5Go.
    I have to free disk space now by shrinking the size of Index and Data Tablespace.
    I used theses scripts to analyse my object plecement repartiton on both tablespaces : INDEX and DATA.
    1- select file_id, block_id, blocks,
    owner||'.'||segment_name "Name"
    from sys.dba_extents
    where tablespace_name = 'INDX'
    UNION
    select file_id, block_id, blocks,
    'Free'
    from sys.dba_free_space
    where tablespace_name = 'INDX'
    order by 1,2,3
    2- select file_id, block_id, blocks,
    owner||'.'||segment_name "Name"
    from sys.dba_extents
    where tablespace_name = 'DATA'
    UNION
    select file_id, block_id, blocks,
    'Free'
    from sys.dba_free_space
    where tablespace_name = 'DATA'
    order by 1,2,3
    After executing these scripts, I find many free extends in the middle and the command :
    ALTER DATABASE DATAFILE ... RESIZE is failed
    Any idea How to resize / reduce my tablespaces ?
    My database version 's :
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 On Linux Sever.
    Thanks a lot
    Message was edited by:
    OracleJavaLinux

    hi
    do one thing create new tablespace like TEST move table by table to that and viseversa
    ie u have emp,dept ... etc tables move emp to ne tablespace and then move back to its original tablespace
    for ex:emp,dept... belongs to APPS_TS_TX_DATA
    alter table emp move tablespace TEST;
    alter table emp move tablespace APPS_TS_TX_DATA;
    after this rebuild all indexes on that tables
    alter index <index_name> rebuild;
    By this action u can recover unused space by the tables
    Message was edited by:
    BhanuChander

  • How to shrink a complete tablespace with BR*tools?

    Hi,
    I was wondering if there is a possibility to shrink a whole tablespace via br*tools.
    Using brtools seems quite comfortable when regarding automatically activated ROW MOVEMENT mode. I can easily manage to shrink one or more tables/indexes e.g. beginning with character A or B* and so on. But I just do not get the picture on how to manage the selection for a whole tablespace to shrink.
    Any ideas?
    Regards,
    Andreas

    > But I just do not get the picture on how to manage the selection for a whole tablespace to shrink.
    Hello Andreas,
    the documentation says it all ... [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/82/e2dd47d418354ca3f4f0d0c469d48b/content.htm]
    simply use the
    -s <tablespace name>
    selection switch.
    regards,
    Lars

Maybe you are looking for

  • How to get the absolute path of a file from the local disk given the file n

    how to get the absolute path of a file from the local disk given the file name

  • Back posting only possible with same valuation class

    Hii, I made changes in valuation class before that i closed all the open po and maintained stock zero using 201 mvt type on 31st March. Now the system is throwing error when Im doing the reversal using MB1A 202 mvt type like "Back posting only possib

  • Set default 3 empty rows on edit (in the table view)

    Hi i need to add 3 empty rows, currently only 1 rows gets added by default on edit.. i tried using the add method of collection wrapper.. i did not find any differrence.. its adding only one row. has anyone worked on similar requirement or any help o

  • Urgent converting to UTF-8

    I want to convert from AL16UTF16 character set to UTF8 character set I tried to use the convert function but i couldnt , for example if i have the text ali and iwant to convert this text from AL16UTF16 character set to UTF8 character set then what i

  • My 4x6 prints in Lightroom 4 only fill a quarter of the paper

    I watched Matt Kloszowki's LR killer tip on borderless printing and followed his instructions but my 4x6 print only fills about a 40% of the paper and I'm not getting the full image. I added a border to outline the edge of the =print whic I scanned.