Are policies imported using IMPDP?

Hi,
I have done a Schema level expdp on my PROD and wanted to import on TEST. After sucessful import, I dont see the policies of PROD in Test. Does expdp/impdp export and import policies? Do we have to use any special parameters for that?
Is there any difference b/w exp/imp and expdp/impdp in importing policies?
Thanks.

Hey Dean,
thanks for the help. I really appreciate it. I tried as u said...both the full=y and include=RLS_POLICY,FGA_POLICY
expdp directory=PROD_PUMP_DIR full=y dumpfile=prod_policies.dmp logfile=expdp_policy_1132.log INCLUDE=RLS_POLICY,FGA_POLICY
but looks like only RLS_POLICY's have been exported. and not the FGA_POLICY's.
Error Message:
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 0 KB
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/RLS_POLICY
Processing object type DATABASE_EXPORT/SCHEMA/VIEW/RLS_POLICY
Processing object type DATABASE_EXPORT/SCHEMA/SYNONYM/RLS_POLICY
ORA-39168: Object path FGA_POLICY was not found.
Master table "SYS"."SYS_EXPORT_FULL_01" successfully loaded/unloaded
Dump file set for SYS.SYS_EXPORT_FULL_01 is:
/ora_backup/prod/exports/prod_policies.dmp
Job "SYS"."SYS_EXPORT_FULL_01" completed with 1 error(s) at 11:31:28
but,
from the query below:
SQL> select unique(full_path) from sys.datapump_paths where het_type = 'DATABASE_EXPORT' AND FULL_PATH LIKE '%POLIC%';
FULL_PATH
DATABASE_EXPORT/SCHEMA/PUBLIC_SYNONYM/FGA_POLICY
DATABASE_EXPORT/SCHEMA/PUBLIC_SYNONYM/RLS_POLICY
DATABASE_EXPORT/SCHEMA/SYNONYM/FGA_POLICY
DATABASE_EXPORT/SCHEMA/SYNONYM/RLS_POLICY
DATABASE_EXPORT/SCHEMA/TABLE/FGA_POLICY
DATABASE_EXPORT/SCHEMA/TABLE/RLS_POLICY
DATABASE_EXPORT/SCHEMA/VIEW/FGA_POLICY
DATABASE_EXPORT/SCHEMA/VIEW/RLS_POLICY
and
SQL> select unique(full_path) from sys.datapump_paths where het_type = 'SCHEMA_EXPORT' AND FULL_PATH LIKE '%POLIC%';
FULL_PATH
SCHEMA_EXPORT/SYNONYM/FGA_POLICY
SCHEMA_EXPORT/SYNONYM/RLS_POLICY
SCHEMA_EXPORT/TABLE/FGA_POLICY
SCHEMA_EXPORT/TABLE/RLS_POLICY
SCHEMA_EXPORT/VIEW/FGA_POLICY
SCHEMA_EXPORT/VIEW/RLS_POLICY
I think FGA_POLICY shud be exported. Is there any different way to specify the include option in the expdp statement. like using braces or semicolons,,,just like we use to specify particular tables...from Metalink Doc 341733.1???
Thanks.

