DRM export missing some tables

Hi All,
        I am using DRM 11.1.2.3.300 and I am trying to perform an export from an Oracle DRM schema  using the following command :
exp userid=DRM_DB/Password@MYINSTANCE  FILE=DRMAPP1_20130913.dmp direct=y statistics=none  compress=n log=EXP_DRM_DB_20130913.log
       However, after the export finishes I look into log file and see that some tables was not exported, such as RM_BOOK and RM_BOOK_ITEM.
      Am I missing something at exp command or something is not right here ???
Thanks

Are the tables empty? If so then go to a search engine and type "exp not exporting empty tables" and you will find the answer.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • How to Export only some tables with procedures and packages

    Hi...
    I want to export only some tables and packages and procedures. Can anybody please guide me how to do this.
    Thanks in advance.......
    pal

    could you please more elobarate in your question? do you want to export data from tables or you want to get the table structure, source of procedures and packages?
    Thanks
    M Thiyagarajan

  • DRM Export to Database Table Error

    Hi,
    We were testing the DRM export functionality with target as a database table.
    The connection was extablished successfully and few tables were selected.
    Account hierarchy's parent and child were mapped with the parent and child columns of the table.
    On running the export the following error came:
    "1: Error during Export. Export was unable to run. Error: Invalid parameter binding Parameter name: P6"
    If anyone has worked with this functionality before or understands this error, please let us know.
    Any help would be appreciated.
    thanks,
    Mayank

    Make sure the Datatype you have specified mataches with that of the table,
    Thanks!

  • Some tables missing while taking dump

    hi
    Version 11.2.1
    When i'm taking dump using exp. some tables are missing.But it's actually there in the schema
    What could be wrong?

    If a table has 0 rows and was created with the instance parameter 'deferred_segment_creation'=TRUE, it would have been a segment-less table. Export expects a segment to be present.
    See Oracle Support Doc#960216.1
    If you attempt a schema export, the table is silently ignored.
    If you attempt a table export, export raises the error EXP-0011 "<tablename> does not exist".
    You need to either
    1. Insert at least 1 row in the table
    OR
    2. Set DEFERRED_SEGMENT_CREATION to FALSE and create the table
    OR
    3. Use DataPump (expdp)
    OR
    see the workaround using ALTER TABLE <tablename> MOVE that I mention in the discussion at
    Import the table with 0 rows
    (Note : You need to ALTER INDEX <indexname> REBUILD if you MOVE a Table)
    Hemant K Chitale
    Edited by: Hemant K Chitale on Feb 1, 2011 1:14 PM

  • Export Missing table on 11GR2  ?

    I'm observing this mystery on our 11.2.0.1.0 system running under Solaris about mysterious missing tables that really exist on the database.
    Here is the log of my session trying to export an existing table and export cant seem to find it .
    -bash-3.00$ . oraenv
    ORACLE_SID = [oracle] ? HR90
    The Oracle base for ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome01 is /u01/app/oracle
    -bash-3.00$ sqlplus system
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Sep 9 11:35:43 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    SQL> set lines 200
    SQL> column object_name format a30
    SQL> select object_name,owner,object_type
    2 from dba_objects
    3 where object_name = 'PSCLASSDEL' ;
    OBJECT_NAME OWNER OBJECT_TYPE
    PSCLASSDEL PUBLIC SYNONYM
    PSCLASSDEL SYSADM TABLE
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    -bash-3.00$
    exp sysadm tables=PSCLASSDEL file=PSCLASSDEL.dmp
    Export: Release 11.2.0.1.0 - Production on Thu Sep 9 11:41:51 2010
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Password:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    Export done in US7ASCII character set and AL16UTF16 NCHAR character set
    server uses WE8ISO8859P1 character set (possible charset conversion)
    About to export specified tables via Conventional Path ...
    EXP-00011: SYSADM.PSCLASSDEL does not exist
    Export terminated successfully with warnings.
    Even a full export of the schema does not include these "missing" table at all.
    Has anyone encounteed this on 11gR2
    Thanks.

    Thanks . This seems to be a new parameter in 11gR2 . It just got me by surprise that Oracle set it to true by default changing the old behaviour . Inserting records is really not an option but there are modules in the system that does check these table's existence after an import restore. I'm going to be using expdp to get these tabs back. Anyway all seems well . Thanks to all who responded.Have a great day .
    Edited by: jodsum on Sep 9, 2010 12:36 PM

  • Re: Some Tables are missing: Query Builder

    Thank you!!! I had the same problem and this (table.xml) has helped, I can now see the tables in the left.
    I'm also not able to see any tables in the "Query Builder". I have tried to explore to see if the fix is similar with no luck. Does the Query Builder have a simlar fix?
    Thanks!!!
    Max

    Max,
    I branched this query to start a new thread. While the thread: Some Tables are missing did help you see your tables, much of the discussion happened last year and was not about the query builder.
    In the query builder for the current 1.1.2 build, you can only see tables you own. In the next update, you'll also be able to see tables you have select access to.
    Regards
    Sue

  • EXPDP exported data in some tables but exported zero rows in others

    Hello,
    Good day and top of the day to you.
    I created a parfile for expdp and the content is as below :
    DIRECTORY=EXPORTBANKSYS
    FILESIZE=4G
    INCLUDE=TABLE
    JOB_NAME=exportbanksys
    LOGFILE=banksytables
    PARALLEL=4
    SCHEMAS=BANKSYS
    DUMPFILE=banksystables%U.dmp
    The parfile is meant to export all table data in banksys schema.
    But i discovered that after i initiated the EXPort via the above parfile , part output is as below :
    . . exported "BANKSYS"."XXX" 5.289 KB 1 rows
    . . exported "BANKSYS"."YY" 8.617 KB 1 rows
    . . exported "BANKSYS"."YYY" 11.84 KB 1 rows
    . . exported "BANKSYS"."branch_UNITY" 0 KB 0 rows
    . . exported "BANKSYS"."branch_test" 0 KB 0 rows
    . . exported "BANKSYS"."ACCNT5" 64.31 MB 1405026 rows
    . . exported "BANKSYS"."ACCNT" 64.25 MB 1403676 rows
    Despite the fact that there are records in branch_UNITY and branch_test the log file shows that no record was exported.
    Is there anything I did not do right ?
    |Please assist as I need to export all the tables and not some

    My only guess at this time is that you might have some extended security on those tablles that is preventing the scheama running the expdp job from seeing the rows. Can you log into sqlplus with the same schema running the expdp job and do a select count(*) from the suspect tables.
    Dean

  • Fail to import some tables when restoring a export dump

    Hi,
    I have a export dump get by oracle 11g database. I want to restore this dump into a new database. When i am importing the dump some tables restoration get fail. Reason of this there is invalid views and packages creating.
    Pls some one help me to resolve this problem.
    DB@ZooM

    Share impdp command that you have typed for import and also describe the user which has done the export

  • Export fails when table is empty

    Hey Everyone,
    Dumb question. What is the export syntax I need to export just the table structure of an empty table. The example below works when the table has data, but when it's empty I receive an "EXP-00011: <table> does not exist" error.
    Thanks in advance for any help,
    Roger
    C:\>exp nwis/xxx@nwishq file=C:\Loader\testdmp tables=(XSEC_SRVY_STN_54,DBN_DEF) rows=N log=C:\Loader\nwis.log
    Export: Release 11.2.0.1.0 - Production on Tue Feb 1 17:43:21 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    Note: table data (rows) will not be exported
    About to export specified tables via Conventional Path ...
    EXP-00011: NWIS.XSEC_SRVY_STN_54 does not exist
    . . exporting table DBN_DEF
    Export terminated successfully with warnings.
    C:\>sqlplus nwis/xxx@nwishq
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 1 17:44:02 2011
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    GLogin Script Executing...
    Session altered.
    GLogin Script Complete.
    NWISHQ.NWIS>col object_name format a30
    NWISHQ.NWIS>select object_name, object_type, status
    2 from user_objects
    3 where object_type = 'TABLE' and object_name in ('XSEC_SRVY_STN_54','DBN_DEF');
    OBJECT_NAME OBJECT_TYPE STATUS
    DBN_DEF TABLE VALID
    XSEC_SRVY_STN_54 TABLE VALID
    NWISHQ.NWIS>desc XSEC_SRVY_STN_54
    Name Null Type
    SITE_VISIT_ID NOT NULL NUMBER
    XSEC_SRVY_START_DT NOT NULL DATE
    XSEC_SRVY_STN_VA NOT NULL FLOAT(53)
    XSEC_SRVY_STN_SG NOT NULL CHAR(1)
    XSEC_SRVY_STN_RD NOT NULL CHAR(1)
    XSEC_SRVY_STN_DT NOT NULL DATE
    XSEC_SRVY_STN_TD NOT NULL CHAR(6)
    TM_DATUM_RLBLTY_CD NOT NULL CHAR(1)
    XSEC_SRVY_DEPTH_BTTM_VA FLOAT(53)
    XSEC_SRVY_DEPTH_BTTM_SG NOT NULL CHAR(1)
    XSEC_SRVY_DEPTH_BTTM_RD NOT NULL CHAR(1)
    XSEC_SRVY_DEPTH_BTTM_UNC_VA FLOAT(53)
    XSEC_SRVY_DEPTH_BTTM_UNC_CD NOT NULL CHAR(4)
    NWISHQ.NWIS>desc DBN_DEF
    Name Null Type
    DB_NO NOT NULL CHAR(2)
    DB_DS NOT NULL VARCHAR2(255)
    ADAPS_FG NOT NULL CHAR(1)
    GWSI_FG NOT NULL CHAR(1)
    QW_FG NOT NULL CHAR(1)
    SWUDS_FG NOT NULL CHAR(1)
    NWISHQ.NWIS>select count(*) from XSEC_SRVY_STN_54;
    COUNT(*)
    0
    NWISHQ.NWIS>select count(*) from DBN_DEF;
    COUNT(*)
    11
    NWISHQ.NWIS>insert into XSEC_SRVY_STN_54 values (1,to_date('1/1/11','mm/dd/yy'),2,'y','n',to_date('1/2/11','mm/dd/yy'),'abcde
    f','y',3,'y','n',4,'abcd');
    1 row created.
    NWISHQ.NWIS>commit;
    Commit complete.
    NWISHQ.NWIS>exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    C:\>exp nwis/xxx@nwishq file=C:\Loader\testdmp tables=(XSEC_SRVY_STN_54,DBN_DEF) rows=N log=C:\Loader\nwis.log;
    Export: Release 11.2.0.1.0 - Production on Tue Feb 1 17:48:44 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    Note: table data (rows) will not be exported
    About to export specified tables via Conventional Path ...
    . . exporting table XSEC_SRVY_STN_54
    . . exporting table DBN_DEF
    Export terminated successfully without warnings.
    C:\>

    See Oracle Support Doc :
    Original Export Raises EXP-11 Table Does Not Exist or Table is Ignored [ID 960216.1]
    Also see the threads
    Some tables missing while taking dump
    Import the table with 0 rows
    I note that you have discovered one "fix" or "workaround" --- insert 1 row into the table before it is exported.
    Hemant K Chitale
    Edited by: Hemant K Chitale on Feb 2, 2011 9:54 AM

  • Doubt in  export, import and table para when creating Function Module

    Dear fellow ABAPers,
    I have a doubt in defining export, import and table parameter while creating a function module.
    I am calling a function module inside a user exit. Now in the user exit the SAP fills an internal table called i_lfa1 with all the data user has eneterd.
    Now I want to pass this whole internal table to function module and the perform some checks on the values of internal table.
    After that function module fills an error structure with values depending on some check.
    1)
    How do I pass this internal table to function module ? 
    When I am creating function module in se37 where do I define this iternal table type ? Is it in Import or Table parameter during function module creation?
    2)
    Where do I define error structure type (which is returned by function module to main program)? Is it in Export or table parameter during function module creation?
    Please clear my doubt..
    Relevant points will be awarded.
    Regards,
    Tushar.

    Hi Tushar,
    1. How do I pass this internal table to function module ?
       I assume u are creating your own Y/Z FM.
       Pass it thru TABLES parameter.
    2. When I am creating function module in se37 where do I define this iternal table type
       Define this in TABLES interface.
       What Type ?
       THE SAME TYPE WHICH HAS BEEN DEFINED
        WHILE PASSING IN THE USER-EXIT FUNCTION MODULE.
       IF U SEE THE FM OF THE USER-EXIT,
       U WILL COME TO KNOW.
    3.
    Where do I define error structure type (which is returned by function module to main program)? Is it in Export or table parameter during function module creation?
    Define it in TABLES interace. (not in export, import)
      (Since what u are going to return is an internal table)
      U can take for eg. BDCMSGCOLL.
      OR u can create your own Y/Z structure
    for the same purpose.
      (or u can use the structure type T100)
    I hope it helps.
    Regards,
    Amit M.

  • Entry 001 is missing in table tab_fskb

    Hi , I get a problem when I use t-code:fb70,   the error message is "entry 001 is missing in table tab_fskb"    ,       is tab_fskb a table ?  I use se16 to view the table ,but there is no table named tab_fskb.      who can give me some solution?
      thanks a lot

    Dear Victor,
    Once you open a particular thread, after that why you don't follow it..?
    Forget about awarding points to a helpful suggestion or closing a thread,you don't even reply when anybody starts showing interest in your question.
    Yesterday you asked:
    What should I pay attention to do a successful client copy ?   
    I do the remote client copy successfully , I see the message"remote client copy complete" in SCC3. but the developers say they can not do the post.
    so , I want to have your advices about how to do a successful copy. what should I pay attention to.
    And when I asked for certain information:
    Please specify the following things to help us analyze your situation.
    1. Your system landscape
    2. Your source and target system while doing the remote client copy.
    3. Also why you did client copy and more details about the problem that your developer is facing.
    Then only we can guide you.
    You didnt replied and again opening a new thread today
    PS: What you expect from others..?..To share knowledge when you dont even follow your post and least bothered about answering certain doubt of various potential repliers.
    Regards,
    Ashutosh

  • Has anyone encountered problem with VIRSA_CC_ACTUSAGE missing some data?

    Has anyone encountered a problem where the VIRSA_CC_ACTUSAGE table is missing some transaction activity?
    We have a situation where the monthly ST03 file shows that a user executed the MI31 transaction some time back in August.  However our ACTUSAGE table does not show this user performing MI31 for any day in August. 
    It does have records of other people using MI31 in August.  It also has records of this same user performing other transactions in August.  It even has records showing other transactions this same user performed in August.
    This is now an issue with our external Auditors.
    We are on GRC 5.3 SP 13.
    Thanks.

    Hi Bob,
    VIRSA_CC_ACTUSAGE holds information on the transactions executed by users and it gets the data from STAD. Did you notice the time user has spent in the MI31 transaction code (I know even if the user hasn't spent more time, it should be recorded), but this another step to isolate the issue.Also, check SM21 logs on that specific day, and see if there are any events registered during that time related to STAD. I think it was not able to collect the data.
    Also, check VIRSA_CC_ALTCDLOG. This is the Alter log table that stores information of ACTUSAGE. The purge utility will only delete the data from the ACTUSAGE, but it remains in the ALTCDLOG.
    Refer to SAP Note 1512020 for additional details on the Alert files.
    Hope this helps!!
    BR,
    Raghu

  • Calling stored procedure from DRM export

    Hi All,
    I am new to drm .I have a question.Is it possible to run stored procedure automatically when drm export ran.
    I Have a DRM HUb where i am actually downloading all the tables.I have a requirement to run stored procedure when drm exports ran.
    Is it Possible?

    Hi,
    I have these exports from drm.Do we have batch commands in DRM
    When these DRM exports ran, Is there a way that i can trigger my stored procedure

  • Export of a table with BLOBS

    I have an application on our/your hosted environment.
    in two of this tables are stored some documents (pdf,doc) and pictures. For deploying my application to a local environment I can use application-export, image-export (for some global pictures), Create-DDL for views, sequences, tables and text-export for text-table-content.
    But how to get an export from BLOB like it is done by your Workspace-Image-Export.
    I know to use oracle exp/imp (needs sql*net) in a normal database environment, but I can't use it on the hosted environment.
    For some small Tables it could be a challenge to have such a way ( I think it should be possible similar the way of Workspace-Image-export) for developers data.
    Thanks Lutz

    I just knocked up a little page process to see if I could export a blob image to a text file -
    declare
      v_blob_locator BLOB;
      l_amt number default 57;
      l_offset number default 1;
      l_raw raw(80);
      resultString VARCHAR2(80);
      resultClob CLOB;
    begin
      OWA_UTIL.MIME_HEADER( 'application/octet', FALSE );
      HTP.P('Content-Disposition: attachment; filename="blob.txt"');
      OWA_UTIL.HTTP_HEADER_CLOSE;
      DBMS_LOB.CREATETEMPORARY(resultClob,FALSE,DBMS_LOB.CALL);
      SELECT BLOB_CONTENT
       INTO v_blob_locator
       FROM wwv_flow_files
       WHERE name = 'F2015933220/myimage.gif';
      LOOP
        DBMS_LOB.READ( v_blob_locator, l_amt, l_offset, l_raw );
        l_offset := l_offset + l_amt;
        resultString := UTL_RAW.CAST_TO_VARCHAR2( utl_encode.base64_encode(l_raw ) );
        resultClob:=TO_CLOB(resultString);
        HTP.PRN(resultString);
      END LOOP;
      EXCEPTION
        WHEN NO_DATA_FOUND THEN
          NULL;
      DBMS_LOB.FREETEMPORARY(resultClob);
      HTMLDB_APPLICATION.G_UNRECOVERABLE_ERROR := True;
    end;It appears to work...perhaps something like this could be adapted to export the blobs in a table?
    p.s. I apologise for the horrendous NO_DATA_FOUND, let's call it an early prototype ;)

  • Can R3load skip some tables during import?

    We use DB-independent method to export/import SAP DB.
    Now the export is done by R3load.
    We want to exclude some tables in the import.
    I know  that R3load has an option "-o  T"  to  skip tables.
    However, we need to know
    1)  the exact syntax to put into export_monitor_cmd.properties
    2) still need the table structures to be imported even no data is wanted.
    Thanks!

    Lee and Rob,
    Thank you both for your responses.
    Rob, thank you sir... I appreciate greatly some possible solutions to implement.  The CollectionPreseter sounds very interesting.  I am relatively new to Light Room 3 (working through Kelby's book at the moment tryng to learn), so please excuse any lightly thought out questions.
    You mentioned the idea of setting up multiple collections where each would have its own preset.  So lets talk about a possible workflow scenario in order to help me understand whether I comprehend the functionality of what this plugin could do.
    Lets say I have 3 Collections with each having one preset assigned.
    Is it possible ->
    Workflow A
    That after I import photos and then assign into Collection 1, CollectionPreseter will assign the defined preset on Collection 1.
    Once applied, does the ability exist to then move the pictures from Collection 1 into Collection 2 (while keeping Collection 1 preset) to apply it's preset and then lastly Moving the pictures from Collection 2 (while keeping Preset 1 and 2) into Collection 3 to apply its preset? with Final Export.
    OR
    Workflow B
    Would the flow have to be something like this based on above:
    Import and place into Collection 1 (preset 1 is applied).  Export and Save
    Reimport and place into Collection 2 (preset 2 is applied). Export and Save.
    Reimport and place into Collection 3 (preset 3 is applied). Export and Save Final.?
    The other that I have not raised is what about droplets (actions) with Photoshop CS?  Are multiple droplets able to be applied and ran in a batch if I integrated with CS that way?
    Thank you...
    Steven

Maybe you are looking for

  • I bought an Airport Express today. I can't connect to whatsapp or get hotmail emails now. What am I doing wrong?

    I live at Uni, and our only access to the internet is through the ethernet ports in our wall. I got sick of not being able to use my laptop away from my desk, and draining my data while in my room. It works fine on my laptop (using it now) and both m

  • Converting Oracle Forms to J2ee - (Focus on Form triggers/ Form Procedures)

    Hi, We are in the process of exploring the option of migrating forms to J2EE using JheadStart tool. After migration of forms using Jheadstart tool, what will happen to my Form triggers, Procedures? Does the GUI look and feel - canvases and tabbed pag

  • ECC 6 UPGRADATION

    Hi All       Currently we are running SAP R/3 4.7 , now we want to upgrade SAP R/3 4.7 to ECC 6 . What are the steps and kindly gine me the installation guides . Regards Selvan

  • How to combine below 4 queries into a single query?

    SELECT COUNT(*) AS NORMAL_PASS FROM ( SELECT MAINSERNO FROM SGSTUDENT.PPL_PRODUCT_TESTID2 WHERE (MONO = '5954556' AND TESTMODE =1 AND TESTFLAG =1) SELECT COUNT(*) AS NORMAL_FAIL FROM ( SELECT MAINSERNO FROM SGSTUDENT.PPL_PRODUCT_TESTID2 WHERE (MONO =

  • OS Mountain Lion de graça???

    Eu comprei meu macbook agora e disseram que eu poderia atualizar o sistema operacional sem custos até 30 dias da minha compra. Quando fiz o login com minha conta da app store antiga, do meu ipod, ele estava cobrando os 19,99 dolares para atualizar, c