Data Mover Export

Is it possible to export data from a join of tables, without having to create a view?
something like export all EMPLIDs that are present both in ps_job and psoprdefn using a direct join -- am not considering the option of using exists in where clause here
Thanks,
Mani

am not considering the option of using exists in where clause hereWhy ?
Nicolas.

Similar Messages

  • Data Movement from Oracle 8i to 10g

    hi
    i want to move data from old system (oracle 8i) to new system (oracle 10g). database architecture for both systems is different. there are 12 tables in old system and 37 tables in new system. i want to use exp and imp utilities. new system in oracle 10g also contains so many records. i want to move data rightly and also want to secure data in oracle 10g. can i use exp and imp for it. if there are some other ways then plz write me. plz also write the precautions and considertaions that i have for using exp and imp.
    cheers

    Since these are two different architectures, and I understand two different OS' then the only available choice is to use export/import. The number of tables doesn't seem to be problematic.
    From your other thread, Re: data movement from 8i to 10g , you stated some concert about sys' objects, don't deal with them, just import your production schema objects.
    ~ Madrid

  • Sql Developer MSSql Migration, Online data move, image to long raw mapping

    Hello,
    my task is to migrate a MSSql Server Database to Oracle 10.2.0.4 with SQL Developer Version 2.1.1.64
    and JTDS JDBC Driver oracle.sqldeveloper.thirdparty.drivers.sqlserver 11.1.1.58.17.
    Capture, convert and online data move works except data mapping from MSSql image to Oracle long raw dataype.
    I need to map MsSql image to oracle blob, to achieve online data move!
    is Sql Developer online migration MsSql image to oracle long raw possible?
    I know that long raw is outdated, but i'm dba and not responsible for the software part.
    What options should i try? offline data move? can MS Bulk Copy Program export image data and SQL*Loader import into long raw?
    Any experience or tipp?
    Thanks
    Michael

    Hi user12132314 ,
    I do not see any 'long raw' options on our current SQLServer 2005 data type mapping. (Raw is a separate 2000 byte data type).
    The usual route for SQLDeveloper is to go to Blob.
    Online - this is simple & automated.
    Offline - this actually goes via hex output in bcp to sqlldr, read in as CLOB which is then encoded to blob. (This is automated)
    (Online 'Copy to Oracle' option, right click on table, may be of use if advanced features not included in the select such as defaults are not required, it copies over a select * from table, including blobs)
    To move you from blob to long raw after migration can be done (easily enough if Oracle database >=10g so the stream does not have to be in smaller 'chunks')
    http://asktom.oracle.com/pls/asktom/f?p=100:11:3938270166267830::::P11_QUESTION_ID:702825000306
    I can look into this if you want to go down this route.
    Note however that long raw has drawbacks and blob is preferred, see
    Oracle® Database SQL Language Reference
    11g Release 2 (11.2)
    Part Number E17118-04
    Data Types
    LONG Data Type
    for example one restriction is:
    A table can contain only one LONG column.
    -Turloch
    SQLDeveloper Team

  • Data mover problem

    Hi all,
    I have a table A(name(10), num(5)) in DEV environment. i have to move all the data in the table A to TEST environment. So i want to use the data mover.
    I have exported in DEV and imported in TEST.
    I could see the all the data came to TEST environment
    The problem is.
    my name field in DEV has the values like 'david ' (please mind the spaces)
    but if i see in TEST i could see only 'david' ( the spaces are missing)
    Do we need to put any settings in order not to skip the ending space characters in EXPORT/IMPORT scripts.
    Please help me.
    Thank you.

    ur user writes some query where she would concatenate this field with another field in another table. that is why she wants the trailing spaces.Then the extra space "problem" you have should be solve by your concatenation program, not inside database. Your field in 10 characters long, if you have a name on 10 characters, how will you put an extra space there ?
    I don't know how/where you are concatening the fields, but it is there you should solve it. The database should not contains extra space, you could break down the data consistency.
    Nicolas.

  • Unable to create Temp table in Data mover

    Hi dudes,
    i tried to create a Temp table in Datamover but could not. i have tried to run it in user mode as well as bootstrap mode, even though not get success. i have added my sample datamover script, please go through the scripts and notice my error.
    SET LOG D:\PT851\log\test1537.log;
    SET NO DATA;
    SET NO TRACE;
    CREATE_TEMP_TABLE test1537DB;
    SET OUTPUT D:\PT851\test1537.out;
    EXPORT test1537DB;
    and my error is,
    Error Message:- PeopleTools 8.51 - Data Mover Copyright (c) 2012 PeopleSoft, Inc. All Rights Reserved Started: Sun Dec 23 02:57:24 2012 **** PeopleSoft trace has been turned off Data Mover Release: 8.51 Database: C91TST (ENG) Ended: Sun Dec 23 02:57:24 2012 **** PeopleSoft trace has been turned back on Unsuccessful completion

    Is the record definition test1537DB existing?

  • .mov export problems

    Hello,
    I have a new WinXP computer with CS3 Master Collection and
    Quicktime 7.2. When I export a movie (file > Export Movie) the
    progress bar moves all the way to the end and hangs there. I never
    get my completed file. I can see a .dat file, but the process never
    completes to give me the .mov.
    I have tried the Animation and H.264 codecs with the same
    results. I am also able to product AVI files with no problems.
    Help or suggestions are greatly appreciated,
    - Jon

    I found another post on this forum that resolved my issue.
    For anyone else having this problem with MOV export, make sure you
    do the following:
    - Create a stop() command at the last frame of the animation
    - Make sure there are no frames after the stop() command
    Once I removed the frames after my stop() command, the export
    completed just fine.
    Cheers,
    - Jon

  • Moving a single table with data mover

    Hello
    I am new to data mover. I want to move one table and I used the following script
    set log c:\app\psft\export.log;
    set output c:\app\psft\export.dat;
    export PS_COMMISSION;
    i get error
    "invalid command in bootstrap mode" unsuccessful completion?
    any assistance please?

    Another thing to remember is to use the app designer table name. Use Export COMMISSION. Do not use PS_COMMISSION. Let me know if you have any questions.

  • SQL DM - Data Transformation and Data Movement option ?

    SQL DM - Data Transformation and Data Movement option ?
    I am using SQL DM 3.0.0.665. I need your thoughts on following.
    We find that Erwin introduced Data Transformation and Data Movement functionality to support ETL need. We were able to generate ETL spec using this feature.
    Does SQL DM have any plan to introduce such features?
    How do we use the current SQL DM to build ETL spec ?
    Thanks in helping us out.

    Hello,
    I am currently experimenting with SQL Data Modeler to produce high level solution designs and ETL specifications.
    Have not completed what I am doing but so far have come up with the following:
    Current assumption I am working on:
    All objects specified within the SQL Data Modeler will export to the Reporting Schema tables set up in an Oracle database. Once the data is within these tables then it will be a simple task to develop a SQL report to extract the data in any format required.
    1) There is nothing in the physical (Relational) Model section that supports this
    - though I have yet to fully use the Dimensional Modelling functionality which may have the mapping functionality required to specify an ETL
    2) We need diagrams of the processes as well as the ETL mapping
    - Process modelling is available in the Logical
    - Reverse Engineer all Physical objects to become Logical object i.e. one Table to one Entity
    - For each Entity set up an Information Structure
    (Currently this can only be done in a convoluted method via creating a diagram, creating a Flow and editing the Flow then drilling down)
    MESSAGE to SQL Data Modeler Support: Can things be set up so that Information Structures can be set up directly from the Browser, current method is a bit nonsensical
    - You are now set up to use the Logical Process Modeling functionality to capture the ETL requirements
    - Advise that you reference the training to understand what primitive, composite and transformation processes objects are
    - Also, take the time to understand what an external agent object is
    - Will assume you know what a Data Store is
    Here is the standard I am heading towards that seems feasible, will need to run a proof of concept within the larger team to ensure it works though:
    - A Logical is kept that is a one for one with the Physical
    (The only reason for this is that there is no process modeling functionality for the Physical objects
    MESSAGE to SQL Data Modeler Support: Can you duplicate the Process Modeling for the Logical to be available for the Physical objects too, would be a great help to specify ETL jobs.
    - An External Agent is used to represent an external source e.g. Billing application
    - A primitive process is used to represent the high Level design
    - A composite process is used to specify processes which can be further broken down to ETL jobs
    - A transformation process is used to represent an ETL job
    Within a Transformation process you can specify the mapping from multiple sources to a target table
    There are some negatives to this approach:
    - You lose the physical schemas the tables are part of, though a naming convention will get round this
    - You need to maintain a logical that is one for one with the physical, this is not a big overhead
    However, as I have stated in my message to the SQL Data Modeler support team, would all be resolved if the Process Modeling functionality were also made available within the Physical objects environment.
    Please note that we have not as yet adopted the above approach and are still assessing is SQL Data Modeler will meet this requirement to our satisfaction. The critical bit will be if the data exports to the Reporting Schema, if it does then we have plenty of SQL resource that can produce the reports required procided the data can be captured.
    Hope that all helps.
    Also, hope I have not missed the point of your email.
    Kind regards,
    Yusef

  • How to play an HD movie exported from Final Cut Pro?

    How to play an HD movie exported from Final Cut Pro? on a mac???
    thanks

    How to play an HD movie exported from Final Cut Pro? on a mac?
    Most FCP users export them in a high-effeciency distribution/delivery compression format (e,g,, H.264/AAC) targeted for a particular application and/or device. For example, you could export using H.264/AAC at full display resolution for playback in the QT Player at an appropriate data rate if your platform and display can handle the output. TV would limid the video to 960x540 at 30/29.97 fps and normal AAC audio to 160 kbps at 48.0 KHz. Files exported for display an the Internet would be restricted by the bandwidth being targeted. Etc, etc, etc. Unless the file will only be played on your own platform, what you do not want to do is use an FCP only compression format which would limit viewers to those recipients have the same FCP codecs installed.

  • How can I use the data pump export from external client?

    I am trying to export a bunch of table from a DB but I cant figure out how to do it.
    I dont have access to a shell terminal on the server itself, I can only login using TOAD.
    I am trying to use TOAD's Data Pump Export utility but I keep getting this error:
    ORA-39070: Unable to open the log file.
    ORA-39087: directory name D:\TEMP\ is invalid
    I dont understand if its because I am setting the parameter file wrong or if the utility is trying to find that directory on the server whereas I am thinking its going to dump it to my local filesystem where that directory exists.
    I'd hate to have to use SQL Loader to create ctl files for each and every table...
    Here is my parameter file:
    DUMPFILE="db_export.dmp"
    LOGFILE="exp_db_export.log"
    DIRECTORY="D:\temp\"
    TABLES=ACCOUNT
    CONTENT=ALL
    (just trying to test it on one table so far...)
    P.S. Oracle 11g
    Edited by: trant on Jan 13, 2012 7:58 AM

    ORA-39070: Unable to open the log file.
    ORA-39087: directory name D:\TEMP\ is invalidDirectory here it should not be physical location, its a logical representation.
    For that you have to create a directory from SQL level, like create directory exp_dp..
    then you have to use above created directory as DIRECTORY=exp_dp
    HTH

  • SWF movie export on frame-by-frame basis WITH actionscript

    Hi there,
    I know they're two ways of exporting flash movies:
    Export the whole timeline. This only allows timeline animations and gets messy because you have to cram up everything on the main timeline.
    Realtime-Export via Quicktime. This is a "full blown" export, but heavily dependent on CPU power or speed of harddrive, depending on resolution.
    I also work a lot with music programs and there is an option called "mixdown". This will render the whole song - as fast as the processor is capable - to a WAV-file. So time doesn't matter anymore, notes don't get skipped, etc.
    I would like to see something like this in flash, too. WITH actionscript.
    I just want flash to export one frame for each "onEnterFrame" event, NOT when the timer tells you, it's time for a "next frame". So this would mean not to trigger the onEnterEvent when the appropiate time has passed, but to trigger it, when the next frame can be exported.
    Libraries like "TweenLite/Max" are capable of doing frame-based animations, independent from the timer, so everything on that end is pretty fine.
    Would be so great if that was possible in any way.
    Is it already in CS5? Or maybe an option in CS6... argh, so many years to wait...
    until then, I have to measure the fps, look out for the lowest number, export at THAT framerate (in most of the cases just 4 or 5 fps, even on a very fast computer - just because 2 or 3 frames happen to render slower than the other 200) and afterwarts set it to 25 again (I use Blender to do this)

    Greg-
    Good Lead - Thanks.
    I learned that having skinned components (which this uses)
    keeps this preloader from working properly. The results were
    unstable. It looks like a great little preloader for other things
    though.
    I also learned that it's a problem that others have
    encountered and that hasnt been solved yet...
    ...."hello Adobe?"
    Thanks again for helping me understand this.
    JL

  • Cannot login to App designer using PS id while able to login in data mover.

    Hi,
    I am installing peopletool 8.50 (HRMS). I ran all the sql scripts successfully. Ran the DMS script as well for demo database.
    When I am trying to login in App designer using PS/PS i'm getting the following error..
    File: SQL Access ManagerSQL error. Stmt #: 2 Error Position: 0 Return: 404 - ORA-01017: invalid username/password; logon denied
    while I am able to login in data mover in boot strap. Can anybody pls help me out?

    yes I am using Oracle 11g.
    and man.. thanks a lot for your help. that was really awesome post :-)
    People do say true.. here only I can find the GODs of Oracle.
    Thanks Again
    Gaurav
    Edited by: Gaurav_laconic on Mar 12, 2013 6:13 PM

  • Error: Could not continue scan with nolock due to data movement, DBCC proccache will clear the probelm

    SQL Server: 2008 R2 SP2
    Before describing my problem, I have gone via the forum, there is no view or functions inside my stored procedure
    When running a particular stored procedure inside crystal report, the error " Could not continue scan with nolock due to data movement" comes once every few weeks. After I clear the query cache plan, it works again for few weeks and the problem
    comes again. During these few weeks, there is no restart or query plan clearing.
    If I run the stored procedure inside SSMS, where the SQL statement is copied and pasted from SQL profiler during crystal report run, there is no error.
    I discovered running in SSMS and crystal report generate 2 different query plans even I copied the SQL from SQL profiler, I have actually saved the query plans. Unfortunately, this forum does not accept attachments, or otherwise I will post my query plans
    here.
    There is one thing I notice about the query plan is during nested loop operation, there is a warning "no join predicate". I don't use any views or UDF in the statement, nor did I use pre-1992 ANSI join syntax. However, I did use table variables.
    My guess is whether this will cause " Could not continue scan with nolock due to data movement", after I clear the cache, I run crystal report again, and I look at the plan again, the "nested loop no join predicate" warning is gone.
    Running this stored procedure took 1 second maximum, even when this error is popping up, it pop up within 1 second.
    DBCC checkdb has been run
    The same stored procedure running by crystal report in a SQL 2008 (non r2) live environment has no problems, so I am thinking this is R2 specific problems.
    The "nested loop no join predicate" error SQL statment is below, no views, no udf, but table variables
    INSERT @ChequeAccount
    SELECT        PS.PaySummaryID, PS.EmployeeID, PS.CostCentreID,
                (PS.GrossPay    + PS.LumpSumA + PS.LumpSumB    + PS.LumpSumD+ PS.LumpSumE+ PS.ETP+ PS.PaymentsAfterTax    - PS.DeductionsAfterTax  
     - PS.Tax- PS.ETPTax    + PS.TaxRebate) * -1 AS Amount,
                CGLM.GLAccountID
    FROM Pay_Summary PS JOIN Input_Sheet ISH ON PS.InputSheetID = ISH.InputSheetID  AND  ISH.PayrollID = @binPayrollID   
    AND PS.PaySummaryID NOT IN (SELECT PaySummaryID FROM @ChequeAccount)
    JOIN Payroll P ON P.PayrollID = ISH.PayrollID AND P.EmployerID = @binEmployerID
    JOIN CustomGLFixMapping CGLM ON CGLM.EmployerID = P.EmployerID AND CustomGLFixMappingNameID = 1 AND CGLM.CostCentreID IS NULL

    The error Could not continue scan with nolock due to data movement can occur when you use the NOLOCK table hint, or use the command SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED. That is, so-called dirty reads. The error is not related to the
    query plan per se, but when scanning a table, the storage engine will use an IAM scan rather than following the clustered index. If there is simultaneous activity, the storage engine may detect this and abort the operation to avoid returning incorrect data.
    Or it may not detect it, and return uncommitted data or fail to return committed data.
    All of these effects are transitory and they will not show up when you are alone on the system, only when there is concurrent activity in one or more of the tables in the query.
    Using dirty reads is a risky business for the reasons explained above, and it takes careful analysis to understand whether you can live with the errors you can get from a particular query. The error about data movement can be handled: trap the error and
    resubmit the query. But what about spurious incorrect results?
    If you believe locking to be a problem, you should consider setting the database to READ_COMMITTED_SNAPSHOT
    and take out all use of READ UNCOMMITTED/NOLOCK. When the database is in READ_COMMITTED_SNAPSHOT, readers read from the snapshot and only see committed data without blocking writers. This has some other effects like requiring a bigger tempdb,
    and there is a risk for other types of concurrency errors, but they tend to be smaller risks.
    I discovered running in SSMS and crystal report generate 2 different query plans even I copied the SQL from SQL profiler,
    This is because SSMS by default runs with SET ARITHABORT ON. I discuss this in more detail in this article on my web site:
    http://www.sommarskog.se/query-plan-mysteries.html
    However, as I said, this problem is not related to the query plan as such, although some query plans are more susceptible to this error than others. (All plans are suscpeitble to produce incorrect results).
    Erland Sommarskog, SQL Server MVP, [email protected]

  • "no data to export" error when trying to export a subset

    I have a large data set (>1 million points). I'm want to give the raw data for part of this log to my customer.
    I've created a subset in SignalExpress. I can drag the resulting subset onto a chart and view it OK, so I don't think there's a problem with the subset itself.
    However, I can't export the data from the subset using the export options available by righ-clicking in the logs pane. Using the XLS export I get an error message "no data to export" and nothing happens. If I try the ASCII export the action reports that it has completed OK but the .txt file it creates contains the header but no data points.
    I've created a smaller sample of data and performed the same steps and I get the same results, i.e. I don't seem to be able to export data from a log subset.
    Can anyone help?
    Mike

    Hi Mike,
    I have been able to capture a sample from
    SignalExpress 3.0, log it, right-click the log in the pane (as shown in
    attached image) , and successfully export to ASCII file which I have
    attached.
    Is this the method you are using? Have you
    tried plotting the data on the graph, and then right-clicking the graph
    then selecting Export To>>Microsoft Excel/Clipboard(text)?
    Regards,
    Steve
    Attachments:
    SigExpASCII.JPG ‏27 KB
    Voltage.txt ‏1014 KB

  • White lines on movie exported in DVD

    ehi guys. I did just a nice movie with the suggestions of some members of this forum but at the end the quality of a 30minutes movie exported in DVD was not so much principally because of some white lines present in some pieces of the movie. These white lines are not clearly detectable, but still they disturb the vision. I guessed that this effect was  due to the low ram of my laptop (512MB). is that correct?

    It sounds like it *could* be an interlacing issue, especially as it appears on the TV, and not the computer. Chances are that the computer's progressive scan masks this issue, while the TV's internaced display shows it.
    Now, are all of the source Clips on the same Timeline the same? Were they all Captured via PE from a miniDV camera, over a Firewire connection, or are the from mixed sources? Having this problem come in during the play of the DVD indicates that it might be some of the source files, but not all of them.
    More detail on the Clips would help. In the Project Panel, you can get the properties of each of your source Clips. Listing those would be a good start.
    Good luck,
    Hunt
    [Edit] Antonio,
    If it is a Field Reversal interlacing issue, you might get some useful information from this current discussion.

Maybe you are looking for

  • With HP 8600 Plus, why must I replace ALL colors at same time when only one is out?

    I got a message that my Yellow Ink was low, but when I replaced just that, the printer said I had to replace the other two colors as well.  I thought the advantage of having them separate was that you could replace one at a time.  Is there an easy fi

  • IPod Nano Black 1gb error installing ipod drivers

    Hi there i just bought an IPOD Nano Black. My problem is that i want to install the drivers for the ipod but i'm getting an error: 1608: Unable to create InstallDriver instance, Return code: -2147024894 I don't know what to do can anyone help me with

  • How to print or email a filled out form?

    I have opened a form in adobe reader and filled out the form fields.  But when I email or print the form it does not contain any of the data I filled in. How do I get the form and the data I filled in to print or be included in the email?

  • How to check if ipad mini is unlocked for any sim ?

    hi,im in the uk and was wondering how i check to see if ipad mini is unlocked for any sim ? how do i check please ??

  • SOS Need RAC Specialist Advice

    Hi, I am working in a Big Company and currently one of our Systems using having RAC 10g have crashed. And we have very important data that we need to recover in it. Here is the situation. If I do a startup command in sqlplus I receive this message: S