Usage of 'export' & 'import' command in SSL

Hi,
I have a query regarding 'export' and 'import' command while creating security certificates.
Why do we use export word in this command and not anywhere else -
keytool -export -alias weblogic -file trust.pem -keystore mykeystore.jks -storepass weblogic -rfc
why can't we use import instead of export and vice versa.
what do u mean when u say, import or export, what is the basic difference between these two in terms of security command.
Thanks,
Sid

Hi Vankan,
Your question is so extensive that should be explained a bit.
Could you please be more specific? Which platform are we talking about? DB, OS, etc?
Which kind of export/import do you want to carry out?: e.g.: client transport, client copy, homogeneous system copy, heterogeneous system copy...
The technique you will use for that depends on what you want to do and on the platform you are working on.

Similar Messages

  • Usage of export , import tools in SAP 4.6C

    Hi Gurus,
    Can you please guide me how to do sap data export & import in 4.6C version?
    Kindly guide me how to documents and also any related blogs on this.
    Siva

    Hi Vankan,
    Your question is so extensive that should be explained a bit.
    Could you please be more specific? Which platform are we talking about? DB, OS, etc?
    Which kind of export/import do you want to carry out?: e.g.: client transport, client copy, homogeneous system copy, heterogeneous system copy...
    The technique you will use for that depends on what you want to do and on the platform you are working on.

  • Usage of export/import

    Hi All,
    i have a requirement to export one internal table from one function module and to import the same internal table in to another function module for this i have written code like this
    in first function module
    EXPORT it_acc TO DATABASE indx(hk) ID 'FLIGHTS'
           USING indx_export.
    after this i am calling a Tcode
    this Tcode contains a table control. In the PBO of the table control i written code like
    CALL FUNCTION 'ZFM_GET_SHOP_DATA'
        TABLES
          lt_acc = it_acc.
      indx-srtf2 = 0.
      IMPORT it_acc FROM DATABASE indx(hk) ID 'FLIGHTS'
             USING indx_import.
    But i am unable to get the data. Can any body suggest what's the mistake i am making.
    Regards

    Hi,
        it_acc type and lengthn should be of same in export
        and import and they should be same in LUW.
        Hi,
    export and import stores data in ABAP memory
    which is available in same LUW.
    data matnr like mara-matnr value 'TEST'
    export to memory ID 'test field matnr.
    import matnr from memory id 'TEST'
    here matnr in export and importv should be of same name
    and length.
    SAP global memory is used in SET,GET parameter id.
    they are stored in table tpara.
    also check below link
    Re: IMPORT FROM / EXPORT TO MEMORY ID ...
    Regards
    amole

  • Export / import tablespace with all objects (datas, users, roles)

    Hi, i have a problem or question to the topic export / import tablespace.
    On the one hand, i have a database 10g (A) and on the other hand, a database 11g (B).
    On A there is a tablespace called PRO.
    Furthermore 3 Users:
    PRO_Main - contains the datas - Tablespace PRO
    PRO_Users1 with a role PRO_UROLE - Tablespace PRO
    PRO_Users2 with a role PRO_UROLE - Tablespace PRO
    Now, i want to transfer the whole tablespace PRO (included users PRO_MAIN, PRO_USER1, PRO_User2 and the role PRO_UROLE) from A to B.
    On B, I 've created the user PRO_Main and the tablespace PRO.
    On A , i execute following statement:
    expdp PRO_Main/XXX TABLESPACES=PRO DIRECTORY=backup_datapump DUMPFILE=TSpro.dmp LOGFILE=TSpro.log
    On B:
    impdp PRO_Main/XXX TABLESPACES=PRO DIRECTORY=backup_datapump DUMPFILE=TSpro.dmp LOGFILE=TSpro.log
    Result:
    The User PRO_Main was imported with all the datas.
    But i 'm missing PRO_USER1, PRO_User2 and the role PRO_UROLE...
    I assume, i 've used wrong parameters in my expd and / or impdp.
    It would be nice, if anybody can give me a hint.
    Thanks in advance.
    Best Regards,
    Frank

    When you do a TABLESPACE mode export by specifying just the tablespaces, then all that gets exported are the tables and their dependent objects. The users, roles, and the tablespace definitions themselves don't get exported.
    When you do a SCHEMA mode export by specifying the schemas, you will get the schema definitions (if the schema running the export is privied) and all of the objects that the schema owns. The schema does not own roles or tablespace definitions.
    In your case, you want to move
    1. schemas - which you already created 1 on your target database
    2. roles
    3. everything in the tablespaces owned by multiple schemas.
    There is no 1 export/import command that will do this. This is how i would do this:
    1 - move the schema definitions
    a. you can either create these manually or
    b1. expdp schemas=<your list of schemas> include=user
    b2 impdp the results from b1.
    2. move the roles
    expdp full=y include=role ...
    remember, this will include all roles. If you want to limit what gets exported, then use:
    include=role:"in ('ROLE1', 'ROLE2', ETC.)
    impdo the roles just exported
    3. move the user information
    a. If you want to move all of the schema's objects like functions, packages, etc, then you need to use a schema mode
    export
    expdp user/password schemas=a,b,c ...
    b. If you want to move only the objects in those tablespaces, then use the tablespace export
    expdp user/password tablespaces=tbs1, tbs2, ...
    c. import the dumpfile generated in step 3
    impdp user/password ...
    Hope this helps.
    Dean

  • EXPORT/IMPORT DB PROVIDER NT-- SOLARIS IN PORTAL RELEASE 2

    Hi,
    I've been assigned to export/import a database provider with all the applications contained therein from NT platform to SUN SOLARIS platform. Can anyone please kindly tell how to do this or where to get the step-by-step guide for this task.
    Thanks.

    hi,
    i am using portal 9.0.4 in windows 2003 server. i am searching for the step-by-step import/export details. you told you have got it. can you share with me the same?
    my email id is [email protected] i am in-search of export/import commands. i am able to export through the transport set, but the import will show the importing details, but nothing is available. please help me.
    regards
    sudhir

  • Database export /import

    hi all
    while i was exporting /importing im geting some of the errors so how to we need to avoiid thata errors .

    786631 wrote:
    but we can see using by the command at o.s level to verify the version ,so there is no pblm to check that.
    Posters, please mind these common-sense rules when participating here:
    - When asking a question, provide all the details that someone would need to answer it. Consulting documentation first is highly recommended.
    - When answering a question, please be courteous and respectful; there are different levels of experience represented here. A poorly worded question is better ignored than flamed - or better yet, help the poster ask a better question.
    - It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts).
    - See more tips in the FAQ
    Thanks for doing your part to make this community as valuable as possible for everyone!
    - OTN ok post your os and oracle version and export/import command by os command here.

  • Export / import  exp / imp commands Oracle 10gXE on Ubuntu

    I have Oracle 10gXE installed on Linux 2.6.32-28-generic #55-Ubuntu, and I need soe help on how to export / import the base with exp / imp commands. The commands seems to be installed on */usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin* directory but I cannot execute them.
    The error message I got =
    No command 'exp' found, did you mean:
    Command 'xep' from package 'pvm-examples' (universe)
    Command 'ex' from package 'vim' (main)
    Command 'ex' from package 'nvi' (universe)
    Command 'ex' from package 'vim-nox' (universe)
    Command 'ex' from package 'vim-gnome' (main)
    Command 'ex' from package 'vim-tiny' (main)
    Command 'ex' from package 'vim-gtk' (universe)
    Command 'axp' from package 'axp' (universe)
    Command 'expr' from package 'coreutils' (main)
    Command 'expn' from package 'sendmail-base' (universe)
    Command 'epp' from package 'e16' (universe)
    exp: command not found
    Is there something I have to do ?

    Hi,
    You have not set environment variables correctly.
    http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm#BABDGCHH
    And of course that sciprt have small hickup, so see
    http://ubuntuforums.org/showpost.php?p=7838671&postcount=4
    Regards,
    Jari

  • JMS Message Export/Import XML on command line

    I need a command line (JAVA or WLST) to reproduce the Weblogic consol JMS message export and import to migrate manually message from a queue to another (online without filestore).
    There is an entry on the Weblogic console that export one or all message to an XML format file and the import command to reload this XML file.
    any idea of a java code used by the console or a jython fonction ?

    The following might be enough to get you started:
    For scripting and tracing examples, see the July 29th and August 10th 2009 newsgroup post with subject "Example using of getMessage(s) with JMS error queues?" [ here | http://forums.oracle.com/forums/thread.jspa?messageID=3657916] and the June 10th 2009 newsgroup post with subject "JMSDestinationRuntimeMBean - possible STATE values " [ here | http://forums.oracle.com/forums/thread.jspa?messageID=3531603 ]. Also take a look at the +Sept 23 2009 newsgroup posts with subject "Enable JMS - Queue/Topic Trace on console"+ [ here | http://forums.oracle.com/forums/thread.jspa?messageID=3782486].
    +WARNING: Exporting too many messages at a time can cause out-of-memory errors.+
    Tom

  • Command Line Export/Import for ApEx

    Hi There,
    I was wondering if there is an ApEx Utility that allows the Export and Import of applications/pages/images/style sheets etc from the command line on a Linux box.
    I am using Oracle Application Express v3.0.1
    Thanks.
    Tony.

    Tony,
    Another post in the past has discussed about this already.
    Exporting/Importing a *Bunch* of Applications
    John Scott wrote a blog post about this as well at [http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/|http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/]
    In short, you can use APEX utility - APEXExport to export and standard SQL to import.
    Ittichai
    Edited by: ittichai on Mar 16, 2009 9:38 PM

  • Command Line Export/Import Utility

    Hi,
    Is there a way to perform a command line export/import as if you were doing this via the Oracle ApEx GUI?
    If so, what is involved?
    Thanks.
    Tony.

    To import using SQL*Plus you are limited to installing an application as the original application ID and into the original workspace (both being the IDs contained in the file itself in various places). You can connect as any schema assigned to the workspace so long as that schema is not also assigned to other workspaces. If it is, you can connect as SYS, SYSTEM, or the FLOWS_xxxxxx schema, options that should be reserved as a last resort because of the undesirability of connecting as these privileged accounts.
    Scott

  • Import/Export tool Command line syntax for R2

    Would anyone please advise the syntax of command line import/export tool for XIR2?
    Read this post below for importing from a biar file but not sure how to export from BO into a biar file.
    How to log BIAR export/import from command line
    We're in fact trying to migrate from R2 into R3. The import wizard provided by BO doesn't work well with favorites and inboxes migration due to the large volume of data we need to migrate, hence looking for alternatives.
    Any advice around this line would be much appreciated.
    Thanks in advance.
    GM

    Denis,
    Thanks for your reply. This at least saved my effort to explore further.
    Would you offer any advice for migrating large volume of personal folders from R2 into R3?
    We're integrating with AD, so everytime listing users for selection taking ages and often times out.
    Even if we managed to export the biar file for a group of users, exporting them into R3 fails quite often as well.
    The whole process is simply very unpredictable and unreliable.
    Thanks.
    GM
    Edited by: Xu Guoming on Apr 21, 2009 4:13 PM

  • Export/Import refinement rules and views in SSL

    Hi,
    I tried to run the graph from Re: Import/Export Refinement Rules in Endeca 3.1 but i get an error "Peer not authenticated".
    This is propably because I have a SSL environment. Normally I disable SSL authentication for a component but this is not possible in a HTML component.
    Does anybody know how I can fix this?
    Thanks!
    Marco

    When exporting views from an SSL-protected Endeca Server, try using the WEB_SERVICE_CLIENT component instead of the HTTP_CONNECTOR component.  See my wiki comment  https://wikis.oracle.com/display/endecainformationdiscovery/EID+3.1+Export+View+Configuration?focusedCommentId=62423284&#comment-62423284

  • Export/Import-SPSIte :- What is the max size limit that can be moved using this command??

    Export/Import-SPSIte :- What is the max size that can be moved using this command??

    I assume you ment Export-SPWeb not Export-SPSite command.
    There is no known limitations in file size, except the compression file size that is set to 24MB by default. If you exceed 24MB, the cmp file will be splitted into several files. You can change the default 24MB value up to 1024MB, using the -compressionsize
    parameter.

  • Exporting/Importing a *Bunch* of Applications

    I know this has been posted many times before but, I couldn't find any good answers.
    I have over 60 applications now and it will take hours (of very tedious effort) to export/import them one at a time.
    Isn't the SOME way to export all of the applications in a work space for import into another? Can I use a regular DB export import of the FLOWS user? Is there any way to batch them? Any ideas at all, supported or non, would be very appreciated.
    Thanks,
    -Joe

    Joe,
    Where you unzipped the Application Express 2.2.1 distribution, there should be a utilities directory.
    If you navigate to this directory, you should be able to run this utility. I unzipped this distribution into my /tmp/oracle_temp directory in this example:
    [oracle@commander utilities]$ pwd
    /tmp/oracle_temp/apex/utilities
    [oracle@commander utilities]$ java oracle.apex.APEXExport
    Usage APEXExport -db  -user  -password  -applicationid  -workspaceid -instance -skipExportDate -debug 
        -db:              Database connect url in JDBC format
        -user:            Database username
        -password :       Database password
        -applicationid :  ID for application to be exported
        -workspaceid :    Workspace ID for which all applications to be exported
        -instance :       Export all applications
        -skipExportDate : Exclude export date from application export files
        Application Example:
           APEXExport -db candy.us.oracle.com:1521:ORCL -user scott -password tiger -applicationid 31500
        Workspace  Example:
           APEXExport -db candy.us.oracle.com:1521:ORCL -user scott -password tiger -workspaceid 9999
        Instance Example:
           APEXExport -db candy.us.oracle.com:1521:ORCL -user flows_020200 -password apex -instance Joel

  • Best choice for exporting / importing EUL

    Hi all
    I have been tasked with migrating an EUL from a R11 to a R12 environment. The Discoverer version on both environments is 10.1.2 and the OS is Solaris on oracle db's.
    I am unfortunately not experienced with Discoverer and there seems to be no one available to assist for various reasons. So I have been reading the manual and forum posts and viewing metalink articles.
    I tried exporting the entire eul via the wizard and then importing it to the new environment but i was not successfull and experienced the system hanging for many hours with a white screen and the log file just ended.
    I assumed this was a memory problem or slow network issues causing this delay. Someone suggested I export import the EUL in pieces and this seemed to be effective but I got missing item warnings when trying to open reports. This piece meal approach also worried me regarding consistency.
    So I decided to try do the full import on the server to try negate the first problem I experienced. Due to the clients security policies I am not able to open the source eul and send it to our dev. I was able to get it from their dev 11 system but I dismissed this as the dev reports were not working and the only reliable eul is the Prod one. I managed to get a prod eex file from a client resource but the upload to my server was extremely slow.
    I asked the dba to assit with the third option of exporting a db dump of the eul_us and importing this into my r12 dev environment. I managed this but had to export the db file using sys which alleviated a priviledge problem when logging in, I have reports that run and my user can see the reports but there are reports that were not shared to sysadmin in the source enviroment are now prefixed with the version 11 user_id in my desktop and the user cannot see her reports only the sysadmin ones.
    I refreshed the BA's using a shell script I made up which uses the java cmd with parameters.
    After some re reading I tried selecting all the options in the validate menu and refreshing in the discover admin tool.
    If I validate and refresh the BA using the admin tool I get the hanging screen and a lot of warnings that items are missing( so much for my java cmd refresh!) and now the report will not open and I see the substitute missing item dialogue boxes.
    My question to the forum is which would be the best approach to migrate the entire eul from a R11 instance to a R12 instance in these circumstances?
    Many thanks
    Regards
    Nick

    Hi Srini
    The os and db details are as follows:
    Source:
    eBus 11.5.2
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    SunOS 5.10 Generic_142900-11 sun4u sparc SUNW,Sun-Fire-V890
    Target:
    ebus 12.1.2
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production DEV12
    SunOS 5.10 Generic_142900-11 sun4u sparc SUNW,Sun-Fire-V890
    Yes the DBA initially did an exp for me using EUL_US as the owner but a strange thing happened with privileges and also, some of the imported tables appeared in the target environment under the apps schema(21 tables) even though the eul_us exp had been 48 tables.
    I also had a problem on the db with "eul_us has insufficient privileges on table space discoverer" type errors.
    I checked the eul_us db privileges and was unable to resolve this initial privilege error even though the privileges were granted to eul_us.
    The dba managed to exp as system and then import it with the full=y flag in the import command which seems to bring in the privileges.
    Then I ran the eul5_id.sql and then made up a list of the business areas and made a sh script to refresh the business areas as follows:
    java -jar eulbuilder.jar -connect sysadmin/oracle1@dev -apps_user -apps_responsibility "System Administrator" -refresh_business_area "ABM Activities" -log refresh.log
    This runs successfully and I can log in select business area and grant access to the users. The reports return data.
    Then one of the users said she can't see all her reports. I noticed some if I opened desktop that were sitting there prefixed with a hash and her version 11 user id.
    So back to the manuals and in the disco admin help the instructions are to first go to view > validate > select all options then go to the business area and click file refresh. This gives me a lot of warnings about items that are missing. I assume this is because the item identifiers brought across in the db dump are the version 11 ones and thus not found in the new system.
    Any suggestions?
    Many thanks
    Nick

Maybe you are looking for

  • [SOLVED] Apache - Home Directories

    I am trying to configure home directories but currently am being presented with "Access forbidden!". I am trying to follow the "piter" advice note on the wiki as I don't want users to be able to read from other users home folders. [root@host ~]# grou

  • Vibe 3.3 and Java 7 Update 51

    We have been running Vibe 3.3 for quite some time now and havent had really issues with it. But since the latest Java Update things went wrong. Before that update, if we opened a file out of Vibe (via "Edit this file") to edit, a Java warning (like t

  • Adjustment brush woes.

    I'm a new user to Lightroom and took a community college course with book in order to learn. I've been using the adjustment brush with great success until yesterday. I can plant a pin, but the mask overlay doesn't show and no changes appear on my ima

  • Displaying Variables in Flash [AS]2 CS3

    Ok so I recently ran across an interesting problem. Not its not in the flash and it isnt in the coding. Actually to be honest I have no clue where the problem resides as I have never seen this before. Basically I have a Flash project I am working on

  • Opening PDF and PPT files without using BuddyApi

    Hi, please excuse my newness. I'm wanting to open pdf and ppt files through Director (I'm using 11.5) but I'm struggling with finding the right code to make it work. I saw that a lot of people are recommending Buddy Api. However I'm cheap and was hop