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

Similar Messages

  • 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 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 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 &lt;pre&gt;begin wwv_flow_api.create_worksheet_rpt( p_id =&amp;gt; 24053127534342788+wwv_flow_api.g_id_offset, p_flow_id=&amp;gt; wwv_flow.g_flow_id, p_page_id=&amp;gt; 60, p_worksheet_id =&amp;gt; 24052412232342516+wwv_flow_api.g_id_offset, p_session_id =&amp;gt; null, p_base_report_id =&amp;gt; null+wwv_flow_api.g_id_offset,
    I have no clue how to fix that.
    George

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

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

  • Problem with saving TIFF from PDF in Photoshop and importing into Corel

    I work at a publishing company, and some of our designers use CorelDraw X14. We receive most of our advertising material in PDF format, which I then have to convert to TIFF in Photoshop (I use CS4). Most of the time this works fine, but lately, the TIFF files appear ragged and very low resolution (especially the text) once they are imported into Corel. When I re-open the TIFF files in Photoshop they seem fine, as well as viewing them with a picture manager program. Does anyone have any idea why this happens, and if the problem lies with the may I save the TIFF files or the way they are imported into Corel? TIFF files created from Corel don't have the same problem.

    I concur with Bart - they are using the preview because someoen ticked a wrong checkbox or enabled a fast preview mode... Should print and export without issues, though.
    Mylenium

  • How do I access a folder from my hard drive and import into Lightroom?

    Lightroom does not recognize the folder and tells me the photos are not online.

    If you haven't yet - go into lightroom - select library  - on the left you will see "folders" click the + sign and find the folder on your computer. Lightroom will not by default add folders that do not have images in them.  Hope that helps... if you're already doing that try to describe your problem in more detail

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

  • Extract the data from SQL Server and Import into Oracle

    Hi,
    I would like to run a daily job that will export the table data from SQL server table (it will be only one or two table) and Import back into Oracle table (it might one or two table tables).
    Could you please guide me that how can i do this using either sql server or oracle?
    We have oracle 9.2 and sql server 2005.
    Normally i do from flat file which is generated by source destination nand i dump into oracle using sql*loader but this time I have to directly extract/export the data from MS Sql server and load into Oracle table, mostly it will reload so i might doing any massaging data during the load.
    If you show me the detail approach, it will be really appreciated.
    I have access to Sql server but i don't how to use sql server to do this or using oracle as a daily job even becuase have to schedule the job for this as it will be a daily job.
    Thanks,
    poratips

    Unless you can find an open source ODBC driver for SQL Server that runs on Solaris (and I wouldn't be overly hopeful there) Heterogeneous Services would require that you license something-- a third party ODBC driver, a new Oracle instance, or an Oracle Transparent Gateway.
    As I stated below, you could certainly use SQL Server's ETL tool, DTS. Oracle's ETL tools would require additional licensing since you're just on 9.2. You could also write a small application (Java or otherwise) that connected to both databases and transferred the data. If you're particularly enterprising, you could load the SQL Server Type 4 JDBC driver into Oracle's JVM and write a Java stored procedure that connected to the SQL Server database via JDBC, but that's a pretty convoluted approach.
    Justin

  • My daughter's older Ipod Touch is having a problem with images becoming pixilated when taken from an e-mail and placed into her camera roll. ( She wants to put on Instagram ) Any help?

    My daughter's older Ipod Touch is having a problem with images becoming pixilated when taken from an e-mail and placed into her camera roll. ( She wants to put on Instagram ) Any help?

    I think that may be a consequence of the email provider she is using. Some services (AOL is one example) inspect and modify email attachments, particularly photos, resulting in reduced resolution compared to the email that was sent.
    The iPod does not do this. The resolution of the picture in the email she receives will be identical to what is imported.

  • 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

  • How i can enter information from Database to jtree and update it

    How i can enter information from Database to jtree and update it

    Is the memory cache enabled (about:cache)?<br />
    You can open about: pages via the location bar like you open a website.
    *http://kb.mozillazine.org/browser.cache.memory.enable

Maybe you are looking for

  • TypeError: matches has no properties

    Encountered this when trying to export CSS and Images.  What does it mean?  See attached for your referrence. Thanks in advance!

  • EAP-Fast or PEAP ??

    Dear All, we are not sure if we should use EAP-FAST as authentication method or if we should use PEAP or EAP/TTLS. Could you please inform us which one is safer ? For PEAP or EAP/TTLS we would need a Radius Server such as ACS while we could assign an

  • Please advice about fast reading/writing

    Hi All, I am building a custom system for Photoshop CS6 and Lightroom 4, I know this is not a PS forum but I think the hardware experts are here. The components I have already selected are: i7-3930k ASUS P9X79 PRO 64GB RAM (GSKILL) WD Caviar Black 1T

  • Is it possible to make multiple playlists and set itunes so that it will not let you add a song to more than one playlist?

    I have a veryl large Itune library and want to make multiple playlists so that for example when driving long hours in the car I can change to another playlist and not have songs repeated.  I do realize if I noted down every song that was put in a pla

  • Rapport didem

    Bonjour, J'ai un problème, afin de terminer mon programme, je souhaite créer un rapport sous diadem. Mais il m'est impossible de changer la valeur des textes dans mon rapport !! Comment faire ?? J'ai essayé l'exemple "changer valeur texte et fichier