Similar Messages

  • Database full compile while doing schema import using impdp

    hi,
    oracle 10g
    Database full compile while doing schema import using impdp..
    what is happening here..
    regards,
    Deepak

    My scenario
    I need to import the particular schema from the full export dump. which has taken by using expdp. while importing i am using remap_schema for a single schema.
    But it try to import the full dump and compile all the schema objects.
    regards,
    Deepak

  • ORA-02374: conversion error loading table during import using IMPDP

    HI All,
    We are trying to migrate the data from one database to an other database.
    The source database is having character set
    SQL> select value from nls_database_parameters where parameter='NLS_CHARACTERSET';
    VALUE
    US7ASCII
    The destination database is having character set
    SQL> select value from nls_database_parameters where parameter='NLS_CHARACTERSET';
    VALUE
    AL32UTF8
    We took an export of the whole database using expdp and when we try to import to the destination database using impdp. We are getting the following error.
    ORA-02374: conversion error loading table <TABLE_NAME>
    ORA-12899: value too large for column <COLUMN NAME> (actual: 42, maximum: 40)
    ORA-02372: data for row:<COLUMN NAME> : 0X'4944454E5449464943414349E44E204445204C4C414D414441'
    Kindly let me know how to overcome this issue in destination.
    Thanks & Regards,
    Vikas Krishna

    Hi,
    You can overcome this issue by increasing the column width in the target database for the max value required for all data to be imported successfully in the table.
    Regards

  • Importing tablespace using impdp

    Hi,
    I am trying to transport tablespace using expdp/impdp like:
    source side: expdp dumpfile=tbs1.dmp logfile=tbs1.log directory=datapump transport_tablespaces=tbs1
    transformed to target side
    target side: impdp dumpfile=tbs1.dmp directory=datapump transport_datafiles='/u01/app/oracle/sales/tbs1.dbf'
    it is giving:
    ORA-39123: Data Pump transportable tablespace job aborted
    ORA-29345: cannot plug a tablespace into a database using an incompatible character set
    when i searched in google some suggestions are given like do transport using rman.
    But when we have the option in impdp why i need to go to rman tool.
    i want to use impdp only. but i ma unable to use it properly while importing.
    can you please alter me.
    thank you!

    Hello,
    ORA-29345: cannot plug a tablespace into a database using an incompatible character setIt cannot work due to the error ORA-29345 above:
    ORA-29345: cannot plug a tablespace into a database using an incompatible character set
    Cause: Oracle does not support plugging a tablespace into a database using an
    incompatible character set.
    Action: Use import/export or unload/load to move data instead.
    i want to use impdp only. but i ma unable to use it properly while importing.So, as suggested, move the data by import/export. But, be careful, as you have different character set you may have conversions.
    Hope this help.
    Best regards,
    Jean-Valentin

  • Only to import  JAVA CLASS  and JAVA SOURCE  from .DMP file using IMPDP

    hi,
    I have a schema X, In that schema some of the *"JAVA CLASS" and "JAVA SOURCE"* objects are missing ..
    The procedures ,functions..etc objects were updated at X schema..
    I have 1 dmp file of Y schema , containing the missing "JAVA CLASS" and "JAVA SOURCE" s.. Can I import the the same to the schema X using IMPDP
    i tried using INCLUDE clause but it is not working
    eg:
    impdp john1/john1@me11g22 directory=datadump dumpfile=DEVF2WAR.DMP remap_schema=devf2war:john INCLUDE="JAVA CLASS","JAVA CLASS"but error..
    ORA-39001: invalid argument value
    ORA-39041: Filter  "INCLUDE" either identifies all object types or no object types.regards,
    jp

    Double post: IMPDP to import  JAVA CLASS  and JAVA SOURCE from .DMP file
    Already replied.
    Regards
    Gokhan

  • Can we use impdp to import the data from an normal exp dump?

    Hi All,
    I have a export dump taken from a 9i database. Can i use impdp to import the data into 10g database from that 9i exp dump?
    Please suggest
    thanks and Regards
    Arun

    Hi,
    I have a export dump taken from a 9i database. Can i use impdp to import the data into 10g database from that 9i exp dump?Yes, it can be.
    Refer:
    http://wiki.oracle.com/thread/3734722/can+a+9i+dump+file+be+imported+into+10%3F
    thanks,
    X A H E E R

  • Where are my Photos that I imported using IPHOTO?

    I am using IPHOTO 9.  I have about 15,000 pics/videos that I have imported using IPHOTO.  That much stuff takes an enormous amount of my hardrive space on my Macbook Pro, which is only 500GB.  Yesterday I purchased a 2TB Time Capsule.  My intention was to use this as storage for all those pics.  But, I'm reading that isn't a good idea.  I do have a 650 GB external WD HDD that I have moved the Iphoto Library to.  My questions are:  Where are all the original phtos stored that I imported from my camera, and other places into IPHOTO?  How do I access all of those files without stepping through dozens of folders within the Master folder under Iphoto Library?
    I purchased PHOTOSHOP ELEMENTS 11 and Photoshop Elements Organizer.  I wanted to organize all my photos utilizing Photoshop Elements Organizer but I can't seem to find them.  When I go to Import pictures/videos from "Iphoto" under Elements Organizer it takes an extremely long time.  In fact, the dialogue that shows how much time is left and what picture it is on indicates like around picture number 50 of 15,000 after an hour or so.  Just way too long.  So, I don't know what to do?  Anyone that has an idea of how I can better utilize these two programs or just one or the other, would be appreciated.
    Thanks.

    This may be of interest to you:
    Using Photoshop or Photoshop Elements as Your Editor of Choice in iPhoto.
    1 - select Photoshop or Photoshop Elememts as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop.  When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done. 
    3 - however, if you get the navigation window
    that indicates that  PS wants to save it as a PS formatted file.  You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    NOTE: With Photoshop Elements  the Saving File preferences should be configured as shown:
    I also suggest the Maximize PSD File Compatabilty be set to Always.  In PSE’s General preference pane set the Color Picker to Apple as shown:
    Note:  to switch between iPhoto and PS or PSE as the editor of choice Control (right)-click on the thumbnail and select either Edit in iPhoto or Edit in External Editor from the contextual menu. If you use iPhoto to edit more than PSE re-select iPhoto in the iPhoto General preference pane. Then iPhoto will be the default editor and you can use the contextual menu to select PSE for your editor when desired.
    OT

  • I keep getting an error code while trying to import a cd to my itunes: Error occurred while converting the file. The disc you are attempting to use is full. removing files and emptying the recycle bin will free up additional space.  What does this mean?

    I keep getting this error code while trying to import a cd to my itunes: "Error occurred while converting the file. The disc you are attempting to use is full. removing files and emptying the recycle bin will free up additional space."  What does this mean?

    Well it probably means exactly what it says... How much free space is there on your hard drive where the iTunes Media folder resides? I believe there is also an obscure bug that can occur when software doesn't read the true value of the free space properly, and the workaround is, perversely, to duplicate some content so that with less actual free space the software in question perceives it as more. I've no idea if iTunes is affected by such a bug.
    tt2

  • Unable to import database using impdp via network_link

    Dear All,
    I am trying to import database from remote location's dump to my local database after creating dblink from local db to remote db.
    At Remote Server:
    - Directory created and granted the privileges. Dir Name: PREMLIVE_EXPDP
    At Local server:
    Username: expuser with dba, imp and exp full database privileges.
    DB Link name: to_premiatest14
    I faced an error of directory invalid when I run the below command in local server to import schema from remote database.
    C:\>impdp expuser/expuser network_link=to_premiatest14 directory=PREMLIVE_EXPDP remap_schema=PREMIATEST:PREMIATEST15 logfile=2013-09-02_premiatest15.log
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit
    Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-39087: directory name PREMLIVE_EXPDP is invalid
    Any help or advice's would be really highly appreciated.
    Regards,
    Syed

    Some more details follows.
    Server 1: Remote Server
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for 64-bit Windows: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    TNS-Entry:
    PREMIATEST14=
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = XX.XX.XX.14)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = malath)
    DIRECTORY:
    PREMLIVE_EXPDP AS
    'C:\Dump\PREMLIVE_EXPDP'; ---->>>> This location/directory holds the dump file.
    Server 2: Local Server
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for 64-bit Windows: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    TNS-Entry:
    PREMIATEST15=
      (DESCRIPTION=
        (ADDRESS=
          (PROTOCOL=TCP)
          (HOST=XX.XX.XX.15)
          (PORT=1521)
        (CONNECT_DATA=
          (SERVICE_NAME=PREMIA15)
    PREMIATEST14 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = XX.XX.XX.14)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = malath)
    Network/DBLink:
    CREATE PUBLIC DATABASE LINK TO_PREMIATEST14 CONNECT TO EXPUSER IDENTIFIED BY <PWD> USING 'PREMIATEST14';
    DBLink tested :
    SQL> select count(*) from premiatest.brkdivion@to_premiatest14;
      COUNT(*)
            94
    Error on importing:
    C:\>impdp expuser/expuser network_link=to_premiatest14 directory=PREMLIVE_EXPDP
    remap_schema=PREMIATEST:PREMIATEST15 logfile=2013-09-02_premiatest15.log
    Import: Release 10.2.0.5.0 - 64bit Production on Tuesday, 03 September, 2013 1:2
    3:10
    Copyright (c) 2003, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit
    Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-39087: directory name PREMLIVE_EXPDP is invalid
    I don't know where am i going wrong . Valuable advice's/assistance will be highly appreciated.
    Thanks & Regards,
    Syed

  • Import database using impdp

    Hello,
    I wanna import a database using impdp. Can i import while i'm logged with system/<password> ? On which database should i be logged? I have a single database, 'orcl'
    Thanks

    I wanna import a database using impdp.
    Can i import while i'm logged with system/<password> ?
    On which database should i be logged? I have a single database, 'orcl'You don't have to login to any database to perform the import using datapump import.
    You just have to set the oracle database environment where you want to import into.
    suppose, you have an export dump generated already,using datapump export(expdp) and if you want to import into orcl database,
    set the oracle environment to orcl
    You have to have the directory object created with read,write access to the user performing export/import(expdp or impdp)
    use impdp help=y at the command line to see the list of available options.
    http://download.oracle.com/docs/cd/B13789_01/server.101/b10825/dp_import.htm
    -Anantha

  • Using iMovie. I selected "New Movie" from the menu. Now when I click on "Events" all I see is the movie. There are no imported video cups to select from. What did I do

    Using iMovie. I selected "New Movie" from the menu. Now when I click on "Events" all I see is the movie. There are no imported video cups to select from. What did I do?

    At the top middle of the screen is a clips filter. Make sure that "All Clips" is selected.

  • I keep getting "error occurred while attempting to import file *******. The disc your are attempting to use is full." I have an external hard drive that I moved files over to, but apparently they're also still on my hard drive? HELP!

    I keep getting "error occurred while attempting to import file *******. The disc your are attempting to use is full." I have an external hard drive that I moved files over to, but apparently they're also still on my hard drive? HELP!

    So you have backed up the content of the computer's hard drive, too?
    That usually is a great idea since it is possible to lose use of the system
    if parts of it have accidentally been removed or get over-written, or the
    main system files get corrupted, when the hard disk drive gets too full.
    If you have not trashed the originals of your created content, that remain
    after you made copies on an external hard drive or other device, then
    that is what you'd have to do to reclaim the capacity still in use by them.
    What are specifications of the hard disk drive? The unused capacity
    verses the used, in GB? If the hard drive has less than 15 to 20%
    free or unused capacity, you could run into trouble. Mine are 40-50%
    unused hard drive space, so ample room is available for automatic
    Virtual Memory to use that capacity as temporary swap file space.
    This is helpful when the computer could use more physical RAM
    memory capacity, but doesn't have it. Or if the RAM is maxxed out
    and you can't add any more. Virtual Memory is part of OS X and the
    system automatically can use as much as is available, but it is better
    to be sure there is plenty of resources available to include chip RAM
    as well as unused or free hard drive capacity for use as VM.
    If for some reason your files in Trash won't go away when you empty
    it, you may have to restart. Be sure you have not included any System
    files in the content in the Trash, or the Mac may not start up later on.
    You may have to boot the computer from the install-restore OS X DVD
    and run Repair Disk from its version of Disk Utility, to be sure it's OK.
    I'm guessing that by now you know enough about the vintage system
    in the older hardware to figure it out, so I won't write about it now.
    In any event... hopefully you can simply trash the files, but check them
    carefully, & you may need to remove (copy to archive first) even more.
    Good luck & happy computing!

  • Errors importing TTS using impdp

    Hello All,
    I am seeing following errors when importing TTS using impdp. Please let me know if you know any work around.
    Thanks,
    Sunny boy
    Corp_DEODWPRD$ impdp parfile=impdp_tts.par
    Import: Release 11.2.0.3.0 - Production on Mon Jul 30 13:23:50 2012
    Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    Master table "SYS"."SYS_IMPORT_TRANSPORTABLE_02" successfully loaded/unloaded
    Starting "SYS"."SYS_IMPORT_TRANSPORTABLE_02": /******** AS SYSDBA parfile=impdp_tts.par
    Processing object type TRANSPORTABLE_EXPORT/PLUGTS_BLK
    Processing object type TRANSPORTABLE_EXPORT/TABLE
    Processing object type TRANSPORTABLE_EXPORT/GRANT/OWNER_GRANT/OBJECT_GRANT
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.LOAD_METADATA [SELECT process_order, flags, xml_clob, NVL(dump_fileid, :1), NVL(dump_position, :2), dump_length, dump_allocation, NVL(value_n, 0), grantor, object_row, object_schema, object_long_name, partition_name, subpartition_name, processing_status, processing_state, base_object_type, base_object_schema, base_object_name, base_process_order, property, size_estimate, in_progress, original_object_schema, original_object_name, creation_level, object_int_oid FROM "SYS"."SYS_IMPORT_TRANSPORTABLE_02" WHERE process_order between :3 AND :4 AND duplicate = 0 AND processing_state NOT IN (:5, :6, :7) ORDER BY process_order]
    ORA-39183: internal error -19 ocurred during decompression phase 2
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 9001
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x5d9562370 20462 package body SYS.KUPW$WORKER
    0x5d9562370 9028 package body SYS.KUPW$WORKER
    0x5d9562370 4185 package body SYS.KUPW$WORKER
    0x5d9562370 9725 package body SYS.KUPW$WORKER
    0x5d9562370 1775 package body SYS.KUPW$WORKER
    0x59c4fbb90 2 anonymous block
    Job "SYS"."SYS_IMPORT_TRANSPORTABLE_02" stopped due to fatal error at 13:52:57
    PAR file:
    USERID='/ as sysdba'
    directory=ODW_MIG_DIR
    dumpfile=exp_full_ODW_tts_20120719_01.dmp
    logfile=imp_FULL_ODW_TTS_20120730.log
    exclude=PROCACT_INSTANCE
    TRANSPORT_DATAFILES=(
    '+DEODW_DATA_GRP/deodwprd/data/ts_appsds_d_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/ts_appsds_i_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_aud_d_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_capone_d01_02.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_capone_d01_03.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_capone_d01_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_capone_d_p2012_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_capone_i01_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_ts_ccr_d01_3.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_ts_ccr_d01_2.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_ts_ccr_d01_1.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_cst_stage_d_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_cst_stage_i_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_dsdw_doc_stg_d01_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_x_etl_d01_02.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_x_report_work_d01_01.dbf',
    '+DEODW_DATA_GRP/deodwprd/data/deodw_x_sas_d01_01.dbf')

    Still the same error with system account. Working with oracle about this iissue.
    Corp_DEODWPRD$ impdp parfile=impdp_tts.par
    Import: Release 11.2.0.3.0 - Production on Tue Jul 31 11:47:32 2012
    Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
    UDI-28002: operation generated ORACLE error 28002
    ORA-28002: the password will expire within 6 days
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    Master table "SYSTEM"."SYS_IMPORT_TRANSPORTABLE_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_TRANSPORTABLE_01": system/******** parfile=impdp_tts.par
    Processing object type TRANSPORTABLE_EXPORT/PLUGTS_BLK
    Processing object type TRANSPORTABLE_EXPORT/TABLE
    Processing object type TRANSPORTABLE_EXPORT/GRANT/OWNER_GRANT/OBJECT_GRANT
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.LOAD_METADATA [SELECT process_order, flags, xml_clob, NVL(dump_fileid, :1), NVL(dump_position, :2), dump_length, dump_allocation, NVL(value_n, 0), grantor, object_row, object_schema, object_long_name, partition_name, subpartition_name, processing_status, processing_state, base_object_type, base_object_schema, base_object_name, base_process_order, property, size_estimate, in_progress, original_object_schema, original_object_name, creation_level, object_int_oid FROM "SYSTEM"."SYS_IMPORT_TRANSPORTABLE_01" WHERE  process_order between :3 AND :4 AND duplicate = 0 AND processing_state NOT IN (:5, :6, :7) ORDER BY process_order]
    ORA-39183: internal error -19 ocurred during decompression phase 2
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 9001
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x5dac10b98 20462 package body SYS.KUPW$WORKER
    0x5dac10b98 9028 package body SYS.KUPW$WORKER
    0x5dac10b98 4185 package body SYS.KUPW$WORKER
    0x5dac10b98 9725 package body SYS.KUPW$WORKER
    0x5dac10b98 1775 package body SYS.KUPW$WORKER
    0x59c554178 2 anonymous block
    Job "SYSTEM"."SYS_IMPORT_TRANSPORTABLE_01" stopped due to fatal error at 12:13:04
    Edited by: Sunny boy on Jul 31, 2012 12:16 PM

  • What are the important standard table use in FI/CO module?

    What are the important standard table use in FI/CO module?
    Moderator Message: Please avoid asking such queries.
    Edited by: kishan P on Jan 24, 2012 12:37 PM

    Hi Sanj,
    Please go through the available information and then you can ask if there is any queries.
    [Google|http://www.google.co.in/search?sourceid=chrome&ie=UTF-8&q=importanttablesinficoin+sap]
    Regards,
    Madhu.

  • I have been using iphoto 09 and am now unable to import photos from my camera.  I get the message that they are being imported but after 10 minutes nothing has actually been imported.

    I have just been trying to import photos from mine and my husbands cameras but nothing seems to be happening.  I get the message to wait while they are being imported but after 10-15 minutes, nothing has been uploaded.  I have always had updates downloaded when they become available and can't think what I may have done wrong.
    I hope someone out there can give me some advice.  My mac is running Snow Leopard and I love it.

    As a Test:
    Hold down the option (or alt) key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

Maybe you are looking for

  • Email invite not arriving for some collaborators. Files missing in folders.

    So, two issues. 1: Some collaborators do not get email invite at all. 2: The ones who do get the invite say that the folders are empty. No files there. WTF??? I am on iMac, running latest Yosemite, with current version of Creative Cloud. So, hmmm? Wh

  • Lightroom 4 cannot find presets panel

    When I load my picture and click on darkroom, the presets panel does not appear. Where is it? Thank you.

  • When will HTML5 be supported on all browsers without Flash

    When will HTML5 be supported on all browsers without Flash.  Flash is a support nightmare.  No matter how much Adobe wants to rescue it, it's antiquated proprietary functionality that poses both security and support issues.

  • ITunes filesharing and usage of folders

    I'm having several applications on iPad which allow filesharing under iTunes with my Windows or Mac. But it doesn't work adding a full directory structure under iTunes to get it imported on iPad. It only works adding document by document, single file

  • No RT drop down menu in sequence with multiclip??

    No RT settings in Multiclip?? Hi, I'm using an iMac8,1, 2.8 GHz Intel Core 2 Duo, 2 GB 800 MHz DDR2 SDRAM, Mac OS X 10.5.8 with FCP 7.0.2. I shot a live music performance with some VERY low end cameras...just a Sony Cybershot in movie mode: 1280x720,