Pb whith loader

I want to load a txt file into oracle (it's a big file (850 M))
for all others files (all txt) it works but for this one I have an error message saying approximately : impossible to find ORAPERF8.dll
this library doesn't exist!!!
if someone can help me?
thanks
ps: Oracle 8i release 2 (8.1.6)

I want to load a txt file into oracle (it's a big file (850 M))
for all others files (all txt) it works but for this one I have an error message saying approximately : impossible to find ORAPERF8.dll
this library doesn't exist!!!
if someone can help me?
thanks
ps: Oracle 8i release 2 (8.1.6)

Similar Messages

  • Sqlload

    hi all,
    this is urgent! i need to load data from flat file (ASCII) to the oracle database where the data is extracted from Image database. the problem is there's no delimiter between 2 fields so i don't know how to use the sqlload. can anybody tell me how to use the sqlload to load the data into database from the flat file? wat's the syntax? or is there other application that i can use in oracle server for that purpose? thank u very much!!!

    i have an table whith
    table name : tmp_indice_inicial
    NOMBRE_SPC VARCHAR2(30)
    INDICE NUMBER(3)
    INDICE_INICIAL NUMBER(3)
    CORRIO CHAR(1)
    ERROR VARCHAR2(150)
    CODIGO_01 NUMBER(6)
    you have been create file load.ctl whith:
    LOAD DATA
    INFILE * APPEND INTO TABLE tmp_indice_inicial
    (NOMBRE_SPC POSITION(001:023) CHAR(23),
    INDICE POSITION(025:026) INTEGER EXTERNAL,
    INDICE_INICIAL POSITION(031:032) INTEGER EXTERNAL,
    CORRIO POSITION(037:037) CHAR(1))
    and to run
    sqlload user/password@ORACLE_SID
    control = load.ctl data = data.dat;
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by candy_lim:
    hi all,
    this is urgent! i need to load data from flat file (ASCII) to the oracle database where the data is extracted from Image database. the problem is there's no delimiter between 2 fields so i don't know how to use the sqlload. can anybody tell me how to use the sqlload to load the data into database from the flat file? wat's the syntax? or is there other application that i can use in oracle server for that purpose? thank u very much!!! <HR></BLOCKQUOTE>
    null

  • Logitech quick cam ultra

    I have a quick cam ultra that works great with ichat, the only problem is that it's not recognized on boot up. every time i boot up i have to unplug the camera from the usb port and plug it back in, then all is well. This is a bit of a pita to have to get under the desk everytime i bootup. Any ideas on how to get it to recognize on boot up?
    Thanks, tim

    ruwim wrote:
    jolantajas wrote:
    I tried to connect my camera to skype but nothing happens ( only dark screen whith loading icon) and when i tried to download the software for my "Logitech quick cam ultra" it said that the program does not work with my computer ( Windows 7 profesional), skype version is 6.21.59.104 .
     i am not acoumputer person so i would prefer to stay with same windows 7 and with a least nubers of eny kind of downloads. Also camera does not seem to show eny singhs of life is this normal? i just had it lying around the house so i dont have logithech acount either
     thank you for your help
    Please,  run the DirectX diagnostics tool (32-bit version).
    Go to Windows Start and in the Run box type dxdiag.exe and press the OK button. This will start the DirectX diagnostics program. Run this diagnostics and save the results to a file. Please, attach this file to your post.
    Be aware that you will have to zip this file before attaching it here.
    here you go (hopefuly it works)
    Attachments:
    DxDiag.zip ‏8 KB

  • I have instoled new window on my computer and dowen load new itune when i soncranized my iphone whith itune loost applecation plz help my to get my application back

    i have formate my comouter and instoled new window window 7 and i down load itune during soncranized my iphne whith itune lost all my aplaction and i dont  know how to get my appliction back.

    https://discussions.apple.com/docs/DOC-3141 (All credit goes to wjosten)

  • Any Searches at any Search site if I dont CLICK a site within (2) seconds all these pages load up that has nothing to do whith my friggin search in the 1st place how do I fix this ?

    Any Searches at any Search site if I dont CLICK a site within (2) seconds all these pages load up that has nothing to do whith my friggin search in the 1st place how do I fix this ?

    Thanks for the quick advice!
    Unfortunately, I am still unable to open my core productivity apps, namely Skype and Evernote. Twitter, as well, could not start. But interesting quick fix though, I never knew you could do that.
    Here's the error log after the restart:
    What else should I try?

  • Please help whith JGeoRaster.load

    Hi all.
    RS=Stmt.executeQuery("select georaster from georaster_table");
    RS.next();
    STRUCT st = (oracle.sql.STRUCT) RS.getObject(1);
    JGeoRaster raster = JGeoRaster.load(st);
    Error:
    java.lang.NoSuchMethodError: javax.xml.namespace.QName.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    at oracle.xml.util.QxName.<init>(QxName.java:65)
    at oracle.xml.util.QxNameHash.add(QxNameHash.java:116)
    at oracle.xml.util.QxNameHash.create(QxNameHash.java:72)
    at oracle.xml.parser.v2.XMLEntity.<init>(XMLEntity.java:136)
    at oracle.xml.parser.v2.XMLEntity.<init>(XMLEntity.java:156)
    at oracle.xml.parser.v2.DTD.<clinit>(DTD.java:1031)
    at oracle.xml.parser.v2.NonValidatingParser.<init>(NonValidatingParser.java:155)
    at oracle.xml.parser.v2.XMLParser.<init>(XMLParser.java:150)
    at oracle.xml.parser.v2.DOMParser.<init>(DOMParser.java:84)
    at oracle.spatial.georaster.JGeoRasterMeta.parseMetadata(JGeoRasterMeta.java:466)
    at oracle.spatial.georaster.JGeoRasterMeta.<init>(JGeoRasterMeta.java:140)
    at oracle.spatial.georaster.JGeoRaster.<init>(JGeoRaster.java:204)
    at oracle.spatial.georaster.JGeoRaster.load(JGeoRaster.java:2066)
    at com.bp.SpatialMap.SpatialMapPanel.actionPerformed(SpatialMapPanel.java:266)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.JToggleButton$ToggleButtonModel.setPressed(JToggleButton.java:273)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
    at java.awt.Component.processMouseEvent(Component.java:5100)
    at java.awt.Component.processEvent(Component.java:4897)
    at java.awt.Container.processEvent(Container.java:1569)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
    at java.awt.Container.dispatchEventImpl(Container.java:1613)
    at java.awt.Window.dispatchEventImpl(Window.java:1606)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    where my mistake?
    thank you

    replying to duecer
    The iTunes folder can not be found or created, and is required. The default location for this folder is inside the MyMusic folder."
    the best place to start with that one is with the following document:
    iTunes for Windows: "Disk is locked" or "iTunes folder cannot be found" when installing or opening iTunes
    ... but if you run into the complication where "My Music" doesn't appear as an option in TweakUI, perhaps try the alternate technique from the following Nigel Carpenter post. (heads up: that thread may take some time to load. leave it for a few minutes until it loads fully, otherwise you might not see the correct post by Nigel.)
    Nigel Carpenter: re: Itunes problem

  • Loading large files in Java Swing GUI

    Hello Everyone!
    I am trying to load large files(more then 70 MB of xml text) in a Java Swing GUI. I tried several approaches,
    1)Byte based loading whith a loop similar to
    pane.setText("");
                 InputStream file_reader = new BufferedInputStream(new FileInputStream
                           (file));
                 int BUFFER_SIZE = 4096;
                 byte[] buffer = new byte[BUFFER_SIZE];
                 int bytesRead;
                 String line;
                 while ((bytesRead = file_reader.read(buffer, 0, BUFFER_SIZE)) != -1)
                      line = new String(buffer, 0, bytesRead);
                      pane.append(line);
                 }But this is gives me unacceptable response times for large files and runs out of Java Heap memory.
    2) I read in several places that I could load only small chunks of the file at a time and when the user scrolls upwards or downwards the next/previous chunk is loaded , to achieve this I am guessing extensive manipulation for the ScrollBar in the JScrollPane will be needed or adding an external JScrollBar perhaps? Can anyone provide sample code for that approach? (Putting in mind that I am writting code for an editor so I will be needing to interact via clicks and mouse wheel roatation and keyboard buttons and so on...)
    If anyone can help me, post sample code or point me to useful links that deal with this issue or with writting code for editors in general I would be very grateful.
    Thank you in advance.

    Hi,
    I'm replying to your question from another thread.
    To handle large files I used the new IO libary. I'm trying to remember off the top of my head but the classes involved were the RandomAccessFile, FileChannel and MappedByteBuffer. The MappedByteBuffer was the best way for me to read and write to the file.
    When opening the file I had to scan through the contents of the file using a swing worker thread and progress monitor. Whilst doing this I indexed the file into managable chunks. I also created a cache to further optimise file access.
    In all it worked really well and I was suprised by the performance of the new IO libraries. I remember loading 1GB files and whilst having to wait a few seconds to perform the indexing you wouldn't know that the data for the JList was being retrieved from a file whilst the application was running.
    Good Luck,
    Martin.

  • ORA-12709: error while loading create database character set

    I installed Oracle 8.05 on Linux successfully: was able to login
    whith SQLPlus, start and stop the db whith svrmgrl etc.
    During this install I chose WE8ISO8859P9 as the database
    characterset when prompted.
    After that I installed Oracle Application Server 3.02, and now
    I'm getting the
    ORA-12709: error while loading create database character set
    message when I try to start up the database, and the database
    won't mount.
    Platform is RedHat Linux 5.2.
    NLS_LANG set to different settings,
    e.g. AMERICAN_AMERICA.WE8ISO8859P9
    but without success.
    Anyone any clue?
    Thanks!
    null

    Jogchum Reitsma (guest) wrote:
    : I installed Oracle 8.05 on Linux successfully: was able to
    login
    : whith SQLPlus, start and stop the db whith svrmgrl etc.
    : During this install I chose WE8ISO8859P9 as the database
    : characterset when prompted.
    : After that I installed Oracle Application Server 3.02, and now
    : I'm getting the
    : ORA-12709: error while loading create database character set
    : message when I try to start up the database, and the database
    : won't mount.
    : Platform is RedHat Linux 5.2.
    : NLS_LANG set to different settings,
    : e.g. AMERICAN_AMERICA.WE8ISO8859P9
    : but without success.
    : Anyone any clue?
    : Thanks!
    You can create the database with WE8DEC character set
    and to use the WE8ISO8859P9 on the client or even on Linux.
    The NLS_LANG setting doesn't effect the database, but the
    interface with the database. The same setting can be used in de
    windows 95/98/NT registry.
    null

  • Is anyone having issues with Windows 8 phones not loading mobile versions of websites?

    I was just wondering if anyone with a Windows phone is having problems loading the mobile site version of a Muse site when viewed on the phone? or if there is a known bug or incompatability?

    Hello, same issue for me.
    The site display whith the desktop version.

  • Why does it load forever when I right click in pages 09?

    When I am typing a text and then decide to right click in it for example : when I want to see the suggest correction of a word, it just starts to load forever, you know with the little ball spinning whith rainbow colors. It's just annoying because I have to restart the app every time it happens and it happens a often (like every single time I right click). Please help !
    Thanks
    MacBook Pro 2.3 GHz 8 Gb of ram nVidia Geforce 650M

    I found what was going on ... my mistake ... I am using Antidote an app that I use to crrect my french and this app was not up to date, so it was freezing iwork every single time that I try to make a right click (which is use to correct the words)
    Now every thing works fine I'll know for next time

  • ImageIcons loaded from database don't appear

    Hi,
    I create a JavaBean to show images from filesystem and database (oracle9i) in a JTable.
    The ImageIcons loaded from filesystem appears fine whith my defined DefaultTabelModel.
    The ImageIcons read from database (jdbc2) with the same DefaultTabelModel appears in the correct count, but the fields or placholders of the Images, saved as blob, are blank.
    The code of my resultset
    BLOB myblob = null;
    int bufsize = 0;
    while(result.next())
    myblob = ((OracleResultSet)result).getBLOB("image_container");
    bufsize = myblob.getChunkSize();
    byte[] buffer = new byte[bufsize];
    ImageIcon icon = new ImageIcon(buffer);
    Object [] row = {icon};
    model1.addRow(row);
    model1.fireTableDataChanged();
    I don't get any errors.
    Thanks
    Klaus

    Hi,
    I changed the datatype from BLOB to 'LONG RAW' for the image in the database.
    while(result.next())
    byte[] bytes = result.getBytes(1);
    String jd = String.valueOf(bytes);
    System.out.println(jd);
    //get:[B@153 [B@154
    //or [B@155 [B@156 for the 2.result
    String name = result.getString(2);
    System.out.println(name);
    //get the correct result
    FileOutputStream file = null;
    file = new FileOutputStream ("c:\\"+name+".jpg");
    file.write(bytes);
    //it works fine !!!
    ImageIcon icon = new ImageIcon(bytes); //it is correct ?
    String ls = String.valueOf(icon.getImageLoadStatus());
    String h = String.valueOf(icon.getIconHeight());
    String w = String.valueOf(icon.getIconWidth());
    System.out.println(h+" : "+w);
    //get: -1 : -1
    System.out.println(ls);
    //get: 4
    Object [] row = {icon,name};
    //icon is blank, name appears correct in jtable
    //but when I need:
    //ImageIcon icon = new ImageIcon(AW_Frame.class.getResource("images/emac.jpg"));
    //icon and name appears correct in jtable
    model1.addRow(row);
    model1.fireTableDataChanged();
    any ideas ?
    Thanks in advance !

  • SQL Loader failure after migration from 9.2.0.7 to 10.2.0.3

    Hi,
    The following is the error comming up when trying to load the data using SQL Loader in 10g.
    **SQL*Loader-704: Internal error: ulnain: error occurred on good insert [-1]**
    **SQL*Loader-2026: the load was aborted because SQL Loader cannot continue.**
    the same data file is getting loaded sucessfully in 9i whith out any issues.
    can any one kindly suggest on how to go about this issue.

    From what I've found one cause of this error can be due to the way your client is connecting to the server. There was an issue when using Citrix, for example, that was remedied in 10.2.0.3. However, without more details it would be difficult to diagnose this specific situation. I would suggest filing a service request as noted above. Thanks.

  • Help!!  Not Enough Dynamic Memory To Load Form

    Has anyone ever seen this message before? Anyone out there programming J2ME and MIDP? I seriously need help, as I could not get rid of this problem I don't know what to do

    use IBM's J9 VM. :))
    I had this problem whith PersonalJava on iPaq. There it is solved if you make something like thi sbefore loading the form:
       System.gc();
       try{ Thread.sleep( xx);}
       catch( Exception e){}
       //load your form

  • Loading font from external *.swf

    So!
    I have 3 movies.
    1)Main movie - index.swf
    2)Movie with created & checked in linkadge "Export for
    runtime sharing" fonts in library - fonts.swf
    3)movie with text fields which need embeded fonts to work in
    a proper way. Fonts in the library checked in linkage as "import
    for runtime sharing" - content.swf
    What happens:
    I strike CTRL+ENTER and run movie index.swf.
    on the (for ex.) 10 frame it loads fonts.swf with
    movieClipLoader class..
    then in the same way on (for ex.) 100 frame, i load content
    swf
    BUT!!! before it starts loading process IT DOWNLOADS FONT.swf
    again
    SO HOW DO I PRELOAD fonts from external *.swf..
    maybe there is yhe way without using runtime sharing..
    but i've heard that loaded whith movieClipLoader movies don't
    adds objects from their library to main movie liblary...
    HOW DO I SOLVE THIS PROBLEM!

    can you give your erroe source code,and then i will give you the success code.
    in the function
    private function onLoadComplete(e:Event):void {}
    ApplicationDomain.currentDomain.getDefinition("com.scottgmorgan.ExternalMovie") ;
    use like this:
    var EMClass:Class=loader.contentLoaderInfo.applicationDomain.getDefinition("com.scottgmorgan.ExternalMovie") ;
    then you can new a instance :
    var emInstance:Object=new EMClass();
    emInstance.alert("hello word");
    and we also can use other method. so email me  [email protected]

  • Loading to smug mug, avoiding the need to manually create each folder already in my lightroom.

    Looking for advice.   I took photos of a danceline competition.  My folder structure is the main folder for the high school, with child folders for each performance.    This structure remains when I pull into lightroom.   Is there a fast way to copy those folder names to publish to smugmug.  I'm trying to avoid recreating and naming folders.   There are 70 for one competition.  Thanks for any help.

    Setting Lightroom's preview size to larger than screen resolution is guaranteed to slow things down. I have a dual monitor system whith Lightroom showing the loupe on one screen and the grid on the other. The screen sizes are 1920x1080 and 2560x1440. Following your practice for previews would bring my system to a crawl and I have an entry level workstation.All my previews are of standard 1024x768 in size. The only delays in viewing come when Lightroom is asked to display an image where there is no preview. Once the preview has been created, browsing is near instantaneous.
    I beg to differ! The reason is that a preview can be used for any size, which is smaller than that of the preview. Scaling down a preview can be done with little or not loss in quality compared to getting the full resulution and scale that down. Scaling up is not possible.
    In your case, you will not use the previews of 1024x768 at all for full screen display. Instead you will force L3 to create bigger previews the first time you open the photo. You could try this by generating the standard previews for new imported photos before you start browsing. Then try to browse. You will probably get the "Loading" message, which indicates that the preview was not used and another one with higher resolution will be made. Then try the same experiment, setting the size of the standard preview to 2048. If, and only if, the size of your display area is not more than 2048 pixels wide and you display a photo in lanscape orientation, you will be able to browse without delay after generating the standard previews.
    If I understand your setup correctly, you display the photos in a window of 2560x1440 pixels. I suspect that only 1:1 previews could be used for that. I think Adobe should increase the maximum size of the previews to a value larger than 2048, so that you are not forced to use only the 1:1 previews.
    I agree, that when the previews have been generated, browsing is near instantaneous.

Maybe you are looking for