Export/Import help required

Anybody guide me, my scenario is as under:
1.     I have database FESCO in oracle 9i on Windows 2000.
2.     Client has taken dump of schema through Export command with FULL= N.
Exp fesco/password@fesco owner=fesco file=fesco_fullbkp.dmp Full=N
3.     Now I want to know before importing from this dump file, what should I do on existing database, either I have to drop this user, which is containing the data or any other steps required

>>yes i wana to import it on the same server, this dump was taken 2 days back and nowa i wana to import it.
If assumed that import will be on the same database and on the same server,
1) Drop the user first (For safe side, take the export of this user before droping).
2) create the user again and assing the same tablespace as default tablespace how it was earlier, and grant the privileges.
3) use the import command.
imp fesco/password@fesco fromuser=fesco touser=fesco file=fesco_fullbkp.dmp log=fesco_fullbkp_imp.log
Regards,
Sabdar Syed

Similar Messages

  • Export Import Help Needed

    Hi,
    I have a situation where i have to export data/tables from Oracle 7.3.4.4.0 and import into Oracle 8.1.7.4.0.
    Is it possible to export data from a lower version and import into higher version? I have never worked on Oracle 7 and Oracle 8.
    Any kind of advice will be highly appreciated.

    Yes: use export 7 to export and use import 8 to import.
    Please read http://download.oracle.com/docs/cd/A87860_01/doc/server.817/a76955/ch01.htm#4663.

  • Hi, need some export & import help

    I am looking to crop a video and then export it, after the export I need to import it to a new project but within a specific pixel size. What would be the best export format and how can I adjust the size that the video is imported into? Or is there an easier way to modify the video without going throught the E/I process?

    Can you give us a bit more info? What is your current Sequence Preset, and what is the size/format/CODEC of your Imported footage?
    Now, you say that you wish to Crop that footage. Do you mean to actually Crop it (the Crop Effect or similar), or do you mean to Scale it down, so it's still showing the full Frame, but just smaller?
    When you Import that Exported footage into a new Project, you do want it to have the exact size of the Exported file, and NOT fill the Frame on the new Project, right?
    Are you, by any chance, creating a PiP (Picture in Picture)? If so, there are easier ways to do that, including the Crop.
    Good luck, and with that additional info, someone can offer exact details on what you need to choose.
    Hunt

  • Need help in export/import

    Hello All,
    I need help in export/import of an  internal table (based on deep structure) to/from desktop either in excel or XML file.
    I have an int table which has to be sent to desktop either in xls or xml file and then import back to an internal table(with deep structure).
    Ex :
    Int table is based on structure.
    Structure has fields
    as
    f1 -
    f2 -
    f3 - table type
    Your help will be appreciated.

    Hi Nishant,
    Please put your question in below mention forum.
    SAP Business One SDK
    Thanks
    Mohammad Imran

  • Import/export--need help gurus!!!!!!

    C:\DOCUME~1\ADMINI~1>set oracle_sid=orcl
    C:\DOCUME~1\ADMINI~1>expdp scott/tiger directory=orcl_exp_datapump schemas=scott
    Export: Release 10.2.0.1.0 - Production on Tuesday, 12 February, 2008 19:35:34
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Starting "SCOTT"."SYS_EXPORT_SCHEMA_01": scott/******** directory=orcl_exp_datapump schemas=scott
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 32.62 MB
    Processing object type SCHEMA_EXPORT/USER
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/COMMENT
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    . . exported "SCOTT"."SYS_EXPORT_FULL_02" 7.628 MB 12224 rows
    . . exported "SCOTT"."SYS_EXPORT_FULL_03" 7.670 MB 12231 rows
    . . exported "SCOTT"."SYS_EXPORT_FULL_01" 7.080 MB 9573 rows
    . . exported "SCOTT"."SYS_EXPORT_TABLESPACE_01" 255.8 KB 318 rows
    . . exported "SCOTT"."DEPT" 5.656 KB 4 rows
    . . exported "SCOTT"."EMP" 7.820 KB 14 rows
    . . exported "SCOTT"."SALGRADE" 5.585 KB 5 rows
    . . exported "SCOTT"."TESTDEPT" 5.726 KB 7 rows
    . . exported "SCOTT"."BONUS" 0 KB 0 rows
    Master table "SCOTT"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
    Dump file set for SCOTT.SYS_EXPORT_SCHEMA_01 is:
    C:\ORCL_EXP_DATAPUMP\EXPDAT.DMP
    Job "SCOTT"."SYS_EXPORT_SCHEMA_01" successfully completed at 19:37:35
    C:\DOCUME~1\ADMINI~1>impdp abc/abc directory=orcl_exp_datapump dumpfile=expdat.dmp remap_schema=scott:abc
    Import: Release 10.2.0.1.0 - Production on Tuesday, 12 February, 2008 19:43:48
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORA-31626: job does not exist
    ORA-31633: unable to create master table "ABC.SYS_IMPORT_FULL_05"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPV$FT", line 863
    ORA-01031: insufficient privileges
    Any advise is appreciated!
    trying to import from scott schema to abc schema....but unsuccessful.
    DBA creates directory
    grants permission on the directory to scott and abc schemas
    exports scott schema (userid/password.....scott/tiger)
    imports to abc schema(userid/password....abc/abc)
    is this the right way?
    i need some assistance guys!!!!!!
    Message was edited by:
    oracle novice
    Message was edited by:
    oracle novice

    Please check the following minimum requirements are met;
    -CREATE SESSION
    -CREATE TABLE
    -object privileges READ and WRITE on the directory
    -sufficient tablespace quota on default user's tablespace
    Additionally the role IMP_FULL_DATABASE is needed:
    -to run an Import DataPump job that imports a different schema.
    These requirements apply to the user connected to the database while preforming Import Datapump Job.
    Additionally review Oracle Metalink Document: Export/Import DataPump: The Minimum Requirements to Use Export DataPump and Import DataPump (System Privileges Doc ID: Note:351598.1
    https://metalink.oracle.com/metalink/plsql/f?p=130:14:5033277956381036007::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,351598.1,1,1,1,helvetica
    Adith

  • What roles are required to run the export import?

    Hi,
    I want some info on roles are required to run the export import.
    I have done the following in sys user:
    GRANT EXP_FULL_DATABASE TO IMP_TEST
    GRANT IMP_FULL_DATABASE TO IMP_TEST
    But Doing the above command the IMP_TEST will get all priviles (also the system tables)
    Is there any mechanism to restrict the user to export and import only the tables not anything?
    Thanks and Regadrs

    Hi!
    If you create a user like this
    CREATE USER imp_test identified by password;then the user will be able to import or export only its own schema. If you grant the exp_full_database and imp_full_database roles to this user like you did then the use will be able to export or import the hole database (with SYS schema). But as far as I know you can't set any more restrictions to the user.
    yours sincerely
    Florian W.

  • 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.

  • Need help with database migration using export/import

    Hi,
    I am planning to do a database migration from 8.0.6 to 10.2.0.4. I am using export/import. Please answer some of my queries:
    1) Do i need to do full export using SYS/SYSTEM user.
    exp80 system/manager file=c:full.dmp log=c:\full.txt full=y consistent=y
    2) Will there be any data corruption while export.
    3) Is export/import the only method of migration/upgradation.
    Please help
    Thanks.

    I'll answer the specifics that I know about your questions, but please look at the post from Srini for additional info:
    1) Do i need to do full export using SYS/SYSTEM user.
    exp80 system/manager file=c:full.dmp log=c:\full.txt full=y consistent=yA full export will move as much information (metadata/data) as possible. In order to do a full export/import, you need to do this from a
    privileged account. A privileged account is one with EXP_FULL_DATABASE for export and IMP_FULL_DATABASE for import.
    2) Will there be any data corruption while export.The data in the objects that you are exporting is being read, nothing is written to user data. I'm not sure what this is available in 8.0.6,
    but if you need a consistent export, look to see if consistent=y is available in 8.0.6. All this means is that the dump file created will have
    consistent data in it.
    3) Is export/import the only method of migration/upgradation.If you are changing hardware, the only supported way from 8.0 to 10.2.0.4, that I know of, is using exp/imp.
    Hope this helps.
    Dean

  • Need help on ifs export/import

    What is the best way to deliver an ifs database to a customer site where we do not have the ability to access our development machine? This delivery must take place via CD. In the past, we have delivered by exporting/importing.
    It is my understanding that export/import is not an option with ifs?? I read in another post that this will be addressed in a future release. Any ideas on what release and when?
    Any help will be greatly appreciated.

    Import/Export support in iFS is planned for 1.2 release. However, Oracle in general don't commit to features of future releases before the actural release.

  • Export/Import problem please help

    Hi All,
    I have a strange problem in Export/Import.. I don't know ,where to fix..
    I'm trying to Export/Import dmp file in new Schema.
    when i'm exporting the tables, it is writing with storage options(Which causing me the problem, I don't have a enough space in the tablespace and i can't increase any more)
    I don't want the table data, i want only table structure without storage option.
    So,i'm looking export syntax without storage options to the table(like inital extents,increment,max extents like that)
    I'm writing like this
    exp system/manager@connectstring file=exp.dmp log=exp.log owner=sys rows=N statistics=none indexes=n compress=N
    Any idea ?
    Thanks
    James.

    Why are you exporting at all? You say you want to place this info into another schema (on the same instance? or an instance on the same network?) Just run this script:
    alter tablespace mytablespace
    default storage (initial 256K next 256K);
    set heading off pages 0 echo off termout off
    spool a.sql
    select 'create table newschema.'||table_name||' tablespace mytablespace as select * from '||table_name||' where 1=2;'
    from all_tables
    where owner='OLDSCHEMA';
    spool off
    @a.sql
    If the new schema is on a different instance or server, you will have to create a db link first.

  • Using set/get parameters or export/import in BSP.

    Hi All,
    Is it possible to use set/get or export/import in BSP?
    We need to set/export some variables from a BADI and get/ import them in the BSP application.
    Code snippet will be of great help..
    Thanks,
    Anubhav

    Hi Anubhav,
    You can use the Export / Import statements for your requirement,
    from the BADI use EXPORT to send the variable data to a unique memory location
    with IDs
    e.g.
    *data declaration required for background processing
          DATA: WA_INDX TYPE INDX.
    **here CNAME is the variable you want to export
    EXPORT PNAME = CNAME TO DATABASE INDX(XY) FROM WA_INDX CLIENT
                SY-MANDT ID 'ZVAR1'.
    and in the BSP application use the IMPORT statement to fetch back the values
    set with the IDs above.
    IMPORT PNAME = LV_CNAME
      FROM DATABASE INDX(XY) TO WA_INDX CLIENT
      SY-MANDT ID 'ZVAR1'.
    deletes the data to save wastage of memory
      DELETE FROM DATABASE INDX(XY)
        CLIENT SY-MANDT
        ID 'ZVAR1'.
    Regards,
    Samson Rodrigues

  • Error when exporting/importing

    I am using MDM 7.1
    When I export the schema from my Dev system to import into QA I get the following Error:
    "This repository requires additional steps before transport. See the MDS log for details.
    In the log my issue is that I am trying to export an Assignment that includes an expression that uses "look-ups".
    In my Dev system I removed the expression to confirm if this is the issue, once I no longer have expressions with look-ups then it allows me to export the schema. I then tries to import it to QA (since the expressions are not changing I planned on excluding them from the import as a temporary workaround.
    however I get the same error message when trying to import. It seems that I can not export or import with a system that has an assignment with an expression that uses look-ups.
    Is there some config I am missing?

    Hi Brad,
    assignments/validations are a general problem when it comes to Schema exports/imports! What you can do in case there are not too many assignments -  is to delete the assignments and create them new (manually) after you have imported the schema.
    Hope this helps a little.
    Regards,
    Erdal

  • Regarding Distribution Monitor for export/import

    Hi,
    We are planning to migrate the 1.2TB of database from Oracle 10.2g to MaxDB7.7 . We are currently testing the database migration on test system for 1.2TB of data. First we tried with just simple export/import i.e. without distribution monitor we were able to export the database in 16hrs but import was running for more than 88hrs so we aborted the import process. And later we found that we can use distribution monitor and distribute the export/import load on multiple systems so that import will get complete within resonable time. We used 2 application server for export /import but export completed within 14hrs but here again import was running more than 80hrs so we aborted the import process. We also done table splitting for big tables but no luck. And 8 parallel process was running on each servers i.e. one CI and 2 App servers. We followed the document DistributionMonitorUserGuide from SAP. I observerd that  on central system CPU and Memory was utilizing above 94%. But on 2 application server which we added on that servers the  CPU and Memory utilization was very low i.e. 10%. Please find the system configuration as below,
    Central Instance - 8CPU (550Mhz) 32GB RAM
    App Server1 - 8CPU (550Mhz) 16GB RAM
    App Server2 - 8CPU (550Mhz) 16GB RAM
    And also when i used top unix command on APP servers i was able to see only one R3load process to be in run state and all other 7 R3load  process was in sleep state. But on central instance all 8 R3load process was in run state. I think as on APP servers all the 8 R3load process was not running add a time that could be the reason for very slow import.
    Please can someone let me know how to improve the import time. And also if someone has done the database migration from Oracle 10.2g to MaxDB if they can tell how they had done the database migration will be helpful. And also if any specific document availble for database migration from Oracle to MaxDB will be helpful.
    Thanks,
    Narendra

    > And also when i used top unix command on APP servers i was able to see only one R3load process to be in run state and all other 7 R3load  process was in sleep state. But on central instance all 8 R3load process was in run state. I think as on APP servers all the 8 R3load process was not running add a time that could be the reason for very slow import.
    > Please can someone let me know how to improve the import time.
    R3load connects directly to the database and loads the data. The quesiton is here: how is your database configured (in sense of caches and memory)?
    > And also if someone has done the database migration from Oracle 10.2g to MaxDB if they can tell how they had done the database migration will be helpful. And also if any specific document availble for database migration from Oracle to MaxDB will be helpful.
    There are no such documents available since the process of migration to another database is called "heterogeneous system copy". This process requires a certified migration consultant ot be on-site to do/assist the migraiton. Those consultants are trained specially for certain databases and know tips and tricks how to improve the migration time.
    See
    http://service.sap.com/osdbmigration
    --> FAQ
    For MaxDB there's a special service available, see
    Note 715701 - Migration to SAP DB/MaxDB
    Markus

  • Export/Import and Client Copy

    Hi All,
    Could you please help me with what are the major differences between Export/Import...client copy...and a System Refresh.How they differ from each other.
    Regards
    Rajesh

    Hello Rajesh ,
    I have capture some data from SAP Help :
    Local Copy: Copying Clients Within a System:
    You can improve the performance of the client copy by, for example, by excluding tables or packages, with Edit -> Expert Settings.
    You can exclude tables from the client copy, for example if they are not relevant for the target client, in the Tables tab
    Copying Clients Between Systems (Remote Copy):
    The same product is installed, with the same release, in both systems
    The client copier can copy a client into another system. The systems can be on different platforms. You can change the client number.
    When you copy a client from one system to another, the data is transferred directly via the RFC interface - there is no intermediate storage on hard disk.
    Transporting Clients Between Systems ;Client export (SCC8):
    The client copier can copy a client into another system, which can be on a different platform. You can change the client number.
    You are no longer required to transport clients before you can copy them between systems. You can make a remote copy instead.
    Up to three transport requests are created, depending on the selected copy profile and the existing data.
    The transport request for texts is e.g. only created if the source client contains customer texts.
    <sid>KO<no>  cross-client data
    <sid>KT<no>  client-specific data
    <sid>KX<no>  texts and forms
    The data export is performed automatically asynchronously. The output of the export includes the names of the transport requests that are to be imported.
    Import transport requests into the target client (STMS)
    Choose one of the transport requests of the client transport in the Transport Management System (TMS). The other transport requests belonging to this client transport are then automatically added in the correct order.
    Import these transport requests into the target client.
    client import postprocessing (SCC7)
    You need to perform postprocessing activities to adapt the runtime environment to the current state of the data.
    Copy by Transport Request :
    This function transports customizing changes that have been recorded in a transport request between two clients in a system.
    You can choose whether you only copy the object list of the request or also the object lists of unreleased tasks in the request.
    Entries in the target client are overwritten or deleted according to the key entries in the transport request.
    Choose Administration -> System administration -> Administration -> Client admin. ->Special Functions -> Copy Transport Request.
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/69/c24c0f4ba111d189750000e8322d00/frameset.htm">For more info Click here</a>
    Regards ,
    Santosh Karadkar

  • SLD Export / import Technical and Business systems

    Dear all,
    I am new to SLD administration.
    We have task to update the local SLD on the Production PI system PPI ( Target ) with the business systems ZEC, ZSC from the Production Master SLD on Production solution manager system
    PSM ( source ) using Export/Import on the necessary technical and business systems.
    Please confirm whether i am following correct steps :
    Go to SLD Administration on PPI target system
    ALL Instances
    Instances by Class
    Model
    ( which one of this option need to be selected , please let me know  ?? )
    Go to SLD Administration on PSM source system.
    select Export button ->
    Select business systems one by one and perform Export which will create .ZIP file
    at local machine.
    Go to SLD Administration on PPI target system
    select Import button ->
    Select Export ZIP file which created in previous steps from PSM and provide location from desktop
    Start Import button ( only if you get Continue import option )
    Please let me know if above procedure is correct for business systems
    if yes then  what need to be done for Technical system ??...do they require Export/import also ?
    If yes when i go to technical system option i get Export option disabled...but same way when i go to
    business systems option i get Export button enable and able to perform the export.
    Do i need to only Export / Import business systems ?
    Plese help me.
    Regards,
    RR

    Manoj,
    It seems entries are added manually .... should we remove and run Import for the same ...
    or just try to overwrite .... in case of overwrite option ( as we have open OSS message ) SAP has suggested through OSS message that If you end up with problems when trying to overwrite, then the PPI SLD is broken and will have to be re-built because someone made a manual change to it and got the GUIDs out of synch with the master.
    I do not understand if target system PPI SLD gets broken during overwriting operation as mentioned by SAP ... whats is the way / steps / procedure to Re-build SLD .
    In rebuilt - process do i need to Import ( Export -> Export lines -> ALL ) the export backup created before start of this activity ? please let me know SLD rebuilt steps and about Remove - reimport issue.
    Appreciate you time on this. thanks in advance.

Maybe you are looking for

  • Adobe 5.0.5 with Adobe Acrobat Reader 9.0

    Hello there, I have a simple question, I owned a Lizenz of Adobe 5.0.5 and for my office its good enough so that i dont need to update it, but i cant view al the newer Vers of PDF, so i installed the Acrobat Reader 9.0... And the newer Vers has overw

  • Deploying large JAR/EAR files

    i'm using WLS6.1. i'm having problem deploying a very large EAR file. when i upload the file through the Admin Console, it keeps timing out. when i use the command line tool, it crashes with OutOfMemoryException. i don't want to break the file into s

  • HTTP error: could not POST file

    Hi experts, I am working with scenario: WS <-soap-> XI <-rfc-> R3. I have created all the stuff in IR, ID, define my WSDL and tested it with Altova, and everything works ok!. However, if i use https and 50001 instead of http and 50000 (from the URL),

  • Need help installing Lightroom 5 upgrade on a new computer

    Hi all, On Mac #1 I have Lightroom 5, which was upgraded to from Lightroom 4. I have noted down a full v4.x licence key and a v5.x upgrade key, and these worked on Mac #1. I now want to install Lightroom 5 on Mac #2. I can install and activate v4 but

  • Problem with my classpath

    Hi, I have a jdk, and a jre on my machine, in folders, jdk1.5.0_02 jre1.5.0_02 and I put all my dependent jars here: jdk1.5.0_02\jre\lib\ext and my JAVA_HOME=jdk1.5.0_02, and my PATH=%JAVA_HOME%\bin. Now my problem is when I try to run my application