How to import/export a version?

Hi,
how to import/export a version?

Not sure what you are asking here. If you are asking how to get data into DRM, then you are talking about the import process. If you are talking about how to get data out to other receiving systems, then you are talking the export process. Both of those processes are documented in the user help that comes with DRM.
If you are talking about an entire version, from say the PROD area to the DEV area, that process is dependent on what the database repository is stored in (ORACLE or SQL).

Similar Messages

  • How to import/export data in pl/sql developer

    how to import/export data,table script in pl/sql developer.
    By using the export functionality i am getting the dump file.I want a sql file.How do i do it?
    And i want the data in csv file and table script in a sep sql file.How do i do it?

    <li>run your query in "Query Builder"
    <li>Right-Click on the Query-Results
    <li>Click "Export"
    <li>Click on the "Drop-Down" in front of "Format" and choose "insert"
    <li>Provide the location and name of ther "sql" file.
    If you want output in CSV format, choose "csv" from the "format" drop-down.
    HTH

  • How to import/export   from d2k

    hi
    hi please could you help me in how to import/export from d2k.
    M.P.Kiran Kumar

    FUNCTION open_ldr RETURN varchar2 IS
    out_file Text_io.File_Type;
         v_filename varchar2(255);                              
    Begin
    out_file := Text_IO.Fopen('C:sqlldr.ini', 'R'); /* create a file so that u can store sqlldr path first time it wont be there so write the path after verifying */
    text_io.get_line(out_file,v_filename);
    --message(v_filename);
    return(v_filename);
    Exception when others then
         --message('Check For Sqlldr73.exe or Sqlldr*.exe');
    v_filename := get_file_name(File_Filter=>'sqlldr Files (*.exe)|*.exe|');
    out_file := Text_IO.Fopen('C:\sqlldr.ini', 'W');     
         Text_IO.Put(out_file,v_filename);
    Text_IO.Fclose (out_file);
    if v_filename is null then
         Message('Please Select The Sqlldr Path ');
         Message('Please Select The Sqlldr Path ');
         raise form_trigger_failure;
    end if;
    return(v_filename);
    End;
         Declare
              The_userid varchar2(100):='';
              The_Password varchar2(100):='';
              The_connectstring varchar2(100):='';
              Con_Info varchar2(100):='';
              the_command varchar2(200):='';
              v_filename varchar2(100);
              cursor c1 is select tname from <table_name > /* create a table in ur schema and put all the tables which u want to export */ where tabtype = 'MASTER';
         Begin
              v_filename:=open_ldr;
         The_userid := Get_Application_Property(UserName);
                   The_Password := Get_Application_Property(Password);
                   The_connectstring := Get_Application_Property(Connect_String);
                   Con_Info := The_userid||'/'||The_Password||'@'||The_connectstring;
                   for c1rec in c1 loop
                   C2K_TRUNC_HLL_MASTERS(c1rec.tname);
                   the_command := v_filename||' Control=c:\'||c1rec.tname||'.ctl userid='||Con_Info; -- Change This According To The Path
                   -- message(the_command);message(the_command);
    Host(the_command);
                   End Loop;
                   the_command := v_filename||' Control=c:\control'||'.ctl userid='||Con_Info; -- Change This According To The Path
                   host(the_command);
                   Exception When Others Then
                        Message('Error'||' '||sqlerrm);
                        Message('Error'||' '||sqlerrm);
         End;
    If u have any problems please contact me on [email protected]
    furnish the details properly .
         

  • How to Import/Export database tables from one server to other in oracle8i

    Hello friend,
    Please can any one tell me how to import/export groups of database tables from one server with oracle to another using VB.net. It would be nice if some one can provide some code of it.
    I am a software developer and I am in middle of a large project development, in which I need to export a large oracle database from one server to another efficiently.
    Its very urgent so please someone help me.

    At command prompt (source db)
    set ORACLE_SID=db_name
    exp system/password@db_name full=y buffer=104857600 file=(c:\file1.dmp, c:\file2.dmp....) log=c:\exp.log filesize=2000M
    Then ftp the export dump files (in binary) to the other server or copy to target server over the network.
    At command prompt (target db)
    set ORACLE_SID=db_name
    imp system/password@db_name full=y ignore=y buffer=104857600 file=(c:\file1.dmp, c:\file2.dmp....) log=c:\imp.log filesize=2000M
    If the path names of the datafiles are going to be different in the target server (as compared to the source), then precreate the tablespaces before import. Set buffer value accordingly.
    Message was edited by:
    FeNiCrC_Neil

  • How do I export TIFF versions of my images?

    Just starting to play with the demo. How do I export TIFF versions of my images? Will I need to open RAW files in different application, such as Canon Digital Photo Professional?

    No,
    Just right click and choose "export version" there will be a ton of options and you can make your own presets from there as well.
    RB

  • How to import/export in a MAC ???

    Hello, I have a sony Cyber-shot camera and it is recognized and has no problems importing directly to Iphoto... Just now starting to play with IMovie so my ??? is thus; How do I export them to I movie I tried dragging to desktop and then launching imovie and dragging in but it throws it back to desktop.
    Please be specific as i'm new to this Thank you, James

    How do I export them to I movie I tried dragging to desktop and then launching imovie and dragging in
    If you're dragging them from the iPhoto Window then all you're getting is the preview frame, which is a still image. To export a movie from iPhoto you need to select the movie in the iPhoto Window and go File -> Export: *Kind: Original*
    You can also access the movies in iPhoto via the media browser in iMovie.
    Regards
    TD

  • How to import/export in Pl/SQL ?

    Hello
    I want to write a procedure in PL/SQL which will be copying one user's schema to another.
    I have Oracle 9i on Windows 2000.
    My first idea was to use IMP EXP commands, but i need to execute this commands from PL/SQL procedure. How can I do this, except from writing Java procedure using Runtime class - I've done it, it works, but sometimes occure an critical error in Oracle Kernel, and I'm sure that Java code is ok.
    Or maybe there is much easier way to solve such a problem (PL/SQL interface for import/export or something)?
    Thanks for any hints.

    No, imp/exp are standalone utilities with no PL/SQL API. Java would be the way to do it.

  • How to import/export value for ekko-netwr

    Hi friends,
    amount value 'ekko-netwr'  from incude LV61AA43 should pass to include LV61AA43 for this iam using import/export paramters but there is no parameter id for netwr . How can i pass this amout to this rountine.
    Thank u ,
    prasad.

    hi,
    A simple example of ABAP memory is using the EXPORT/IMPORT statements.
    Here in this program, I get the data, export it to memory,
    clear out the internal table in my progam, then reimport the data into it and write out the data.
    You probably wounldn't do this in a normal program,
    but this is how you can pass data from program a to program b when A Submits program B.
    report zxy_0002 .
    data: it001 type table of t001 with header line.
    select * into table it001 from t001.
    export it001 = it001 to memory id 'ZXY_TEST'.
    clear it001. refresh it001.
    import it001 = it001 from memory id 'ZXY_TEST'.
    loop at it001.
    write:/ it001-bukrs, it001-butxt.
    endloop.
    SAP Memory
    SAP memory is a memory area to which all main sessions within a SAPgui have access.
    You can use SAP memory either to pass data from one program to another within a session,
    or to pass data from one session to another.
    Application programs that use SAP memory must do so using SPA/GPA parameters (also known as SET/GET parameters).
    These parameters can be set either for a particular user
    or for a particular program using the SET PARAMETER statement.
    Other ABAP programs can then retrieve the set parameters using the GET PARAMETER statement.
    The most frequent use of SPA/GPA parameters is to fill input fields on screens
    ABAP/4 Memory
    ABAP memory is a memory area that all ABAP programs within the same internal session can access
    using the EXPORT and IMPORT statements.
    Data within this area remains intact during a whole sequence of program calls. To pass data
    to a program which you are calling,
    the data needs to be placed in ABAP memory before the call is made.
    The internal session of the called program then replaces that of the calling program.
    The program called can then read from the ABAP memory.
    If control is then returned to the program which made the initial call, the same process operates in reverse.
    SAP memory
    The SAP memory, otherwise known as the global memory,
    is available to a user during the entire duration of a terminal session.
    Its contents are retained across transaction boundaries as well as external and internal sessions.
    The SET PARAMETER and GET PARAMETER statements allow you to write to, or read from, the SAP memory.
    ABAP/4 memory
    The contents of the ABAP/4 memory are retained only during the lifetime of an external session
    (see also Organization of Modularization Units).
    You can retain or pass data across internal sessions.
    The EXPORT TO MEMORY and IMPORT FROM MEMORY statements allow you to write data to, or read data from, the ABAP memory.
    ABAP Memmory & SAP Memmory
    http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm
    http://www.sap-img.com/abap/type-and-uses-of-lock-objects-in-sap.htm
    Set
    http://www.geocities.com/SiliconValley/Campus/6345/set_para.htm
    GET
    http://www.geocities.com/SiliconValley/Campus/6345/get_para.htm
    EXPORT
    http://www.geocities.com/SiliconValley/Campus/6345/export01.htm
    Other Imp Help
    http://www.geocities.com/SiliconValley/Campus/6345/abapindx.htm
    Thanks & Regards
    ilesh 24x7

  • How to Import/Export Photos AND revisions

    I have Lightroom 1.3.1 installed on my home machine, and that's where I process my RAW photos. I've recently installed Lightroom on a machine at work, and would like to occasionally export pictures from a specific folder on my home machine to my machine at work. In addition to importing my photos, I would also like to retain all of the revisions I've made to them (cropping, WB adjustment, color adjustment, etc.). I don't think that I need to import the ENTIRE catalog, but please correct me if I'm wrong. I just want the ability to move photos and settings on a per folder basis at this time.
    With that said, can someone please provide me with step-by-step instructions on how I should export all photos AND catalog settings from a single folder? I recently tried to do this, and while I was able to bring the photos into my work machine, the revisions were not recognized on my work machine. My picture rotations, crops, WB and color adjustments were all lost, even though I exported (and tried to import) the catalog.
    Thanks for any help you can provide me.
    Scott

    This is an exact duplicate to a post which already has an answer.

  • How can I export several versions at the same time?

    Greetings -
    I'm looking for something that I may just be missing, and hoping someone here can point me in the right direction.
    Basically, I'd like to be able to select an image in my library and export several versions at the same time. For example, I select a photo and export JPG, TIFF and PSD versions in one shot without having to run three separate export requests - essentially a batch action. I can't imagine that this isn't built in already - I'm just assuming that I'm missing something obvious.
    Thanks in advance for any advice anyone might have.
    John.

    Fwiw, I've not seen this requested before.
    This kind of Export option is very typical, Kirby, when the rendering of the exported version will take a long time, for example for video or audio. Then you can share several formats at once, to render a version suitable for the web, for viewing on the computer, or the iPhone at the same time. That is really useful, if you render a movie at a full HD resolution and don't have to do it again for an iPhone/iPod version.
    QuickTime 7 does this for the "File > Export for Web" option, for example. You can get three versions of your final movie at the same time.
    And I just checked, the new iMovie Theater does this as well, when sharing a movie to the Theater:
    When you add a movie, trailer, or clip to the Theater, iMovie creates versions of your movie tailored for local playback, playback on an iOS device, and streaming.
    Come to think about it - exporting a webpage from Aperture will also export thumbnail sized images plus a larger version for downloading.

  • How To Import / Export My Portal

    I'm beginer to learn Portal .. and Now i create page finish..but i don't know ..how to export and import to other PC ..Plz help me..

    Please refer this link.
    http://download-west.oracle.com/docs/cd/B14099_04/portal.1012/b14037/cg_imex.htm#i1030999

  • How to Import exported mapping in SAP XI

    Hello
    I have a exported mapping from Integration repository file with .xim extension. How we can can import it another XI server.
    Thanks
    Chaitanya

    Hi,
    If u import any objects then ur file be .tpz extension. I m surprised how ur file extension is .xim extension.
    have u followed the same process which is mentioned below:
    1) tools->export->select->FTP/CMS-> selct whole SWCV,individual objects,namespace and finish.
    after whole process it will give the .tpz file name u need to take the file from that FTp server and u need to follow the reverse process in IR.
    Import:
    tools->import->ans go on.
    Refer the link for process.
    http://help.sap.com/saphelp_nw04/helpdata/en/a8/5e56006c17e748a68bb3843ed5aab8/frameset.htm
    Thnx
    Chirag

  • How do In Aperture, how do I export a version of a photo as a raw file?

    I am taking a Macro class and need to bring files to class in a raw format.  So I want to adjust my photos and then export the adjusted photo file as a raw file.
    Can this be done? If so how. 

    No, it cannot be done.  RAW describes a family of proprietary sensor data file formats.  RAW is not itself a file format, and RAW files are not image-format files.  RAW files must be converted to an image in order to be displayed.  RAW converters do this.
    You can save adjusted Images in Aperture in several useful formats. 
    You can take either the RAW file (use "File→Export→Master", or you can take an image-format file based on the adjusted Image (use "File→Export→Version").

  • How to import iMovie (iPhone version) to iMovie 11(Mac version 9.04)?

    I filmed some video using my iPhone 4s using the iPhone version of iMovie.  How can I transfer this movie to the iMovie 11 on my Mac?
    I've hooked the iPhone up to the Mac, but I am unable to see the phone as a video camera option in iMovie.  Also, while I was able to download photos to iPhoto, I do not see the video in iPhoto.  I also see the phone in iTunes, but again, I do not see the video anywhere.
    Any help would be greatly appreciated.
    Note, I have a 2011 MBA that is running 10.7.3
    The iPhone is running running iOS 5.1.  The phone says all software is up to date.
    Thanks in advance for the help!
    John Mc

    Dang, that's a letdown. I was just revisiting some movies I hadn't touched in years with the idea to finalize them in the newest version. They show up as a "Unix Executable"
    This from the iMovie help
    *Only the raw video is imported; any additions or changes you’ve made to the video in your project are not imported:*...
    *All transitions are replaced by cross dissolves.*
    *None of the titles or effects that were applied to the video are transferred to the new project.*
    *None of the music is transferred to the new project.*
    Maybe I'll finish them in iMovieHD

  • How to import/export in jstudio?

    I have created a project in jstudio. I want to import a java file from file system to this project. I dont find any option. How can I import source code in a project?

    Just copying/moving the files under the project's source root should be enough. Another option is to add an additional source root, you can do it by going to the project's properties and selecting Sources.

Maybe you are looking for

  • Ipod not recognized by windows or itunes

    OK here's a humdinger: my ipod used to be recognized by my computer (meaning Windows XP), but then abruptly stopped in a catastrophic meltdown that completely wiped my ipod of everything -- didn't even show the menu. Fastforward, ipod is replaced. Wi

  • Disconnected iPod accidently

    My iPod got disconnected by accident while it was updating podcasts, and now I can't see my listing of songs in iTunes, even though the data is there on the iPod. It shows up having 10GB on it, but nothing is listed. How do I get the iPod to see it's

  • Page not rendering in IE6

    I just updated my site and I discovered that the page is not rendering in IE6 (and IE5.5, but I suppose no one uses that anymore). All I can see is the red background color. The link to the site is www.schudden.net. Can anybody tell me why the page i

  • Prime Infrastructure 2.2 Released

    For those who haven't noticed, Prime Infrastructure (PI) 2.2 was released on 17 December. The Release Notes, Quick Start guide, etc. are all posted on the PI product support page. I downloaded the 3.2 GB ova and deployed / installed via vCenter into

  • NotActiveException when Using ObjectInputStream

    package serialization; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.NotActiveException; import java.io.ObjectInputStream; import java.io.ObjectOutput