I want triger to import sql file but some recode i want to ignore it and go

i have sql file it contine all data of anuther table i want to import this data
to new table but i want to ignore some record (don't insert it in table)

place a copy of this post in the database-forum. they may have faster an answer then we have it.

Similar Messages

  • I want to import sql file but some recode i want to ignore it and go on

    i have sql file it contine all data of anuther table i want to import this data
    to new table but i want to ignore some record (don't insert it in table)

    Can you be a bit more precise. Is it an export of the table data which you now wish to import ( would be easier to have exported just the rows you required ).
    If it is a text file you plan to import using sql loader then you could add a contraint on the database to discard those rows.
    Alternatively you may need to have a holding table to delete the records not required before you add them to the new table.

  • I purchased Lightroom 5, loaded it on my Mac, and updated to version 5.6. I then tried importing photos from my Sony DSC-RX100iii. Unfortunately it only imports JPEG files but no RAW files. What is the problem and how do I fix it?

    I purchased Lightroom 5, loaded it on my Mac, and updated to version 5.6. I then tried importing photos from my Sony DSC-RX100iii. Unfortunately it only imports JPEG files but no RAW files. What is the problem and how do I fix it?

    Than LR should have brought in the RAW files as well. ACR is the RAW
    processing engine used by LR under the covers so anything not supported by
    ACR would not be supported by Lightroom.
    Are you shooting RAW plus JPEG? By default, Lightroom will stack then
    unless you tell it not to. Check to see if there is a small badge on the
    preview that looks like two sheets of paper with a number. That is how
    Lightroom indicates a stack. You can unstack them by clicking on the badge.
    There is also a menu item to stack/unstack photos. Otherwise, I would have
    to research but not sure why Lightroom would ignore the RAW photos but
    still import the JPEGS.

  • Can i import .sql file into oracle apex?

    i'm new to oracle apex....
    Can i import .sql file into oracle apex?
    i've to import a table into apex...
    what script i have to write into the .sql file....
    pls help...
    Edited by: 794244 on Jan 31, 2011 9:31 PM

    Hi Mahesh
    Navigate to the APEX documentation page - all the documents are listed there ;) (including direct links to the step-by-step "how-to's" - great stuff)
    http://www.oracle.com/technetwork/developer-tools/apex/documentation/index.html
    Enjoy the wonderful world of APEX!
    Mike

  • How to import WMV file for use in adobe programs, especially After Effects and/or Premier?

    How to import WMV file for use in adobe programs, especially After Effects and/or Premier?

    I have the latest adobe creative cloud and i'm using Mac 10.8.2
    My client gave me a wmv file that she wants some people blurred out in the background but when I go to import the media, it's greyed out. I'm assuming that After Effects will be the best solution for this, but maybe there is another way.
    I can purchase a video converter and convert it to .mov but that costs extra money that I don't want to spend just to do this one project.

  • How do I find bad music files?  I have thousands of files, but some are bad.  When I try to load them into iTunes, it just spins.  I need a routine to identify and remove the bad files.  Any ideas?

    How do I find bad music files?  I have thousands of files, but some are bad.  When I try to load them into iTunes, it just spins.  I need a routine to identify and remove the bad files.  Any ideas?

    Hi ajoddo20,
    Welcome to the Apple Support Communities!
    You can use Home Sharing to import music and other media from one computer to another. Please use the instructions and information located in the attached article for information on how to complete the process. 
    iTunes 11 for Mac: Use Home Sharing to import items from another iTunes library
    Cheers,
    Joe 

  • I can edit on Premiere Pro 6 files, but after a dozen keystrokes, the space bar and cursor keys stop working while the save function works

    I can edit on Premiere Pro 6 files, but after a dozen keystrokes, the space bar and cursor keys stop working while the save function, render workspace function, export file are still operational. How can I fix it so I may complete my assignment?
    Besides DaVinci Resolve, Adobe Creative Suite 6 is the only software on the machine. I am using Windows 7 Professional 64-bit Operating System on AMD FX 6100 six-Core Processor at 3.31gHz and 32 GB RAM memory. There are two SLI-bridged GTX680 NVidia cards.
    The software was very stable for the last six months, working with 720P proxy files from 2.5K masters (Blackmagic Design Camera). I am working on a feature-length project that exceeds 1000 edits. I have broken the file into 2 one hour segments.
    I have deactivated the software before reinstalling the entire OS from scratch. PP6 was very stable for 48 hours. Then the freezing space bar returns. After a dozen strokes into the project, same problem.  I have made cache files store next to originals, I have deleted preview files if they were corrupted and causing instability. Am I missing something?
    I have Microsoft Security Essentials for virus protection. I double checked the memory for damage/defect. Nothing says that the motherboard or other components are damaged.
    I am in film competition overseas and need to have deliverables in less than a month's time.  I lost the last two weeks troubleshooting and this crisis came at an inopportune moment of the project.
    Any assistance would be greatly appreciated.

    Still getting software freezes but found a way to mitigate for the mean time.
    Upon launching Adobe Premiere Pro, hit CTRL-ALT-DEL to launch TaskManager as well.
    You will want to highlight Adobe QT32 Server.exe
    Right click and select "End Process Tree"
    You will get considerable stability in the program, long enough to get timing of cuts done. Be sure to save often.
    If the program freezes, do not hit Save. You definitely want to avoid saving the corruption into your TimeLine
    CTRL-ALT-DEL to relaunch the TaskManager and highlight Adobe Premiere Pro.exe
    Right-click to "End Process"
    No need to reboot the whole system; just launch Premiere Pro again and continue with the session. Note that your work reverted to Last Save.
    Hope this helps until the bug is fixed.

  • How do I drag an image or text box to the "workspace" off of my working file but where I can still see the image and text box for future use?

    How do I drag an image or text box to the "workspace" off of my working file but where I can still see the image and text box for future use?
    When I drag the item off of the trifold that I am creating, it just disappears but I still want to use it.  I just need to move it out of the way to modify other portions of the document.
    thanks,
    C

    Add another page below the current one to use as a storage area. You can't use the grey area around the page for storing items you want to use later.
    Go to the Pages Menu>Provide Pages Feedback if you would like to request this feature be added in future versions.

  • Use properties to get character in file but some char could not be decode

    i use properties class to get a file with Big5 character inside the file, but some character could not be display properly.....
    sample code:
    import java.io.*;
    import java.util.*;
    public class Frankie {
    public static void main(String[] arg) {
    try {
    Properties p = new Properties();
    p.load(new FileInputStream("file.ini"));
    Enumeration e = p.propertyNames();
    while (e.hasMoreElements()) {
    String name = (String)e.nextElement();
    String value = p.getProperty(name);
    String coded_value = new String(value.getBytes("iso-8859-1"), "Big5");
    System.out.println(name + " : " + coded_value);
    byte[] bBytes2 = coded_value.getBytes();
    for (int k = 0; k < bBytes2.length; k++) {
    System.out.println("byte " + "iso1" + "[" + k + "] = " + bBytes2[k]);
    catch (Exception e) {
    e.printStackTrace();
    ==================
    file.ini
    people=&#20320;
    a=&#39184;
    ==================
    result:
    a : ?
    byte iso1[0] = 63
    people : &#20320;
    byte iso1[0] = -89
    byte iso1[1] = 65
    ==================
    the proper byte of "&#39184;" should be (-64, 92).....
    If i use a varible to store this character in the source code, and use value.getBytes("big5"), the byte could be properly display for this character....
    how can i solve this? thanks a lot!

    The Properties class javadoc says
    The load and store methods load and store properties in a simple line-oriented format specified
    below. This format uses the ISO 8859-1 character encoding. Characters that cannot be directly
    represented in this encoding can be written using Unicode escapes ; only a single 'u' character
    is allowed in an escape sequence. The native2ascii tool can be used to convert property files to
    and from other character encodings.
    which means you are not supposed to use "big5" encoding in your Properties text file
    directly. There is a commandline tool "native2ascii" bundled with your jdk package that
    you can use to convert your "big5" encoded Properties file into unicode escapes based
    text file, then you no longer needs to play the trick
    String coded_value = new String(value.getBytes("iso-8859-1"), "Big5");
    p.getProperty(name) will give you exactly the correct "value" defined in your properties
    file.
    -x
    btw, when using "native2ascii", if you are not in a "big5" env, using "-encoding big5" option
    to force it.

  • An error occurred importing the file, although some of the file data may ha

    I am trying to update some xml. I login to admin module and click on Import Exchange File. When I try to import an xml I get this error:
    An error occurred importing the file, although some of the file data may have been processed. ==> com.waveset.util.IOException: ==> java.sql.SQLException: ORA-01407: cannot update ("WAVESET_V60_QA"."OBJECT"."XML") to NULL
    I have checked database permission and the user has proper permission.
    Any idea why I would get this error?
    Thank you in advance
    Deval

    Hi,
    source account must have values. If not, check your import format.
    Regards

  • Adobe Acrobat 9 - Print certain webpage as PDF file but some of its contents were corrupted

    Print certain webpage as PDF file but some of its contents were corrupted as non-readable alphanumeric.
    Preview of the PDF file shown OK but when printed, its contents were corrupted.
    Adobe Acrobat 9 Professional reinstalled but problem persists.

    It is Acrobat printing to a PDF file using Acrobat 9 Professional because I have no printer attached.
    The preview before printing showed every words OK but when printed to the PDF file, some alphabets and numerics were corrupted and the words were NOT readable.
    See the following:

  • I've recently downloaded an album but some songs only play half way through and i'm no longer able to hear any audio. What can i do about this? Thanks

    I've recently downloaded an album but some songs only play half way through and i'm no longer able to hear any audio. What can i do about this? Thanks  

    I am sorry to hear. Yes it's very disappointing and the fact that you can't at least re-download your purchase makes it that much more irritating haha well thank you and good luck!

  • Trying to import RAW files but receiving "some import operation were not performed" error message.

    Trying to import RAW files (from Canon 5D Mark III) but I'm receiving the following error message "some import operations were not performed". I am trying to copy to my Seagate backup drive, however the only destination it will let me copy to is my Lexar flash drive (where I don't want to store them!).  I've checked all the file permissions--everything says "read and write". Not sure where to start   I recently switched to an iMac where the problems started (never any issues importing into Lightroom on my PC--just slowness). Please help! 

    NIKON D3300
    The Nikon D3300 Raw format is not yet supported in Lightroom 5 (currently 5.3).
    http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html
    Raw file formats are proprietary to each camera manufacturer and specific to each camera model. Adobe's Camera Raw engine (used by both Adobe Camera Raw - as a plugin to Photoshop - and Lightroom) must be constantly updated with every new camera make and model which arrives on the market in order to read and edit Raw files from that camera.
    Adobe has added support for the D3300 to Camera Raw 8.4 which is about to be released. It is a Release Candidate (RC status) at the moment. So D3300 Raw support will probably be added to the next soon-to-be-released Lightroom update (5.4).
    http://labs.adobe.com/technologies/cameraraw8-4-cc/?tabID=details#tabTop
    In the meantime, you can download the free Adobe DNG Converter 8.4
    http://labs.adobe.com/downloads/cameraraw8-4.html
    Using the DNG converter, you can then convert the D3300 Raw files to DNGs then open and edit the DNGs in Lightroom 5.3.
    Once Lightroom 5.4 is released (assuming it also has D3300 support) the DNG conversion will no longer be required.

  • Can import TIFF files but not see or work with images

    I previously used Aperture 2 with no problems. I have scanned a large number (hundreds) of negatives using SilverFast current version 6.6.2r2 using a Plustek OpticFilm 7500i scanner. These files are saved as .tif and are all approx 55 MB in size. I was able to view, work with them with no problems in Aperture 2. I can see and work with them in Photoshop CS4, iPhoto, Preview on my iMac and in any program on my PC. However, I cannot view them or work with them in Aperture 3
    When I updated to Aperture 3, the scanned files were visible in the preview mode but not otherwise viewable. Another image from a different project would appear or the image was corrupted. I have done everything in Aperture Library First Aid. I have deleted all of my projects, including my vault, uninstalled and reinstalled Aperture 3 and have the same problem. The image is viewable in Browser (preview mode) but either no image or another image shows up in Viewer or Inspector mode. When looking at the Metadata info, the file name is correct but a different version name is being assigned from a different project.
    Any ideas are appreciated. I am about to give up on A3 as it has been nothing but problems and unusable since installed/reinstalled.
    By the way, JPEGs from camera, cards, etc have been ok. But one of the major goals I have is to capture my old negatives. Unfortunately, the SilverFast JPEG option is not a viable option as not a viewable file by most programs. I have used the VueScan software but have not been happy with the image quality. Besides, I don't want to have to rescan all of these images.

    I wanted to give an update to my issue. The originals are 16-bit TIFFs using RGB color.
    I spoke with Apple Support. After uninstalling, reinstalling, making a new library, importing, generating previews, regenerating previews, attempting importing after saving as JPEGs, 8-bit TIFFs, 16-bit TIFFs from other programs (all of which are able to import and present the orginal .tif files with no problems, Aperture 2 included), the conclusion was that there must be something wrong with my original .tif files.
    I then brought up the only "solution" that had worked to date. That is importing the original TIFF, exporting it (via Aperture 3) as a TIFF and then importing the new TIFF. This has given me usable images and not just the previews. He said that that looked like the only workaround but that it wasn't a problem because of Aperture itself!?
    As cumbersome as this process will be, it may be worth it. I have trialed Lightroom 3 (which can handle the originals with no problem), and at least so far, I much prefer Aperture's workflow and organizational approach.

  • Please Help!  Audio off on imported .mp4 files (but fine everywhere else).

    Hello,
    I am trying to trouble shoot a problem.  I am a beginner when it comes to the technical end of this so please forgive me if I don’t post the correct information.  Hopefully somebody here can help or point me in the right direction. 
    My problem is this:  I’m using Skype on my (windows 7 ultimate) pc to make group video calls.  I use Skype along with the program Evaer in order to record the video and audio of each person on the call separately.  It records it using the H.264/MPEG-4 AVC Codec.  At 1280 X 720 and 30fps.  The video files have the audio in them as well.  However it also records a separate .mp3 with everyones audio at 265 BitRate and 48000 SampleRate.  So after the group call (with 3 people) is finished I will have three .mp4 video files w/ audio (1 for each person on the call) and 1 .mp3 file.  If I open any of the video files in Windows Media Play they play just fine.  But when I bring the file into Adobe Premiere CS6 for editing, the audio is completely off.  What can I do to fix this?
    I did “interperate footage” for the file and this is what it shows:
    File Path: F:\VIDEO RECAP\ call1.mp4
    Type: MPEG Movie
    File Size: 1.3 GB
    Image Size: 1280 x 720
    Frame Rate: 28.47
    Source Audio Format: 16000 Hz - compressed - Stereo
    Project Audio Format: 32000 Hz - 32 bit floating point - Stereo
    Total Duration: 00;57;55;04
    Pixel Aspect Ratio: 1.0
    I want to edit this in HD.  So the project setting I choose is “HDV 720p30fps”.  I import my file, and then drag it into to the time line.  It says that the sequence settings are wrong, and so I tell it to change them automatically (I have also to it to leave them) either way it doesn’t matter.  When I play back the video .mp4 in Premiere CS6 the audio is completely off. 
    So is there some setting I need to tweak?  Is it the project settings that are wrong?  Or could it be a problem with my graphics, and sound card?  I just dont understand why it plays fine in WMP but not in Adobe.  Any help or advice would be truly appreciated.  If you need any more info, just let me know.
    Thanks!

    Is there any more info that would help you guys?  I still cant figure this out. 

Maybe you are looking for