Table sizing is bigger after imp

Hi all,
I exp data from 10.2.0.3 and imp to 10.2.0.4 with solaris 10 64bit.I found that a table sizing is bigger?
What happend? Can anyone help me?
Thanks for advance.
Chara

It doesn't 'imporve' the performance at all!!!!!!!!!!!!!!!!!!!!!
Dictionary managed tablespaces are a thing of the past, remember!!!!!!!!!!!!
And using LMTs a huge initial extent is automagically converted to small extents!!!!!!!!!!
Please don't tell such blatant nonnsense.
Sybrand Bakker
Senior Oracle DBA
Experts: those who did read documentation.

Similar Messages

  • MARA table field STAWN (Comm./imp. code EU ) is not updating in MARC table

    Dear Experts,
    From MARA table field STAWN (Comm./imp. code EU ) is not updating in MARC table field STAWN (Comm./imp. code EU ) by MM02 Transaction
    Is there any SAP standard functionality to over come above issue or needed  ABAP coding for the same ????
    Regards
    Hanumant

    Dear All,
    Thanks for your reply
    I tried to update the the field after adding plant and other detail actually that field will be gray mode (display) and cannot update
    my question i want to update MARC_STAWN field (Forign trade import) for my existing all material , those material MARA_STAWN (basic data 3 ) is also blank but system is allowing me to update in MARA_STAWN (basic data 3) but system will not update to MARC_STAWN (Forign trade import) field.
    What is the best method to Coppy all MARA Stawn fields to the MARC Stawn field.
    Regards
    Hanumant.

  • How to check similarity between two Databases 9i & 10g after imp in 10g

    Dear all,
    Source
    =======
    OS server     ==>     HP-UX
    Oracle version     ==>     Oracle 9.2.0.8
    DB Name          ==>     MSST
    DB total users     ==>     320
    Full export in     ==>     /u02/export/Jan09.dmp
    Tablespaces     ==>     SC, SC_I, SA, SA_I, PP, PP_I, AC, AC_I, SD
    Destination
    ============
    OS server          ==>     HP-UX
    DB Name               ==>     CHDB
    Existg DB users          ==>     20
    Oracle version          ==>     Oracle 10.2.0.4
    copied 9i dump file in     ==>     /u03/export
    Tablespaces created same as Oracle 9i i.e;          
    Tablespaces     ==>     SC, SC_I, SA, SA_I, PP, PP_I, AC, AC_I, SD
    I had run full import on Destination server i.e; Oracle 10g & following is the command i used:
    imp system/pwd@conn_string file=/u03/export/Jan09.dmp log=/u03/export/Jan09_imp.log full=y ignore=y statistics=none
    *=== Imported successfully with few errors like ====*
    IMP-00017: following statement failed with ORACLE error 2299:
    "ALTER TABLE "EMP_PROMOTIONS_ORD" ADD CONSTRAINT "EMP_PROMOTIONS_ORD_UK" UN"
    "IQUE ("EMP_NO", "RANK_NO_FOLLOW") USING INDEX PCTFREE 10 INITRANS 2 MAXTRAN"
    "S 255 STORAGE(INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1) TABLESPACE "PP" "
    "LOGGING ENABLE "
    IMP-00003: ORACLE error 2299 encountered
    ORA-02299: cannot validate (PP.EMP_PROMOTIONS_ORD_UK) - duplicate keys found
    ORA-02299: cannot validate (PP.EMP_PROMOTIONS_ORD_UK) - duplicate keys found
    . . importing table "EMP_PROMOTION_DETAILS" 13333 rows imported
    . . importing table "EMP_PROMOTION_MAST" 725 rows imported
    . . importing table "EMP_PUNISHMENT" 271 rows imported
    . . importing table "EMP_REPORT_BOOKS" 60528 rows imported
    . . importing table "EMP_SALARY_HISTORIES" 120871 rows imported
    . . importing table "EMP_SALARY_HISTORIES_TEMP" 77044 rows imported
    . . importing table "EMP_TRANSACTIONS" 96536 rows imported
    IMP-00017: following statement failed with ORACLE error 2299:
    "ALTER TABLE "EMP_TRANSACTIONS" ADD CONSTRAINT "TRANS_UK" UNIQUE ("EMP_NO","
    " "DIR_NO", "DIR_DATE", "TRN_CODE") USING INDEX PCTFREE 10 INITRANS 2 MAXTRA"
    "NS 255 STORAGE(INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1) TABLESPACE "PP_"
    "I" NOLOGGING ENABLE "
    IMP-00003: ORACLE error 2299 encountered
    ORA-02299: cannot validate (PP.TRANS_UK) - duplicate keys found
    Now my question is
    ===================
    How to check everything is same/similar like Oracle 9i database ( source ), for example ( i used this technique ):
    Can anyone tell me how to check similarity between two Databases 9i & 10g after import in 10g.
    MSST_DB>SHOW USER
    MSST_DB>SA
    MSST_DB>select object_type, count(*) from user_objects group by objects;
    OBJECT_TYPE     COUNT(*)
    DATABASE LINK     2
    FUNCTION     23
    INDEX          1795
    LOB          6
    PACKAGE          8
    PACKAGE BODY     8
    PROCEDURE     30
    SEQUENCE     67
    SYNONYM          60
    TABLE          644
    TRIGGER          3
    VIEW          20
    CHDB_DB>SHOW USER
    CHDB_DB>SA
    CHDB_DB>select object_type, count(*) from user_objects group by objects;
    OBJECT_TYPE     COUNT(*)
    INDEX          1794
    PROCEDURE     30
    TABLE          644
    TRIGGER          3
    VIEW          20
    FUNCTION     23
    SYNONYM          60
    PACKAGE BODY     8
    SEQUENCE     67
    PACKAGE          8
    LOB          6
    Edited by: VIKHARAHMED on Jan 10, 2012 3:02 AM

    [url http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_export.htm#sthref67]Guide.

  • Table space not reduce after delete in oracle 11G

    Hi Team,
    I have a DB 11.1.0.7 on unix.
    I have execute delete tables on tablespace, but this not reduce.
    Thanks

    935299 wrote:
    What segment space management type is defined for the tablespace in question?
    MANUAL
    Then you should check out the documentation some more.
    But even if you shrink the table segement what is that going to do for the data file size?
    I don't undertand you.
    ThanksYour thread is titled "Table space not reduce after delete in oracle 11G" which implies to me that you are interested in reducing the size of a tablespace (which really means reducing the size of the underlying datafile(s)).
    So, if you shrink the size of the sys.aud$ table, will that cause the datafile(s) to become smaller? Will it accomplish your goal? What else, if anything, needs to happen?

  • Table SelectionEvent not fired after filtering

    Hi,
    consider the following scenario (ADF 11g Dec. 2008 build): a filterable af:table with 3 rows and RowSelection="single".
    Row 1, the first one, starts as current and is highlighted in the table.
    Now, apply a query-by-example so that only rows 2 and 3 are visible. The af:table thus highlights row 2 because it's the first of the two remaining rows... however, no SelectionEvent is fired in that case so no MakeCurrent takes place, and the user thinks the current row is row 2 but instead the underlying iterator isn't updated. User is forced to click on row 3 and then on row 2 again to make row 2 current (= fire a SelectionEvent). This also completely defies all the logic we put in our custom SelectionListener (it does MakeCurrent then updates a region in the page according to the selected row in the table).
    An even bigger problem in the scenario above is that if you filter so that only row 3 is shown, it gets automatically highlighted and then there's no way to make it current at all, since the af:table in your browser won't let you "select" a row which is already highlighted. That is, the SelectionEvent only fires if a user manually clicks on a row which is not currently highlighted in the table.
    This happens for all af:tables no matter the properties set, even after straight drag-and-drop of a VO to the .jspx page.
    This behaviour seems just broken, if the af:table does highlight/select a row automatically client-side, it should send a SelectionEvent to the server so that a MakeCurrent can be performed, keeping the iterator's current position in sync with what the user sees.
    Is there a way to workaround this issue? I'd say "fix af:table" would be the solution, but if these problems are still here I guess it's been designed this way? (...why?)
    Any help would be appreciated.
    thanks,
    Riccardo

    this is my php connection file
    <?php
      $username = "kependudukan";
      $password = "kependudukan";
      $dbname = "localhost/XE";
      $c = oci_connect ($username, $password, $dbname);
      if (!$c) {
      echo "Koneksi ke server database gagal dilakukan";}
      //else {
      //echo "Konekasi ke server database sukses";}
    ?>
    Everything works fine except the trigger..
    I use Windows 7 Professional 32-bit
    intel core i-3
    RAM 2GB

  • Table not showing data after refresh

    Hi gurus ,
    A unique problem We have added a field in the custom table . once moved to quality system it is not showing up the data whwn when we do a select query on that table in se16 . say total entries are ten thousand four of them are checked and when display not checked i.e eq space we get just 100 entries on number of entries ..i asked to regenerate the table in quality system but it did not help .The Quality system was refresh 1 month ago and we see it not working after it ..please suggest the correct steps we need to perform  to recover the data . Adjust database with keep data has already been done ...

    Hi Anjaneya Bhardwaj,
    If I understand well, your issue is that you have a SELECT in your program, saying newfield is your newfield, something like:
    SELECT ... FROM ztable INTO ... WHERE newfield = space.
    and it doesn't return the records that existed in quality before newfield was added.
    It it because, by default, when you add a field to an existing database table, with records already present, they are assigned the NULL value, which is different from space.
    They can be retrieved using WHERE newfield IS NULL.
    Usually, to avoid this issue, when we add a new field, we tick the "no null value" checkbox for this new field, in SE11 transaction. That will initialize the field of existing records, to the initial value (space for characters, 0 for numeric fields, etc.) Note: maybe it can be counter performant for big tables...
    Solution for your issue, run this code once:
    UPDATE ztable SET newfield = space WHERE newfield IS NULL.
    BR
    Sandra

  • Table does not refresh after database level action

    We have defined an Advanced table on a VO to represent invoice lines. The VO is referenced by a VL from the invoice header.
    At one point during our process, a database level package is executed on the current lines. We have a "Requery" button to refresh the lines, however, the lines do not refresh unless we exit the invoice entirely and come back to it via the VL.
    How can we refresh the lines on a current table after a database level transaction occurs?
    Thanks, Jerry.
    Our AM code is as follows...
    // handleRefreshInvoiceLines( )
    public void handleRefreshInvoiceLines()
    OAViewObject vo = (OAViewObject)getInvoiceLinesVO1( );
    if( !vo.isPreparedForExecution( ) )
    getTransaction( ).validate();
    vo.executeQuery( );
    clearVOCaches( "InvoiceLinesEO", true ); // troubleshooting
    } // handleRefreshInvoiceLines()

    Thank you. I've moved clearCache around a bit. apparently vo.isPreparedForExecution() is false. I wonder why?
    --Jerry.                                                                                                                                                                                                                                                   

  • Table space not reduce after delete in oracle 10g

    Hi..
    Based on my system, i have found that my oracle table space did not reduce after the deletion query. Why ?.. Could somebody help me. As your info, I am using oracle 10g.
    Thank you,
    Baharin

    After Delete the table space will not be set free. high water mark will not be reset. to regain the space you need to recognize the objects from which you deleted the data. This can be done in many ways.
    1) Move the objects.
    Alter table temp move --> optionally tablespace clause can be used. After this you need to rebuild table indexes.
    2) With 10g table can be shrinked or reorganize to free the space.
    alter table mytable enable row movement;
    alter table mytable shrink space;
    3) Export/Import
    export the objects and drop and recreate with import.

  • How to select a new table in logical database after creating the Infoset

    I have created a abap query report ,i have used logical data base ADA in the infoset in SQ02.In the logical database i had selected only two tables then ANALV and ANLB.Now my client wants one more field to be added and thats is from table ANEK.Now i need to select this table in logical database ADA.
    Please assist on how to select another table available in the Logicaldata base now which i didnt select when i created the query

    Markus,
    I have now selected the additional field Posting date in Document ANEK -BUDAT .Earlier the report had the fields from ANLCV - Current acquisition value ,ordinary dep posted selected for  the output.
    When i run the query after adding this new field ANEK-BUDAT the below warning  is generated  by system :
    The query specifications cannot be used to generate a list,
    i.e. the query will probably not return the list you desire.
    If you still want to execute the query, please use the
    "Generate" function
    -> 'Generate'
    Fields from parallel tables within a line*
    Line: 01
    Field: Posting Date in the Document
    (ANEK-BUDAT, table ANEK)
    Field: Ordinary depreciation posted
    (ANLCV-NAFA GEB, table ANLCV)
    Fields from parallel tables within a line*
    Line: 01
    Field: Posting Date in the Document
    (ANEK-BUDAT, table ANEK)
    Field: Current asset acquisition value
    (ANLCV-LFD KANSW, table ANLCV)
    2 warnings for query QUERY ***
    Please advice .How get this new field added.

  • Can you create more tables in a document after the table of contents?

    I am writing my thesis and after my table of contents I need to put in another table which lists the figures and their page numbers and also a list of tables and their page numbers

    Be aware that the T.O.C. will only list the captions of the figures and they must not be in floating or inline textboxes.
    You can do 2 passes to get what you want. Create a TOC for the figures, export that and reimport it into Pages as text, then get rid of the TOC that forrmed that, then do another TOC for the main text.
    Peter

  • Mapping To Oracle Table, but no output after transform

    Hi, All
    I want to transform some records to Oracle table and met a very werid issue. I use a transform in odx.  this is the mapping
    name  by name
    and I add a output before the mapping, this is the output xml
     <InforProd xmlns="">
    - <InforProdRow xmlns="">
      <PROD_CD>00000013 JOBST</PROD_CD>
      <PROD_DESCRP>Description</PROD_DESCRP>
      <STD_COST>100.0000</STD_COST>
      <SELL_PRICE>1000.0000</SELL_PRICE>
      <UOM>11.000000000000</UOM>
      <USERSTRING_0>213020900030</USERSTRING_0>
      <USERSTRING_1>SN</USERSTRING_1>
      <USERSTRING_2>这是中文</USERSTRING_2>
      <USERSTRING_3>Active</USERSTRING_3>
      <USERSTRING_4>1</USERSTRING_4>
      <USERSTRING_5>2</USERSTRING_5>
      <USERSTRING_6>3</USERSTRING_6>
      <USERSTRING_7>4</USERSTRING_7>
      <USERSTRING_8>5</USERSTRING_8>
      <LOADER_REF>7</LOADER_REF>
      <LastModifiedDate>2014-01-01T00:00:00</LastModifiedDate>
      <LastUpdatedDate>2014-01-01T00:00:00</LastUpdatedDate>
      </InforProdRow>
      </InforProd>
    after the transform, I get no resuslt.
    <ns0:Insert xmlns:ns0="....">
    - <ns0:RECORDSET>
    - <ns0:IMP_RAW_PRODRECORDINSERT>
      <ns0:PROD_CD />
      <ns0:PROD_DESCRP />
      <ns0:STD_COST />
      <ns0:SELL_PRICE />
      <ns0:UOM />
      <ns0:USERSTRING_0 />
      <ns0:USERSTRING_1 />
      <ns0:USERSTRING_2 />
      <ns0:USERSTRING_3 />
      <ns0:USERSTRING_4 />
      <ns0:USERSTRING_5 />
      <ns0:USERSTRING_6 />
      <ns0:USERSTRING_7 />
      <ns0:USERSTRING_8 />
      <ns0:LOADER_REF />
      </ns0:IMP_RAW_PRODRECORDINSERT>
      </ns0:RECORDSET>
      </ns0:Insert>
    This the instance I use Generate Intance of the schema.
    <ns0:InforProd xmlns:ns0="">
    - <ns0:InforProdRow>
      <ns0:PROD_CD>PROD_CD_0</ns0:PROD_CD>
      <ns0:PROD_DESCRP>PROD_DESCRP_0</ns0:PROD_DESCRP>
      <ns0:STD_COST>10.4</ns0:STD_COST>
      <ns0:SELL_PRICE>10.4</ns0:SELL_PRICE>
      <ns0:UOM>UOM_0</ns0:UOM>
      <ns0:USERSTRING_0>USERSTRING_0_0</ns0:USERSTRING_0>
      <ns0:USERSTRING_1>USERSTRING_1_0</ns0:USERSTRING_1>
      <ns0:USERSTRING_2>USERSTRING_2_0</ns0:USERSTRING_2>
      <ns0:USERSTRING_3>USERSTRING_3_0</ns0:USERSTRING_3>
      <ns0:USERSTRING_4>USERSTRING_4_0</ns0:USERSTRING_4>
      <ns0:USERSTRING_5>USERSTRING_5_0</ns0:USERSTRING_5>
      <ns0:USERSTRING_6>USERSTRING_6_0</ns0:USERSTRING_6>
      <ns0:USERSTRING_7>USERSTRING_7_0</ns0:USERSTRING_7>
      <ns0:USERSTRING_8>USERSTRING_8_0</ns0:USERSTRING_8>
      <ns0:LOADER_REF>10.4</ns0:LOADER_REF>
      <ns0:LastModifiedDate>1999-05-31T13:20:00.000-05:00</ns0:LastModifiedDate>
      <ns0:LastUpdatedDate>1999-05-31T13:20:00.000-05:00</ns0:LastUpdatedDate>
      </ns0:InforProdRow>
      </ns0:InforProd>
    it has <ns0:>, but my schema input doesn't have, does it matter, I did the same thing on Sqlserver, the map result is correct.
    can anyone help?

    Hi Neal,
    It wont matter much to have <ns0> attribute added to your  Map output .
    We can remove ns0 prefix simply by set the schema elements property or both elements and attributes properties to be qualified. To do that follow my steps:
    1-      Open your schema
    2-      Right Click <Schema> and select properties
    3-      Use schema property editior and Set [Element FromDefult] to Unqualified, and then set [Attribute FromDefault] to Unqualified if you are using attributes in your schema.
    You can look at below links
    http://geekswithblogs.net/dmillard/archive/2004/10/20/12935.aspx
    http://www.techtalkz.com/microsoft-biztalk-server/295831-why-biztalk-2006-piut-ns0-prefix-part-my-xml-even-if-i-dont-wantit-plz-some1-explain-me.html

  • CDHDR table is not updated after execution of  transaction   CK 24

    Hi Experts ,
    I am  Triggering my workflow from  for CK 24 transaction based on the change document entry from CDHDR table , once the CK24 transaction executes .
    Now the problem is  after execution of the CK24 transaction now its not updating the table CDHDR, which was happening before .
    Note: No customization has been made which can affect this updation .
    Can any body please guide me on this , why the standard table is not being updated now with the change document entries  .
    Regards
    Sarmistha

    You can use following FMs
    CHANGEDOCUMENT_READ_HEADERS    Change document: Read change document header
    CHANGEDOCUMENT_READ_POSITIONS  Change document: Read change document items
    IN CDPOS you have to give the same thing as CDHDR. You have to search with the respective Object class and provide the Object Id(Key fields like Document number). Another thing you will also get the change document number from the transaction itself from which you are change the Document.
    Thanks
    Arghadip

  • Pivot Table, "Insert Page Break After Each Item" Setting Only Works for the First Item Change

    I have a flattened pivot table generated from Powerpivot and I would like to insert a page break for each change in the row item.
    When I use the pivot table Field Settings>Insert Page Break After Each Item, Excel inserts the first page break then returns to normal pagination for the rest of the output.
    Is there another setting required to maintain the page breaks after the item change?
    Thanks.

    We are experiencing the same problem. Did you ever find a solution?

  • Table size not reducing after delete

    The table size in dba_segments is not reducing after we delete the data from the table. How can i regain the space after deleting the data from a table.
    Regards,
    Natesh

    I think when you do DELETE it removes the data but
    it's not releasing any used space and it's still
    marked as used space. I think reorganizing would help
    to compress and pack all block and relase any unused
    space in blocks. Why do you think that? Deleting data will create space that can be reused by subsequent insert/ update operations. It is not going to release space back to the tablespace to make it available for inserts into other tables in the tablespace, but that's not generally an issue unless you are permanently decreasing the size of a table, which is pretty rare.
    Would you also please explain about different about
    LOB and LONG ? or point me to any link which explain
    baout it.From the Oracle Concepts manual's section on the LONG data type
    "Note:
    Do not create tables with LONG columns. Use LOB columns (CLOB, NCLOB) instead. LONG columns are supported only for backward compatibility.
    Oracle also recommends that you convert existing LONG columns to LOB columns. LOB columns are subject to far fewer restrictions than LONG columns. Further, LOB functionality is enhanced in every release, whereas LONG functionality has been static for several releases."
    LONG was a very badly implemented solution to storing large amounts of data. LOBs are a much, much better designed solution-- you should always be using LOBs.
    Justin

  • Percentage of used table space not reduce after deletion

    Hi..
    This is my query to delete data from database:-
    delete from $tb_data where to_char(partition_dt,'MON') = '$mm';
    The $tb_data and $mm is variable and the $tb_data will be read input table name (as example backup_nx160, backup_ngn and etc) and the $mm will be capture the input month.
    My question is why the percentage of used table space is not reduce after delete query was executed. Could somebody help me..
    Please help me..
    Thank you,
    Baharin

    baharin wrote:
    Hi..
    Is it the deleted space will be reused by the system ?Yes.
    .. How could i check the real free tablespace or real usage table space ?If you have gathered statistics on the schema recently, then sum (avg_row_len*num_rows) should give you the exact number of bytes that are being consumed - assuming all tables are in a single tablespace under consideration. You can subtract this value from sum (dba_data_files.bytes) figure for the tablespace, to know exact free space.

