How to do export/import

Hai
Please guide me how to do the client copy -import/export method. i want to do from prd to dev. os -windows,db-oracle,sap 5.0
1. What are pre request for that.( pre checking)
2.approx. time for client copy.
3. how to check the client size and dbsize.
4.test run will effect the prd system.(ie client wants to lock during the client copy testing..)
5.what are the other things i want to follow.
Thanks in advance.
Edited by: rameshsrina on Mar 21, 2011 4:57 PM

You may want to do the client copy when users are not working on the system. For the client export/import, source system can be used as soon as export process is ready. You can use reports like RSSPACECHECK for the size of client. Client copy export/import timings depends on your hardware configuration, database size etc. You will need to decide on client copy profile before starting the export.
You may want to refer to the following SAP notes:
SAP Note 552711 - FAQ: Client copy
SAP Note 489690 - CC INFO: Copying large production clients
SAP Note 118823 - CC-ADMIN: Size of a client
SAP Note 24853 - CC-INFO: Client copy, functionality

Similar Messages

  • How do I export/import keyboard shortcuts to a text file

    How do I export/import keyboard shortcuts to a text file?
    It would be nice to export them, edit and/or add to them in a text editor on my iMac, then import them back into iPhone and iPad.

    You can backup the bookmarks to a file, then copy that file to the new computer and import them, for details see [[Backing up and restoring bookmarks]].
    You can copy more than just the bookmarks. The user data, such as bookmarks and passwords, are stored in the profile folder. You can copy the data manually by copying the contents of the profile folder, for details see [http://kb.mozillazine.org/Profile_backup Profile backup - MozillaZine Knowledge Base] or [[Backing up your information]].
    There are some add-ons and utilities that can make this process easier. The first one is the [https://addons.mozilla.org/en-US/firefox/addon/2109/ FEBE] add-on which can be used to copy a profile. Another option is the free [http://mozbackup.jasnapaka.com/ MozBackup] utility.

  • How do i export/import the Oracle Portal Online help

    hai everybody...
    i want to export/import the
    Oracle Portal Online Help Content Area
    i tried this same as (my own content area
    export/import)...but my own content area Pages were worked.....how do i do this..
    any help..
    thanks in advance
    null

    The recommended way is to export the User Manager configuration template out (using the AdminUI), import it into your new enviroment (again using the AdminUI - you have to type the password of the LDAP user in since it is not exported) and then initiating an LDAP Synch.

  • How to backup, export & import browser history?

    I wish to undertake a removal & then a subsequent reinstallation of FF. However, I wish to retain the browser history _as is_ (though not in JSON form) & import this to the newly reinstalled version.
    Can I do this? If so, how?
    My OS is Windows 7 Ultimate.

    The only way to backup history is to copy history items to a bookmarks folder and export them that way.<br />
    Firefox only keeps backups of the bookmarks and not of the history.
    See also:
    *http://www.nirsoft.net/utils/mozilla_history_view.html

  • I got photoshop elements 12 from apple app store, after launch,  there no organize( album) , how do I export, import pictures?

    I got photoshop elements 12 from apple app store, after launch , no organize (album). How do I import , export pictures?

    Did you buy the Editor only version? Here's the product comparison - Adobe Photoshop Elements 12 - Buying guide.
    [EDIT] Actually it seems you can ONLY buy the Editor only version via the App Store. Here's an explanation why (scroll down to the fourth section) - Purchases through Mac App Store FAQ.[/EDIT]
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • HOW to GET EXPORT/IMPORT

    Export <field>  to parameter ID  <XXX>
    IMPORT <field> from Parameter ID <XXX>
    How to get XXX value it can be 3 character or any specific value like
    GET PARAMETER ID <KUN>  field KUNNR.  where KUN is the paramete ID given at the definition of data element

    TYPES:
      BEGIN OF tab_type,
        para TYPE string,
        dobj TYPE string,
      END OF tab_type.
    DATA:
      id    TYPE c LENGTH 10 VALUE 'TEXTS',
      text1 TYPE string VALUE `IKE`,
      text2 TYPE string VALUE `TINA`,
      line  TYPE tab_type,
      itab  TYPE STANDARD TABLE OF tab_type.
    line-para = 'P1'.
    line-dobj = 'TEXT1'.
    APPEND line TO itab.
    line-para = 'P2'.
    line-dobj = 'TEXT2'.
    APPEND line TO itab.
    <b>
    EXPORT (itab)     TO MEMORY ID id.
    IMPORT p1 = text2
           p2 = text1 FROM MEMORY ID id.</b>

  • Data Pump - How to avoid exporting/importing dbms_scheduler jobs?

    Hi,
    I am using data pump to export a users objects. When I import them it also imports any jobs that user has created with dbms_scheduler - how can I avoid this. I tried EXCLUDE=JOBS but no luck.
    Thanks,
    Jon.
    Here are my export and import paramater files:
    DIRECTORY=dpump_dir1
    DUMPFILE=reveal.dmp
    CONTENT=METADATA_ONLY
    SCHEMAS=REVEAL
    EXCLUDE=TABLE_STATISTICS
    EXCLUDE=INDEX_STATISTICS
    LOGFILE=reveal.log
    DIRECTORY=dpump_dir1
    DUMPFILE=reveal.dmp
    CONTENT=METADATA_ONLY
    SCHEMAS=reveal
    REMAP_SCHEMA=reveal:reveal_backup
    TRANSFORM=SEGMENT_ATTRIBUTES:n
    EXCLUDE=TABLE_STATISTICS
    EXCLUDE=INDEX_STATISTICS
    LOGFILE=reveal.log

    Sorry for the reply to an old post.
    It seems that now (10.2.0.4) JOB is included in the list of SCHEMA_EXPORT_OBJECTS.
    SQL> SELECT OBJECT_PATH FROM SCHEMA_EXPORT_OBJECTS WHERE object_path LIKE '%JOB%';
    OBJECT_PATH
    JOB
    SCHEMA_EXPORT/JOB
    Unfortunatly, EXCLUDE=JOB still generates invalid argument on my schema imports. I also don't know whether these are old style jobs, or scheduler jobs. I don't see anything for object_path LIKE '%SCHED%' , which is my real interest anyway.
    The data pump is so rich already, I hate ask for more, but ... may we please have even more?? scheduler_programs, scheduler_jobs, scheduler etc.
    Thanks
    Steve

  • How to implement Export/Import Scripts in windows2003

    Hi...
    I want to implement Exp\imp or expdp\impdp scripts for my new rac database (10.2.0.4) on Windows2003 and I want to put this scripts on Scheduler task... so please can any one guide me how to implement backup scripts.
    1. daily incremental exp\imp scripts on windows
    2.weekly full database
    And another thing is I want to implement incremental backup of exp\imp script for every 1-hour for my important database on windows2003
    Edited by: user8943492 on Aug 6, 2010 9:53 PM

    Ok Try this
    Create bat file
    dialy_exp.bat
    cd d:\dump
    expdp system/manager@dbname DIRECTORY=mydir dumpfile=full.dmp
    call dayslist.bat
    move D:\dump\full.* d:\dump\old\%dayno%\
    dayslist.bat
    if %date:~0,3%== sat set datno=saturday
    if %date:~0,3%== sun set datno=sunday
    if %date:~0,3%== mon set datno=monday
    if %date:~0,3%== tue set datno=tuesday
    if %date:~0,3%== wed set datno=wednsday
    if %date:~0,3%== thu set datno=thursday
    if %date:~0,3%== fri set datno=friday

  • How to make export/import of an Enterprise portal application flexible?

    Hi,
    I've created simple portal using Portal Content Studio. The portal contains lots of URL iViews that shows some parts of the UI of a third party product deployed on the same NetWeaver App server.
    If the portal is exported and afterwards it is imported at Enterprise portal on another machine - all the URLs should be modified according to the new hostname and port of the Netweaver App.
    Is there a way to pass the host name+port as parameters, so these should be defined only once, when importing at new location - not to modify the location for each URL iView?
    Thanks

    Sam,
    You should use an AppIntegrator iView to do this. It references a System Definition (of type com.sap.portal.httpconnectivity.urlsystem) in the PCD and allows you to build the URL from the System Definition properties. You need a
    To create an AppIntegrator iView create an iView from the PAR called 'com.sap.portal.appintegrator.sap' and choose the 'Generic' template option
    The iView property 'System' should contain the alias of the System Definition, and you can use the following syntax to generate the URL by setting the URL template property to something like this:
    <Protocol>://<HostAddress>:<Port>/some/path?user=<User.Name[UPR_CASE]>&
      url= <HomeServer.url<a href="ENCODE UPPERCASE">>
    Documentation can be found here:
    [url=http://help.sap.com/saphelp_nw04s/helpdata/en/70/5a3842134bad04e10000000a1550b0/frameset.htm]http://help.sap.com/saphelp_nw04s/helpdata/en/70/5a3842134bad04e10000000a1550b0/frameset.htm</a>
    Cheers,
    Steve

  • How to export import HR forms

    Hi How can we export import Hr Forms like scripts we have RSTXSCRP.
    Smart forms there only we have option.
    Like this is there any thing for HR Forms...
    Regards
    sas

    Ya thanks amit i got it.....
    any one for this probelm reach me at ..
    Saslovesap  @ gmail dot com
    Regards
    Sas
    Solution :
    a empty form cant be uploaded it requires a supporting form to upload into target place so we need to create any dummy form or else take a standard form and based on form.
    after that we can delete it (Dummy ones)

  • How to export/import an album?

    I usually load my photos from my camera to my G4 laptop, edit them there during the trip and create an album with selected pictures.
    After returning home, I load all the origininals to my desktp G5 (no problem, however, the "film" information is lost, all the pictures show up under the same heading).
    But how can I export/import an album which has been created on the laptop? When I use the export/import function then the pictures are there on the G5, but the sequence is changed. This is quite a nuisance!
    Who can help?
    G4 and G5   Mac OS X (10.4.7)  

    The problem is that iPhoto can have only one library open at time except for the special case when the second library is on a CD. So you would have to burn a CD for one or more albums in iPhoto on your laptop and then move the CD to your desktop. The second library will then show up in the iPhoto listing on your desktop, and you can then drag the album you want to import into the desktop iPhoto library. I think you should be able to use a CD-RW here so that you don't have to use up a new CD-R each time.

  • How to export/import  a Project from Dev area to Test area

    Dear All,
    We are using ODI for the first time in our organization. We have completed our developments and need to export the project and import it to the test area.
    We exported the project as a whole and tried to import to teh new repository using teh mode "INSERT", but it is failed saying that the sequences are having values less than the object IDs.
    When we tried to import using "DUPLICATE" mode it all Project got imported. But the relations to the folders are invalid.
    Please guide us how to do export/import a project. (The documentations we referred does not talk about the errors mentioned above)
    Thanks in Advance,
    Jeneesh
    Edited by: jeneesh on Dec 14, 2011 11:17 AM
    We are getting the below error when trying to import using "INSERT" mode :
    "You are importing an object from another repository with teh same identifier"

    Dear All,
    Thanks for the support.
    The issue has been resolved, we followed the below document.
    https://docs.google.com/viewer?a=v&q=cache:49wyyioePCMJ:apex.oracle.com/pls/apex/BUDBG_PT.load_file%3Fp_filename%3D20070500_ODI_Import_Export_BestPractice.pdf+import+export+best+practices+for+scb&hl=en&gl=ae&pid=bl&srcid=ADGEESgjBzSoRQMBdOkiR83vI7GGUhYcAQk1YmgJmY6aprTW3vZNOERYKWTMwv0hCVn5Zi6OnecOFbBP39zYV0SfjE0UNzWhp4gr0hflvUEPyxkyudMyVE2M-5lfKsN2YQfYh3VC_ehS&sig=AHIEtbSBfLGO2LIhdcyBsjM9Q7jezh6jtQ
    Regards,
    Jeneesh

  • How to export/import customization infromation from a java portlet?

    I created a java portlet using the methods in oracle.portal.provider.v2.personalize and oracle.portal.provider.v2.preference packages as described in the document adding.customization.pdk.java.v2.html. I am using DBPreferenceStore instead of FilePreferenceStore for my application.
    When I am migrating from development to production, how do I export/import the portlet customizations to the new environment along with the pages?

    Here is an Oracle doc explaining how to use PrefenceStores (File and limited DB)
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/ARTICLES/HOW.TO.USE.PDKJAVA.PREFSTORE.V2.HTML
    But more directly applicable, the last paragraph of the API class documentation for DBPreferenceStore explains the information needed to do this.
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/JPDK/apidoc/oracle/portal/provider/v2/preference/DBPreferenceStore.html
    It explains what table is used to store the data, the default is "JPDK_PREFERENCE_STORE2". And explains that if you use your own, you have to specify the table name in the provider.xml. Since you don't seem to know which table, the implication is that you used the default (and were lucky enough that it was installed...it wasn't on my install of the jpdk).
    You should be able to extract the appropriate data from the "JPDK_PREFERENCE_STORE2" table.
    I hope this helps.

  • Export/import to clone database -- please advise

    Hi All,
    Need help especially from exports that are strong in export/import.
    can someone advise me how to use export/import to clone a database?
    I know how to clone database using cold backup and hot backup.
    But wish to know the full steps in using export/import to do cloning.
    I'm going to do a full export on my "TEST" database, drop the database, create a database and import using the full export.
    After doing a full database export, full=y. What are the steps to follow. Have a few doubts about it.
    1) export the database (full=y)
    2) drop the database
    3) re-create the database, will be using the same name "TEST".
    4) create the users (IDs created by DBA, eg: schemas), tablespace and datafiles. --> import doesn't do it right?
    5) do a full import (full=y). In this step, will i encounter any problems? As in understand that all the oracle-owned objects (example SYSTEM, SYS, AUX) are already in the newly created database, will import full=y cause any problems?
    6) do i have to re-create the roles, SYNONYMS and grant role,sys,obj privileges to IDs not created by oracle. (example schema owner)
    in short i would like to know what EXPORT will export and not export
    what IMPORT will import and not import.
    Please advise.

    Hi zetabouy,
    thanks for ur input, definately helpful for me.
    just to confirm. am i right to say that only a full database level (full=y) export/import will export/import out roles as well as public synonyms? because i have tried also exporting a user from the database, and imported that user into a different database, but public synonyms and roles were not imported.
    one more question:
    For example we are going to do port data from production to uat database using export and import for only the schema.
    After exporting from production with such syntax (owner=OWNER01),
    is is better to drop all objects beloging to the schema owner in UAT before importing it (touser=OWNER01, ignore=y) using the production dumpfile?
    I'm asking this question as I'm afraid that if we did not drop all the pl/sql objects in UAT database, the updated procedures/fuctions/triggers exported from the production database will not get imported to the UAT database as UAT database have the same procedures/fuctions/triggers names (but not updated code) .
    will profiles be exported and imported too duing full database level exp/imp?
    please kindly advise.
    thanks
    Message was edited by:
    chew

  • Export Import in Portal Rel 2

    Hi
    How do i export/import Pages and other contents in portal rel 2, pageexp/imp and appexp/imp scripts r not to be found..what has happened to these in Rel 2..
    TIA
    Bijesh

    For the Portal 9.0.2 Export/Import FAQ, try this link instead. The FAQ was just updated today, so the URL was also changed:
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/OTN_CONTENT/MAINPAGE/DEPLOY_PERFORM/EXPORT_IMPORT_FAQ_1127.HTM
    Best Regards,
    Harry

Maybe you are looking for