Export from Apex 3.2 and import to Apex 4.0

I apologize if this has been asked before (and I am sure it has).
We are about to move all our Apex/Oracle apps to a server where Apex 4.0 is installed. Our current Apex version is 3.2. My question is can we export from Apex 3.2 and import in Apex 4.0 and expect everything to work (assuming it all works fine in Apex 3.2 and all Oracle objects were moved properly to the new server , both servers have Oracle 11g).

I am having trouble finding "update application" under any of the utilities.
Also one of my applications gives me the following error when I try to import it from Apex 3.2. to 4.0
ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-02290: check constraint (APEX_040000.WWV_FLOW_WS_RPT_CHART_AGG_CK) violated <pre>begin wwv_flow_api.create_worksheet_rpt( p_id => 24053127534342788+wwv_flow_api.g_id_offset, p_flow_id=> wwv_flow.g_flow_id, p_page_id=> 60, p_worksheet_id => 24052412232342516+wwv_flow_api.g_id_offset, p_session_id => null, p_base_report_id => null+wwv_flow_api.g_id_offset,
I have no clue how to fix that.
George

Similar Messages

  • Help export from database P1 Partition and Import into databaseT1 Partiton

    Hi,
    I need to export one of the table partition(Range Partition) data from production database P1, and Import into another table partition of database T1.
    Means export from one partiton to another partition, from database is P1, To database is T1.
    exp command not worked in sqlplus prompt at SQL>.
    Regards,
    Venkat.

    Hello,
    I don't know exactly your Oracle release, but since Oracle 10.1 you can use either the Original export/import utility (exp/imp) or the DATAPUMP (expdp/impdp) which is recommended.
    As previously posted, export/import is not launched from SQL prompt but straightly from a DOS session (for Windows) or a Unix session (on Unix/Linux).
    These links will give you example about partition-level export and import, using the Original export/import utility:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16536/original_export.htm#SUTIL2750
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16536/original_import.htm#SUTIL1758
    You have the same feature in DATAPUMP with the TABLES parameter:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16536/dp_export.htm#i1006816
    Hope this help.
    Best regards,
    Jean-Valentin

  • UDF Export from OIM 11g R1 and Import into R2

    Has anyone ever exported user defined fields from OIM 11gR1 and successfully imported them into OIM 11gR2?
    I have tried exporting the user metadata via deployment manager in R1 and importing into a sandbox in R2 and the import fails with the following exception in the log:
    <Apr 8, 2013 2:49:14 PM UTC> <Error> <XELLERATE.WEBAPP> <BEA-000000> <Class/Method: LoadDeploymentUtility/displayImportSubstitution encounter some problems: Object specified is invalid.ORCLGUID [AttributeDefinition]
    com.thortech.xl.ddm.exception.DDMException: Object specified is invalid.ORCLGUID [AttributeDefinition]
    at com.thortech.xl.ddm.engine.SchemaInstanceFacade.populate(SchemaInstanceFacade.java:322)
    at com.thortech.xl.ddm.engine.SchemaInstanceFacade.addXMLSchemaInstance(SchemaInstanceFacade.java:253)
    at com.thortech.xl.ejb.beansimpl.tcImportOperationsBean.addLastPreviewedFilePrivate(tcImportOperationsBean.java:688)
    at com.thortech.xl.ejb.beansimpl.tcImportOperationsBean.addLastPreviewedFile(tcImportOperationsBean.java:664)
    at Thor.API.Operations.tcImportOperationsIntfEJB.addLastPreviewedFilex(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy381.addLastPreviewedFilex(Unknown Source)
    at Thor.API.Operations.tcImportOperationsIntf_uawk3z_tcImportOperationsIntfRemoteImpl.__WL_invoke(Unknown Source)
    at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
    at Thor.API.Operations.tcImportOperationsIntf_uawk3z_tcImportOperationsIntfRemoteImpl.addLastPreviewedFilex(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
    at $Proxy399.addLastPreviewedFilex(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
    at $Proxy400.addLastPreviewedFilex(Unknown Source)
    at Thor.API.Operations.tcImportOperationsIntfDelegate.addLastPreviewedFile(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy401.addLastPreviewedFile(Unknown Source)
    at com.thortech.xl.webclient.actions.LoadDeploymentUtilityAction.displayImportSubstitution(LoadDeploymentUtilityAction.java:1975)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:269)
    at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(tcLookupDispatchAction.java:133)
    at com.thortech.xl.webclient.actions.tcActionBase.execute(tcActionBase.java:894)
    at com.thortech.xl.webclient.actions.tcAction.execute(tcAction.java:213)
    at org.apache.struts.chain.commands.servlet.ExecuteAction.execute(ExecuteAction.java:58)
    at org.apache.struts.chain.commands.AbstractExecuteAction.execute(AbstractExecuteAction.java:67)
    at org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)
    at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)
    at org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:305)
    at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)
    at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1914)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:450)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:185)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
    at com.nexaweb.server.servlet.NexawebRequestDispatcher.doClientRequest(NexawebRequestDispatcher.java:347)
    at com.nexaweb.server.servlet.NexawebRequestDispatcher.forwardClientRequest(NexawebRequestDispatcher.java:114)
    at com.nexaweb.server.servlet.JspProcessor.processRequest(JspProcessor.java:137)
    at com.nexaweb.server.servlet.RequestProcessor.dispatchRequest(RequestProcessor.java:463)
    at com.nexaweb.server.servlet.RequestProcessor.processClientEvent(RequestProcessor.java:710)
    at com.nexaweb.server.services.protocol.NexawebProtocolHandler.handleProcessEventCommand(NexawebProtocolHandler.java:1026)
    at com.nexaweb.server.services.protocol.NexawebProtocolHandler.dispatchCommand(NexawebProtocolHandler.java:140)
    at com.nexaweb.server.NexawebServer.doService(NexawebServer.java:420)
    at com.nexaweb.server.NexawebServer.doGet(NexawebServer.java:335)
    at com.nexaweb.server.admin.ServerAdmin.callNexawebServer(ServerAdmin.java:379)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.nexaweb.loader.xMethodInvoker.runInThread(xMethodInvoker.java:69)
    at com.nexaweb.server.api.admin.ServerAdminProxy.callNexawebServer(ServerAdminProxy.java:551)
    at com.nexaweb.redirect.RedirectServlet.doGet(RedirectServlet.java:18)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:78)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:108)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Any ideas or suggestions? Thanks.

    There are multiple ways to do this. ODI, Essbase Studio or SQL interface in load rules are three. ODI is not free, but the other two I mention are. There are a few developers I know that prefer flat files as it is easier to trace back issues, but most o us use a SQL approach. Both Essbase Studio and Sql Interface can use either PDBC or OCI connections. Of course OCI connections are faster.
    While neither Studio or load rules has a scheduler associated with it, you can use the windows/cron/custom scheduler of your choice to schedule the process to run. Note that neither will run stored procedures/packages but just read from tables/views.
    The batch interface you would use is called MaxL and it interfaces with ODI, Studio and Load rules (Sql interface)

  • Export from 8.1.7 and import to 10g

    Hi, I'm currently working on 8.1.7 on Solaris and need to migrate to 10g on Windows. I tried to use export and import utilities. I tried two different ways but all failed. Just wondering is there anybody can give me some more ideas about this:
    1. In SQL*PLUS on 10g, I tried to export the table via remote access:
    C:\oracle\product\10.2.0>expdp username/password@remote_db content=all directory=dpdump dumpfile=dpdump:test.dmp logfile=test_exp.log tables=test_table schemas=test_schema ;
    Export: Release 10.2.0.1.0 - Production on Tuesday, 29 November, 2005 16:31:45
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    UDE-00008: operation generated ORACLE error 6550
    ORA-06550: line 1, column 52:
    PLS-00201: identifier 'SYS.DBMS_DATAPUMP' must be declared
    ORA-06550: line 1, column 52:
    PL/SQL: Statement ignored
    2. I tried to export the table on 8.1.7, FTP the dump file to 10g, and then tried to import to 10g:
    C:\oracle\product\10.2.0>impdp username/password directory=dpdump dumpfile=test.dmp logfile=test.log
    Import: Release 10.2.0.1.0 - Production on Tuesday, 29 November, 2005 17:11:49
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31640: unable to open dump file "c:\oracle\product\10.2.0\dpdump\test.
    dmp" for read
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Any input will be appreciated!!!

    Hi,
    If we refer to the Oracle doc, it's depend of your 10g release.<br>
    Into Upgrade Paths 10.2, you need to upgrade your 8i firstly in 8.1.7.4.<br>
    Into Upgrade Paths 10.1, you you can directly migrate.<br>
    Anyway, you need to use 8iexp utility, and 10g imp utility : Using Different Releases of Export and Import 10.1 or Using Different Releases of Export and Import 10.2.<br>
    <br>
    Nicolas.

  • Export from 8i / 2000 server and import into 10g/ linux(centos)

    we are trying to migrate from 8i/ 2000 server to 10g/centos
    We exported source database( 8i / 2000 server),
    could you suggest accepted step by step procedure for this exp/impdp.
    i prefer imp rather than impdp while going for upward migration ( ie 8i to 10g)
    please offer your suggestions.

    santhanam_oradba wrote:
    we are trying to migrate from 8i/ 2000 server to 10g/centos
    We exported source database( 8i / 2000 server),
    could you suggest accepted step by step procedure for this exp/impdp.
    i prefer imp rather than impdp while going for upward migration ( ie 8i to 10g)
    please offer your suggestions.Using imp/exp is not so hard so you can try it by yourself. Export all schemas to a dump file from 8i and export it to 10g
    For syntax you can refer to documentation:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/exp_imp.htm#i1023560

  • Export BR's from 9.3.1 and import them to 11.1.2.2

    Hi All,
    I am working on exporting the Business rules from 9.3.1 and import them to 11.1.2.2. I was able to export the BR's and import them but its is giving me the error that *"the import was unscucesfull as no objects were found"*.
    when I looked in the document it mentions after selecting the BR's that we export it will open a *"Enter source Repository information"* dialog box which I don't see.. can anyone please help me with this..
    Thanks

    Hi John,
    I went through the document and in there it says we can migrate business rules from previous versions only if it is EPMA and not classic. Is that true? we are using classic planning for both 9.3.1 and 11.1.2.2. we want to migrate Business rules from 9.3.1 to calculation manager 11.1.2.2
    Can we do a migration for the above?
    I saw it in page no. 253 of "http://docs.oracle.com/cd/E17236_01/epm.1112/cmgr_admin.pdf". Please clarify me if we can do this migration
    Thanks!

  • How can I remove the credits from the apple ID and import it to another apple ID?

    How can I remove the credits from the apple ID and import it to another apple ID?
    I want to remove the credit I have from my apple ID to another apple ID.
    Is there a way?

    No, sorry. You cannot transfer an iTunes credit to another Apple ID.
    Cheers,
    GB

  • I have already assigned photos from iPhoto to folders in Pictures on the Mac using the instructions from Adobe. How do i now move more recent photos from iPhoto without duplication and import into Lightroom?

    I have already assigned photos from iPhoto to folders in Pictures on the Mac using the instructions from Adobe. How do i now move more recent photos from iPhoto without duplication and import into Lightroom?

    If the images are in the location you want them be sure to select "Add" at the top of the import dialog box.

  • Cannot export address book from 5.0.1 and importing to 4.1.2

    I don't think that this problem has been dealt with anywhere.
    I created an address book archive on my intel macbook pro running snow leopard and address book 5.0.1. I then tried importing this to my desktop which is not intel and is therefore running leopard and address book 4.1.2. It doesn't seem to open. It seems to erase all of my contacts instead, but then when I quit and reopen address book they are all there.
    This is weird. I have done this before, in reverse, and had no problems.
    Any good ideas out there? Many thanks.

    Exporting from a new version of AB to an older one is always problematic because of differences in the databases. It may be better to simply select all your contacts then drag the selection to the Desktop which should create a vCard file. Then drag the vCard file into the other AB on the other computer. It should import the vCard file without issue. This should avoid any problems arising from the differences in the AB version involved.

  • Export from 10.2.0.4, import into 10.2.0.1

    Hi all,
    I'm very new to oracle so forgive if there are any part of infomation that I left out.
    My test system:
    Windows Server 2003 Standard 32bit
    Oracle 10g: version 10.2.0.1
    For 2 days, I have been trying to restore a database into 10.2.0.1 but keep failing with alot of errors.
    The command line that I'm using
    imp scott/Password1 FILE=A_01.dump,A_02.dump,A_03.dump,A_04.dump,A_05.dump,A_06.dump,A_07.dump
    I was hit with this error today which gave me the ?_?
    IMP-00010: not a valid export file, header failed verification
    IMP-00000: Import terminated unsuccessfully
    So I went google and found out that it might be either 1 of the reason:
    1) File Corrupted During Transfer
    2) When exported dump file is higher version and import in lower version.
    I haven't rule out the file being corrupted as I want to make sure of point 2 for the time being.
    The version of the oracle that the DB was exported out is 10.2.0.4.
    I know point 2 is valid when there is a major version change like from 9 to 10 or to 11.
    So my question are as follow:
    Does point 2 affect the way I restore the DB from 10.2.0.4 into 10.2.0.1?
    Edited by: 944313 on Jul 3, 2012 7:42 PM

    Pl identify how the export was performed. In 10g and later versions, there are two export utilities - expdp and classic export. Files exported by these two mechanisms use different formats and can only be imported by impdp and classic imp respectively. Your error message indicates that the export file was created by expdp (assuming that the file did not get corrupted during transfer) - therefore you will need to import it using impdp. If this is true, then expdp on the source must be perfomed with the VERSION parameter set to 10.2.0.1
    http://docs.oracle.com/cd/B19306_01/server.102/b14215/toc.htm
    HTH
    Srini

  • Export from Oracle 9i to be Imported into Oracle 10g on 32bit platform

    Hi,
    Currently, I am in the process of performing a Homogenous system copy
    due to a domain change in our organization using R3load procedure.
    I have taken the export of the existing system which is on Oracle 9i.
    Initially, I was planning on setting up the new system on Oracle 9i,
    now that Oracle 9i is out of support, I would have to go with Oracle
    10g.
    I found a note on this topic, SAP Note: 932722, however, this note
    explicitly talks about database specific procedure of system copy and
    also this note is for 64 bit platform.
    Can you point me towards a Note or documentation which can be used as
    reference for importing an Oracle 9i export into Oracle 10g on 32bit
    platform(System copy procedure is R3load)?
    OS- Windows 2003 32bit, ECC 5.0
    Regards,
    Vishnu.

    Hi Gagan,
    Thanks for your response,
    As per your suggestion, I looked at the System Copy guide for Heterogeneous System Copy,
    On service.sap.com/osdbmigration under FAQ's this is what I found,
    I plan to copy my SAP system to a new hardware with the same OS and DB products but higher release levels. Is this a migration or a homogeneous system copy?
    A change of the version of the operation system and/or the database system is not relevant in the context of a migration or a homogeneous system copy. If you don't change the product, but only the release level it is a homogeneous system copy. If you change OS and/or DB, it is a migration.
    The system copy guide, doesn't explicitly talk about an export from Oracle 9i imported into Oracle 10g.
    Can you point me to a guide or Note?
    Regards,
    Vishnu

  • Exporting from InDesign to PDF, and the updated PDF is larger than a month ago and not printing easily on letter paper, it is PDF presets?

    Hello,
    I am exporting from InDesign to a PDF and the page is larger in the PDF then others I have exported. Is this because of the PDF presents? One of the project managers is not able to print it out on 8.5 x 11 paper, but the document presets for InDesign are the same as before. I wish I could upload the PDFs to show, but the newly exported PDF is larger than the version I created a month ago. I created a PDF binder and the newly updated PDF is almost a .5 inch wider with the same export presets. Any thoughts?

    Sadira00123456789 wrote:
    One of the project managers is not able to print it out on 8.5 x 11 paper, but the document presets for InDesign are the same as before.
    I suspect the project manager simply has his/her copy of Reader/Acrobat set to print at actual size, rather than "Fit" (assuming the InDesign page size is truly 8.5 x 11).
    ..the newly updated PDF is almost a .5 inch wider with the same export presets.
    It would have nothing to do with export presets. How are you determining that half-inch difference?

  • Exporting from Lightroom to Photoshop and back to Lightroom shows different results in Lightroom than in Photoshop

    I has set the color space to ProPhoto RGB in both Lightroom and Photoshop. I have also calibrated my monitor.
    But when I export a photo from Lightroom to Photoshop and edit it there before saving it, the photo in Lightroom is very different than what the Photoshop edit shows.
    Photoshop is to the left, Lightroom to the right.

    Ask in the LR/ PS forums and provide details about your system, your files, your develop settings, other stuff. You need to be much more specific.
    Mylenium

  • HT1364 Move itunes library from a windows computer and import this library to itunes on a macbook air

    Is it possible to move itunes library from a windows computer to an external drive (time capsule) while, keeping all the playlist, ratings, plays etc. And importing this library to itunes on a macbook air? And how is it done? The media files should stay on the external drive since there is not enough space on the macbook air.
    Regards
    Søren

    Hey man. Thanks a lot for the reply (hold the options instead of command key while launching). My old itunes library is now on my new computer in itunes, but the mp3 files are not in the same itunes folder. Where do I place these or what do I do to play them in my new itunes library?
    All the songs in the library have exclamation marks in front of them because itunes can't find them.
    Thanks again
    Søren

  • HELP!EXPORTING FROM KEYNOTE TO QUICKTIME AND IT CREATES TWO DIFFERENT FILES

    I made a presentation in keynote, adding music from my itunes library and need to send it to a client (who owns a PC) ASAP.
    When I export my keynote file to QT, it creates two separate files on my computer. One is the project and one is the "soundtrack.mov"
    1. Why does it create two separate files?
    2. How can I send the ENTIRE presentation in one?
    3. How can I send it to a PC user?
    4. Why did it tell me on my last music selection that I added to keynote (After I exported) that I would have to open it in itunes???
    Totally NEED HELP ASAP!
    Thank you
    ML

    Yeah, me too. Bump. Can anybody explain this behavior?!?

Maybe you are looking for