Import from export files problem

Hi,
I am a new user. I installed oracle 10g. I took an export one schema and I want to import back. But when I put "import to export files" , it says "the page cannot be displayed." and I installed another machine, it says same thing. What am I do wrong?

Did you try to run export/import from commands? or some kinda GUI tool?
If you use import/export, you can find them from Oracle syntax.
http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14215/toc.htm

Similar Messages

  • Problem in importing from dmp file

    Hi ,
    I am facing problem while importing from dmp file on unix server
    Error is as follows :
    Export file created by EXPORT:V08.01.07 via conventional path
    IMP-00013: only a DBA can import a file exported by another DBA
    IMP-00000: Import terminated unsuccessfully
    Export taken was with user xxx@yyy
    import command is : imp xxx/ppp file=abc.dmp TABLES=xxx.table1 ignore=y feedback=500
    please help me out.
    Atul Chougule

    I tried with FROM USER / TO USER , but the result is same.
    $ imp uuu/ppp file=aaa.dmp fromuser=uuu touser=uuu ignore=Y
    Import: Release 8.1.7.3.0 - Production on Thu Jun 15 06:44:49 2006
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.3.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.3.0 - Production
    Export file created by EXPORT:V08.01.07 via conventional path
    IMP-00013: only a DBA can import a file exported by another DBA
    IMP-00000: Import terminated unsuccessfully
    I am stucked up ,Dont know what to do .

  • Can 9.3.1 ImportExport utility import an exported file from 9.2.0.0 ?

    Hi,
    Can 9.3.1 ImportExport utility import an exported file from 9.2.0.0 ?
    When I ran 9.3.1’s ImportExport utility to import 9.2’s export.csv, it gave me the following error messages:
    D:\Hyperion\common\utilities\CSSImportExportUtility\importexport>CSSImport.bat i
    mportexport2.properties
    Trace...
    2009-04-07 01:05:18,025 Attempting a import operation
    2009-04-07 01:05:20,728 Import : Attempting to create user admin
    2009-04-07 01:05:20,728 Import : Password not specified for user admin
    2009-04-07 01:05:20,744 Import : Unable to create user admin
    2009-04-07 01:05:20,744 Import : Create user admin failed. Attempting up
    date.
    2009-04-07 01:05:20,744 Import : Attempting to update user admin
    2009-04-07 01:05:20,775 Import : User updated : admin
    2009-04-07 01:05:20,790 Import : Attempting to create user essadmin
    2009-04-07 01:05:20,790 Import : Password not specified for user essadmi
    n
    2009-04-07 01:05:20,790 Import : Unable to create user essadmin
    2009-04-07 01:05:20,790 Import : Create user essadmin failed. Attempting
    update.
    2009-04-07 01:05:20,790 Import : Attempting to update user essadmin
    2009-04-07 01:05:20,806 Import : Unable to locate user essadmin
    The number of errors detected during the import operation exceeded the n
    umber of allowable errors. Please correct the errors and then rerun the program
    or increase the value of the import.maxerrors property.
    Aborting program...
    ====================
    We have a user essadmin in 9.2.0.0 but not in 9.3.1.
    Since we already have a user called admin in 9.3.1, I deleted user admin in export.csv file and tried to import again.
    The 9.3.1 ImportExport utility did not like the newly updated export.csv file

    Hello John,
    I'm exporting from 9.2.0.0.
    I'll try updating my 9.2's export file with password and resubmitting it.
    In the meantime, I was told 9.3.1 ImportExport will run in 9.2.0.0. However, everytime I tried that, it gives me the error
    When I run 9.3.1's cssexport.bat importexport.properties in 9.2.0's HSharedServices server, I get the error message:
    The system cannot find the path specified.
    I attach the importexport.properties file for your examination. All the paths are correct, such as:
    C:/Hyperion/SharedServices/9.2/AppServer/InstalledApps/WebLogic/8.1/CSS.xml
    C:/Hyperion/common/utilities/importexport931/trace.log
    What am I doing wrong?
    my css.xml file was found in /C:/Hyperion/SharedServices/9.2/AppServer/InstalledApps/WebLogic/8.1/CSS.xml.
    We are using weblogic. Is that the correct location?
    I don't get the above messages when I run 9.3.1's cssexport.bat importexport.properties in 9.3.1
    importexport.css=file:/c:/Hyperion/SharedServices/9.2/AppServer/InstalledApps/WebLogic/8.1/CSS.xml
    importexport.cmshost=localhost
    importexport.cmsport=58080
    importexport.username=admin
    importexport.password={CSS}MRcYv323uzxGr8rFdvQLcA==
    importexport.enable.console.traces=true
    importexport.trace.events.file=d:/Hyperion/common/utilities/CSSImportExportUtility/importexport/trace.log
    importexport.errors.log.file=d:/Hyperion/common/utilities/CSSImportExportUtility/importexport/errors.log
    importexport.locale=en
    importexport.ssl_enabled=false
    export.fileformat=csv
    export.file=d:/Hyperion/common/utilities/CSSImportExportUtility/importexport/exportHSS.csv
    export.internal.identities=true
    export.native.user.passwords=true
    export.provisioning.all=true
    export.delegated.lists=false
    export.user.filter=*
    export.group.filter=*
    export.role.filter=*
    export.producttype=*
    export.provisioning.apps=*

  • Error While Importing from EIF file into AW

    Hi All,
    I am facing the following error while importing from EIF file into AW using AWM as well as from sql prompt.
    java.sql.SQLException: ORA-36786: (IOSEC04) File POCAW/abc.eif does not exist or cannot be accessed.
    ORA-06512: at "SYS.DBMS_AW", line 42
    ORA-06512: at line 1
    at oracle.olap.awm.eif.eifimport.ImportDialogActionThread.doExportOrImport(ImportDialogActionThread.java:172)
    at oracle.olap.awm.eif.EifDialogActionThread.doAction(EifDialogActionThread.java:58)
    at oracle.olap.awm.ui.dialog.ThreadedDialogActionThread.run(ThreadedDialogActionThread.java:49)
    i have already created the directory pocaw.
    i have done the following steps :
    CREATE OR REPLACE DIRECTORY POCAW as 'D:\Olap_POC\export';
    GRANT all ON DIRECTORY POCAW to PUBLIC;
    execute dbms_aw.execute ('aw create ''POC_AW''');
    execute dbms_aw.execute('cda pocaw');
    execute dbms_aw.execute('dtb attach POC_AW rw');
    execute dbms_aw.execute('import all from eif file ''/abc.eif'' dfns update ');
    any idea or thought would be appreciable.
    thanks n advance
    anwar

    execute dbms_aw.execute('import all from eif file''/abc.eif'' dfns update ');
    Maybe one of the following file names could help
    (have never tried it):
    ''abc.eif''
    ''POC_AW\abc.eif''Yes,
    you don't need the slash. CDA is like setting a default directory.

  • Import From CSV File statement runs forever, no error, does not finish

    Hello,
    I am trying to import a CSV file in a JAVA program, with the following statement:
    IMPORT FROM CSV FILE '/debug/testdatabase/FILE.csv'
    INTO "JOSEPH"."TEST_TABLE"
    WITH COLUMN LIST IN FIRST ROW
    RECORD DELIMITED BY '\n'
    FIELD DELIMITED BY '\t' ERROR LOG '/debug/testdatabase/file.err'
    THREADS 10
    BATCH 10000
    I have two HANA instances on different machines A and B:
    Both machines run HANA version 1.00.74.00.389160 (NewDB100_REL), while the OS is
    SUSE Linux Enterprise Server 11.1 on machine A and
    SUSE Linux Enterprise Server 11.2 on machine B.
    The statement above runs fine on machine A and the rows are imported properly from JAVA as well as when executed from HANA Studio SQL console.
    If I copy the file to machine B and try the exact same statement with the same file, it does not finish (neither from JAVA nor from HANA Studio SQL console). There is no error either. It cannot be cancelled, only a HANA restart stops the statement. Also the sample file I use has only 2 rows, and memory does not seem to be a problem.
    I seem to have a similar problem to the one described here, but the answers there do not help me: http://scn.sap.com/thread/3396582 I specified the record delimiter, and I used a python script to check for any strange characters that are not supposed to be there, but didn't find any.
    If I copy the file to my windows PC and use the "File Menu -> Import -> SAP Hana Content -> Data from Local file" function, it imports the file correctly into B, but I need to be able to do it from JAVA.
    Machine A administration view:
    Machine B administration view:
    If you have any idea what might cause this behavior or where I can find more information on this problem please give me a hint.

    Hi Joseph,
    First from the pics, the revision of your SAP HANA instance is 73 instead of 74. Since I have no identical environment, I cannot test it for you. But can you try the simplest scenario? You can create a table with only one column table try to import a CSV file with only one row.
    Best regards,
    Wenjun

  • Error importing from BIAR file (BO XI 3.0)

    Dear BO community,
    I am using the BIAR tool for backup purposes. For my backup, I use a properties file as input which looks like the one shown below:
    action=exportXML
    exportBiarLocation=C:/Temp/BOBackup.biar
    userName=Administrator
    password=XXX
    CMS=XXX:6400
    authentication=secEnterprise
    includeSecurity=true
    exportDependencies=true
    exportQuery1=select * from ci_infoobjects
    exportQuery2=select * from ci_systemobjects
    exportQuery3=select * from ci_appobjects
    exportQueriesTotal=3
    The file creation seems to work without any problems. A file is created. However, when importing the file into another CMS, I am getting the following error:
    Failed to open the BIAR file. Reason: com.businessobjects.sdk.biar.om.internal.iw.ObjectManagerIWException:Input/Output exception occurred: 'Couldn't find entry 'BusinessObjects.xml'.
    I have opened the BIAR file using a ZIP program and checked that there is no "businessobjects.xml" file in there. When creating BIARs using only a single query, this file exists and the import is no problem.
    Does anyone have an idea what's happening and can help me?
    Thank you and best regards!

    Hello ALL,
    I have the same problem when I am trying import from BIAR file. Please tell me how you resolved this issue.
    I did not understand much from your previous message.
    We are using BO XI R3.1 and below is the error message that Import Wizard is throwing.
    Failed to open the BIAR file. Reason: com.businessobjects.sdk.biar.om.internal.iw.ObjectManagerIWException:required dependencies not found target system : 'AWAS3XkMSEtGn1TXI370kAU'
    In both pc  BO version is boxir3.1 sp3 and currently i m using windows xp professional version 2002 sp3
    Thanks
    Saurabh shivam

  • Can you use a subquery when importing from a file?

    I was wondering if the DBMS_DATAPUMP API allows using a subquery (DATA_FILTER) when executing an import from a file?
    I am unable of limiting my data when creating the export file because my subquery requires a database link, which is not an option on the server I'm working on. So I'm wondering if I can limit my data on the import from a file, rather than the export?
    Thanks for any advice...
    ivalum21

    I was wondering if the DBMS_DATAPUMP API allows using a subquery (DATA_FILTER) when executing an import from a file?From the documentation I would say yes:
    SUBQUERY:
    Specifies a subquery that is added to the end of the SELECT statement for the table. If you specify a WHERE clause in the subquery, you can restrict the rows that are selected. Specifying an ORDER BY clause orders the rows dumped in the export which improves performance when migrating from heap-organized tables to index-organized tables.
    «

  • How to recreate Studio objects from exported files ?

    One of my colleagues had to leave the project, and all I got was his exported files such as:
    abc.QA.uicomponent
    cde.WCF.uiwoc
    fgh.Datasource.ds
    etc...
    The tenant is already decommisioned, and I didn't get the solution exported zipfile.
    I can start a new project in another tenant, but i want to leverage the files as much as possible.
    Is there a way to import each exported file to recreate the component ?
    Especially for the tougher and more complex objects like the datasource.

    You are almost correct but not completely correct coz what I said was getting BO names in UI code with proxyName attribute.
    Let's dig this in easy way.
    Old BO name: OLDY
    New BO name: NEWY
    Old Namespace: OLDYNS
    New Namespace: NEWYNS
    Old SolutionID: OLDYSOLN
    New SolutionID: NEWYSOLN
    Now, press Ctrl + H in your code window and give old names in Find what and new names in Replace with
    I don't generally change any other parameters apart from these two but the only difference is I don't import screens. I create them in the current solution and just copy the UI xml code from old screen to new screen and then replace references just to avoid surprises.

  • How to exclude schema name from exported files (PL SQL Developer)

    Dear all,
    Just one question: I am using PL SQL Developer. My goal is to export some data (as .sql and .dmp files) from one database and to import them into the another database (both databases have identical structure - test database and production, just different database names and names of schema. In order to make it possible, I need to exclude schema name from generated export file. I believe that it is possible to do it automatically by setting up parameters of PL SQL Developer. How?
    Thank you in advance,
    Kindest regards,
    Dragana

    In the meantime, I have found the answer on my previous question:
    Actually, the initial idea (how to exclude schema name from exported files) was wrong. No need for any intervention.
    Trick is: Schema name can be changed during the import of exported files (PL SQL Developer during import gives possibility: From User (old schema) To User (new schema) .
    Hope that this will be useful info for others.
    Dragana

  • "Import from Text File" & "Upload from Clipboard" icon not appearng in F110

    Hi Experts,
    While making the payment to the vendors through TN F110, in "PARAMETER" screen just next to 'STATUS' screen, there is a vendor field for selection in range and just ahead of this there is an icon for multiple vendor selection ( Bold arrow mark ). If I click on that multiple vender selection icon ( on bold arrow mark ), an another screen opens for multiple selection for vendors. In this screen 'Enter, Copy, Delete etc' icons are appearing at the bottom of the screen but "Import from Text File" & "Upload from Clipboard" icon are not appearing there.
    Can you please let me know how to bring that icons there?
    Points would be awarded.
    Rgds,
    Shailesh

    Hi Ravi,
    I have not yet created anything and have just entered the parameter. In the multiple screen for vendors there are 5 fields for individual and 5 for range selection. Even you can put more than five range selections or individual selections by clicking on the page button but there I am not finding these two icons.
    Can you please check at your end and let me know if you are getting or what to do to bring those two icons in F110.
    Rgds,
    Shailesh

  • Importing From Flat File with Dynamic Columns

    HI
    I am using ssis 2008,i have folder in which I have Four(4) “.txt” files each file will have 2 columns(ID, NAME). I loaded 4
    files in one destination, but today I receive one more “.txt” file here we have 3 columns (ID, NAME, JOB) how can I get a message new column will receive in source. And how can I create in extra column in my destination table dynamically …please help me

    Hi Sasidhar,
    You need a Script Task to read the names and number of columns in the first row of the flat file each time and store it in a variable, then create a staging table dynamically based on this variable and modify the destination table definition if one ore more
    new columns need to be added, and then use the staging table to load the destination table. I am afraid there is no available working script for your scenario, and you need some .NET coding experience to achieve your goal. Here is an example you can refer
    to:
    http://www.citagus.com/citagus/blog/importing-from-flat-file-with-dynamic-columns/ 
    Regards,
    Mike Yin
    TechNet Community Support

  • Illustrator CS3 Import and Export File Format list?

    Hello,
    Has anyone typed up an updated supported import and export file format list for CS3? I used to reference a support knowledgebase document, 1001741, (no longer on Adobe's site) that showed the majority of file formats and versions that Illustrator was able to import. I searched all over and couldn't find one, then called support and they confirmed they no longer had a list like that available--they had split the import options into separate lists--like what versions of Photoshop files, what versions of .eps files, .tiff files etc. Illustrator CS3 could open.
    The reason I was looking because I wanted to see what version Corel file CS3 could open after I was not able to open a customer's v.12 .cdr file.
    Thanks,
    Rick H.

    I am pretty sure that the last supported version of Corel that AI can open is version 10.
    :) Mordy

  • TS1424 I have just opened iTunes and only the music that I have purchased from the iTunes store is being shown: I can't find any of the music that I have imported from a file. Help?

    I have just opened iTunes and only the music that I have purchased from the iTunes store is being shown: I can't find any of the music that I have imported from a file. Help?

    See this post.
    tt2

  • Color import from web files feature

    There is new feature mentioned in CC specs:
    NEW Color import from web files. Import color swatches directly from HTML, CSS, or SVG files — for inspiration, or to easily match the color schemes of existing web content.
    Where is it placed? I was unable to find something similar in menus/toolbars/palletts.
    Thank you!

    In the swatches palette, open a file - then you can select a CSS, HTML, or SVG file in addition to ACO and ASE files.

  • Matching import and export files

    Is there a way to pair up imported files with the exported .Dat files and .err error files? We are running the batch process (using upsShell.exe executed via a scheduled batch script) to import CSV files and export them to Essbase, and have had several of the .Dat files fail. Nothing is recorded in the <username>.err log, the only indication of failures are the numerous .err files that accompany the .Dat export files in the Outbox.
    Since we have loaded numerous files against the same location (which is the prefix for the .Dat and .err files), we have numerous .err files which have very similar names. For example:
    LOCATION001.Err
    LOCATION002.Err
    LOCATION003.Err
    Etc...
    But there is no indication as to which of the imported data files these error files actually relate to! For example:
    A~LOCATION~WLCAT~PERIOD1~RA.csv
    B~LOCATION~WLCAT~PERIOD1~RA.csv
    C~LOCATION~WLCAT~PERIOD1~RA.csv
    Etc...
    Is there a way to identify which .Err file relates to which .CSV file?

    I wouldn't say that the .dat file is completely independent of the source file, since the .dat file essentially contains mapped data directly or indirectly from the source file, and wouldn't be generated without it.
    It is a shame that FDM does not generate some sort of useful batch processing log which details steps like this, for example:
    2012:08:02 13:41 Import: A~LOCATION~WLCAT~PERIOD1~RA.csv
    2012:08:02 13:42 Validate: Imported data
    2012:08:02 13:43 Export: LOCATION001.Err
    2012:08:02 13:43 Check: etc
    This way, one would clearly be able to match problematic .Dat files with the original source file, and then look at fixing the source file if this was the root of the problem. I cannot see at present how one is supposed to do this when faced with many load files and error files.
    Is there anything else I might have missed here?

Maybe you are looking for

  • Java EE 5 request.getRequestURL() change

    Hello, I have a problem with change of the method HttpServletRequest.getRequestURL() in my action servlets. I have this situation: URL matches http://server/app/page-key-word-string These URLs generates 404 Tomcat error page, which redirects to redir

  • Error with the Receiver JMS Adapter (Connection On-Demand feature)

    Hi, In high volume we are experiencing errors with the Receiver JMS Adapter and the connection On-demand feature: Adapter Framework caught exception: while trying to invoke the method com.sap.aii.adapter.jms.api.connector.DisconnectorListener.notifyE

  • All my text in my tables is locked into bold! :(

    Hi. I'm close to finishing a site at http://kareltests.co.uk/ where I've been using tables. Much to my frustration all the text I use within a table comes out bold. On Macs this looks terrible. Any ideas? BTW Any other tips regarding layout, or of wh

  • Using messageResource.properties message in JavaScript

    Hi, I have a messageResource.properties which has all the messages which my JSF JSP display using: requiredMessageDetail="#{messages[\'mandatory.field.validation\']}"I also have javascript for my client side validations and have various alerts in the

  • Adobe XI - Hightlight text tool not working

    Just downloaded adobe XI and the hightlight text tool not working.  How can I get this to work.