Maybe you are looking for

  • Problem with Dynamically accessing EJB Class objects in WL 7.0 SP1

    I am trying to build a component which has the ability to instantiate and execute an known EJB method on the fly. I have managed to build the component but when I try and execute it I get a ClassNotFoundException. I know that the EJB I am trying to i

  • Post query trigger problem in master detail oracle forms

    Hello experts,                     I am new in oracle forms n using Fission middleware 10g with oracle forms 11g at windows 7 platform. I have made a master detail form using a tab canvas.There is a database column STUDENTID and it is in my student t

  • How do I make a program wait for a set amount of time?

    Basically, I want there to be some amount of lag after a repaint, so how do I do that? I want it to wait a fifth of a second, basically. Is there a quick way to do this? By the way, the program is not running on a timer, so I can't just have the time

  • HT6093 Thunderbolt firmware 1.2 - applied but not working

    I have tried to install the thunderbolt firmware 1.2 update. It said it succeeded but I still have blackout issues with my apple display and the firmware reported in the system report for my macbook pro is 23.4 instead of 26.2 (port micro version is

  • Grid Control on SLES11, OMS fails

    Hello, I'm trying to get grid control 11g installed on SLES11. Here's the log portion for the OMS configuration part: Jul 29, 2010 4:06:28 PM oracle.sysman.omsca.util.CoreOMSConfigAssistantUtil execCommand INFO: error messages of the command : Jul 29