UTL FILE help Urgently needed

Hello All,
I have some flat files which contain data in the form of single continuous line stream (i.e. without carriage returns in the file).
I am supposed to read those file(s) and import the data in Database tables.
The file size may be greater than 32767 bytes .
for that I am using UTL_FILE package and its funtions.
e.g for Opening file to read I use.
UTL_FILE.FOPEN( 'my_location', 'my_file_namet', 'R',32767)
but, as the maximum no of bytes we can open/read from a single line is 32767 for UTL_FILE.FOPEN funtion . Its really limiting my performance.
as u can check the follwing link for the limitaion
http://download-east.oracle.com/docs/cd/B19306_01/appdev.102/b14258/u_file.htm#i1003526
Is there any way to get rid out of this?
Can I read files having more than 32767 bytes in a single line?
Pls help.
regards,
Abhijit.

Did you consider the following routines from the DBMS_LOB package?:
  PROCEDURE loadfromfile(dest_lob    IN OUT NOCOPY  BLOB,
                         src_lob     IN            BFILE,
                         amount      IN            INTEGER,
                         dest_offset IN            INTEGER := 1,
                         src_offset  IN            INTEGER := 1);
  PROCEDURE loadfromfile(dest_lob    IN OUT NOCOPY  CLOB CHARACTER SET ANY_CS,
                         src_lob     IN            BFILE,
                         amount      IN            INTEGER,
                         dest_offset IN            INTEGER := 1,
                         src_offset  IN            INTEGER := 1);
  PROCEDURE loadblobfromfile(dest_lob    IN OUT NOCOPY  BLOB,
                             src_bfile   IN             BFILE,
                             amount      IN             INTEGER,
                             dest_offset IN OUT         INTEGER,
                             src_offset  IN OUT         INTEGER);
  PROCEDURE loadclobfromfile(dest_lob IN OUT NOCOPY  CLOB CHARACTER SET ANY_CS,
                             src_bfile      IN             BFILE,
                             amount         IN             INTEGER,
                             dest_offset    IN OUT         INTEGER,
                             src_offset     IN OUT         INTEGER,
                             bfile_csid     IN             NUMBER,
                             lang_context   IN OUT         INTEGER,
                             warning        OUT            INTEGER);

Similar Messages

  • I cant use the highlight, underline, or strikethrough function in a specific pdf file. The file isnt locked. I used to highlight texts from that file before the latest update. The problem occurs only with that file. Urgent need. Please help. Thanks!

    i cant use the highlight, underline, or strikethrough function in a specific pdf file. The file isnt locked. I used to highlight texts from that file before the latest update. The problem occurs only with that file. Urgent need. Please help. Thanks!

    Chester31,
    Thank you very much for sharing your file with us!  Now that we are able to reproduce the problem at our end, you may stop sharing the file on Acrobat.com.
    Do you know when this problem (for not being able to add new highlight/strikeout/underline) has started?  Did you update your iOS from 7.x to 8.0 recently?
    We will continue investigating the problem and let you know what we find.
    Thank you again for your help.

  • Help urgently needed, I have installed Logic Pro 9, since then my Final Cut Pro X keep freezing. Anyone what is wrong and how to solve it? I desperately need help on this. Thanks

    Help urgently needed, I have installed Logic Pro 9, since then my Final Cut Pro X keep freezing. Anyone what is wrong and how to solve it? I desperately need help on this. Apple support says I have to pay £85 for to help me. Thanks

    Just a word of advice. Never ever use the word "urgent" on this forum

  • Help urgently needed please ! My Iphone 4 is on silent vibration mode, received a call and has frozen with the Iphone unusable and yet vibrating. I have tried switching off, connecting to power, connecting to laptop and removing SIM card ???

    Help urgently needed please ! My Iphone 4 is on silent vibration mode, received a call and has frozen with the Iphone unusable and yet vibrating. I have tried switching off, connecting to power, connecting to laptop and removing SIM card ???

    Problem solved... just saw the answer in another thread... https://discussions.apple.com/message/13110222#13110222

  • HELP urgently needed: My Sandberg FireWire for Laptop will not start on my T60

    Let me start with information on my T60:
    OS information: Microsoft Windows XP
    OS version: 5.10.2600   Service Pack 2
    Processor: x86 Family 6 Model 14 Stepping 8
    Memory: 3.135.856 kb
    BIOS version: 2.09  (79ETC9WW)
    Machine type-Model: 1951A47
    I have just got a new Sandberg FireWire for Laptop, a PC Card with 3 6-pins connectiont. After inserting the card in the PC Card slot, the Windows Device Manager tells me that there are problems with the card. Looking at the 1394 Card Properties the status says:
    "This device cannot start. (Code 10) - Click Troubleshoot to start the troubleshooter for this device."
    The troubleshooter did not solve my problem. I have tried disconnecting, re-connection, shut down Windows and start again etc.
    At Sandberg Help Desk they tell me that I have two slots in my laptop, one with a 16 bits bus and another with a 32 bits slots, and I should use the latter. It seems that I can use the lower slide only in my laptop and I cannot push the card into the upper slide. There is not enough room for it.
    Here is what I found on Lenovo's support site on my type & model:
     PC Card
    Conforms to the PC Card Standard 95
    Type II slot
    Both the 16-bit Release 2.1 card standard and the 32-bit CardBus card are supported.
    Have a look at these screen captures.
    What should I do to solve my urgent problem!? 
    Message Edited by pbl_ibm on 10-09-2008 05:10 AM
    Message Edited by pbl_ibm on 10-09-2008 07:27 AM
    Message Edited by pbl_ibm on 10-09-2008 07:45 AM
    Message Edited by pbl_ibm on 10-09-2008 07:45 AM

    garytr23 wrote:
    Sounds to me like a driver configuration problem.  Maybe something bad happened during driver install.  I would recommend uninstalling the device from device manager by right clicking on it and hitting uninstall.  Reboot the computer.  Have a go at it again.  Also, test your pcmcia port functionality by finding and plugging in a different card.  See if that works.  It might need repair.
    Message Edited by garytr23 on 10-09-2008 09:41 AM
    The status right now is:
    The PC Card reader works on my T60
    If I use a Firewire PC Card it will not start - as described above (on T60)
    The PC Card work properly on my T61P - and I succeeded importing a video file from a digital camera using the Fireswire PC Card.
    So what does a wise man do in this situation??
    Please help me as I urgently need to know how to solve this serious issue!! 
    Have you got an idea? Can I import the video in another way??
    Message Edited by perbuch on 10-12-2008 07:55 AM

  • Help urgently needed with Java RMI task.

    Hello All. Please I need help urgently with this task. I cant seem to be able to do this. Here is the task:
    There are m squares with side lengths a1, a2, ..., am and a rectangle with the height and width equal to h and w respectively. Find a subset of the squares, which must be placed within the rectangle in such a way that they do not overlap, and cover the maximum area of a rectangle.*
    Please all help me solve this task using Java RMI. I would be very grateful for your help. Thanks in advance.

    Here is my client.java.
    import compute.;*
    import java.lang.Math.;*
    import java.lang.Long;
    *public class Hypothesis implements Task {*
    private long start;
    private long end;
    private int number;
    private int count;
    public Hypothesis(long start, long end, int number,int
    *count) {*
    this.start = start;
    this.end = end;
    this.number = number;
    this.count = count;
    *public Object execute() {*
    return findSolution();
    *public String findSolution() {*
    long i,j,k,l,m=1,i_max,j_max,k_max,l_max,l_start;
    System.out.println(start);
    System.out.println(end);
    System.out.println(number);
    System.out.println(count);
    for(m=start+number;m<end;m+=count)
    i_max=(long)java.lang.Math.pow((double)(min(p5(m)-3)),0.2d)+1;
    for(i=i_max;i>0;i--)
    j_max=(long)java.lang.Math.pow((double)(min(p5(m)-p5(i)-2)),0.2d)+1;
    if (j_max>i) j_max=i;
    for(j=j_max;j>0;j--)
    k_max=(long)java.lang.Math.pow((double)(min(p5(m)-p5(i)-p5(j)-1)),0.2d)+1;
    if (k_max>j) k_max=j;
    for(k=k_max;k>0;k--)
    l_max=(long)java.lang.Math.pow((double)(min(p5(m)-p5(i)-p5(j)-p5k))),0.2d)+1;
    if (l_max>k) l_max=k;
    if (l_max>2) l_start=l_max-2;
    else l_start=1;
    for(l=l_max;l>l_start-1;l--)
    if(p5(i)+p5(j)+p5(k)+p5(l)==p5(m))
    Long[] solution=new Long[5];
    solution[0]=i;
    solution[1]=j;
    solution[2]=k;
    solution[3]=l;
    solution[4]=m;
    *return "" solution[0]"^5+"*
    solution[1]"^5+"*
    solution[2]"^5+"*
    solution[3]"^5="*
    solution[4]"^5";*
    return null;
    *private long p5(long n){*
    return nn*n*n*n;*
    *private long min(long n){*
    return n>0?n:0;
    I just can't seem to get the whole thing work correctly on the server side. I need it to run from 1 client on atleast 3 servers. Please any explanations will be appreciated.

  • Installation problem, please help, urgent needs,

    I have install the FCP 7 into my MBP, and updated, but in the "add behavior" tap i don't have those new behavior like "text-basic" "text-continuous" "text-energetic" etc..... how can i add it back?
    urgent needs, please help

    fixed

  • JTable help Urgent need !!!!!

    hi, I am having problem in getting scrollBar arround my JTextArea that's in a cell of my JTable. If you run the following two files and see the output. The second cell should show me the scrollBars as the whole text is not visible. Please look at the code and see where I am doing wrong. I need to have scrollBars appear arround my individual JTextArea if the text doesn't fit in it. Any help is appreciated...
    /****** This is the main file ***********/
    import javax.swing.*;
    import javax.swing.table.*;
    import javax.swing.border.*;
    import java.util.*;
    import java.awt.*;
    import java.awt.event.*;
    public class MultiLineCellExample extends JFrame
    public MultiLineCellExample()
    super( "Multi-Line Cell Example" );
    DefaultTableModel dm = new DefaultTableModel() {
    public Class getColumnClass(int columnIndex) {
    return String.class;
    dm.setDataVector(new Object[][]{{"2"},{" Error 1Error 1Error 1Error 1Error 1Error 1 Error 1Error 1Error 1Error 1 Error 1Error 1Error 1 Error 1Error 1Error 1Error 1Error 1Error 1 Error 1Error 1Error 1Error 1Error 1Error 1Error 1"}},
    new Object[]{"Following are the Errors"});
    JTable table = new JTable( dm );
    int lines = 2;
    table.setRowHeight( table.getRowHeight() * lines);
    table.setDefaultRenderer(String.class, new TextCellRenderer());
    JScrollPane scroll = new JScrollPane( table );
    getContentPane().add( scroll );
    setSize( 400, 130 );
    setVisible(true);
    public static void main(String[] args)
    MultiLineCellExample frame = new MultiLineCellExample();
    frame.addWindowListener( new WindowAdapter() {
    public void windowClosing( WindowEvent e ) {
    System.exit(0);
    /********* This is the TableCellRenderer file **********/
    /* this code is from
    Copyright (c) 1999 Computer Engineering and Communication Networks Lab (TIK)
    Swiss Federal Institute of Technology (ETH) Zurich, Switzerland
    All rights reserved.
    Permission is hereby granted, without written agreement and without
    license or royalty fees, to use, copy, modify, and distribute this
    software and its documentation for any purpose, provided that the above
    copyright notice and the following two paragraphs appear in all copies
    of this software.
    import javax.swing.*;
    import javax.swing.table.TableCellRenderer;
    import javax.swing.border.*;
    import javax.swing.table.*;
    import java.awt.Component;
    import java.awt.Color;
    import java.io.Serializable;
    public class TextCellRenderer extends JTextArea
    implements TableCellRenderer, Serializable{   //,Scrollable{  Need to implement this too to get scrolls on individual JtextAreas too.
                                                                                    //currently not working, have to look into too.     
    protected static Border noFocusBorder;
    private Color unselectedForeground;
    private Color unselectedBackground;
    public TextCellRenderer() {
         super();
    noFocusBorder = new EmptyBorder(1, 1, 2, 1);
              this.setOpaque(true);
    this.setBorder(noFocusBorder);
    this.setColumns(6);
    this.setWrapStyleWord(true);
              this.setLineWrap(true);
              this.setAutoscrolls(true);
              //this is not working yet, trying to figure out some other way
         JScrollPane pane = new JScrollPane( this,JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED,
                                                      JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
    public void setForeground(Color c) {
    super.setForeground(c);
    unselectedForeground = c;
    public void setBackground(Color c) {
    super.setBackground(c);
    unselectedBackground = c;
    public void updateUI() {
    super.updateUI();
              setForeground(null);
              setBackground(null);
    JTable table;
    // implements javax.swing.table.TableCellRenderer
    public Component getTableCellRendererComponent(JTable table, Object value,
    boolean isSelected, boolean hasFocus, int row, int column) {
    this.table = table;
         if (isSelected) {
         super.setForeground(table.getSelectionForeground());
         super.setBackground(table.getSelectionBackground());
         else {
         super.setForeground((unselectedForeground != null) ? unselectedForeground
         : table.getForeground());
         super.setBackground((unselectedBackground != null) ? unselectedBackground
         : table.getBackground());
         setFont(table.getFont());
         if (hasFocus) {
         setBorder( UIManager.getBorder("Table.focusCellHighlightBorder") );
         if (table.isCellEditable(row, column)) {
         super.setForeground( UIManager.getColor("Table.focusCellForeground") );
         super.setBackground( UIManager.getColor("Table.focusCellBackground") );
         } else {
         setBorder(noFocusBorder);
    setValue(value);
         return this;
    protected void setValue(Object value) {
         setText((value == null) ? "" : value.toString());
    if (table != null) {
    String s = getText();
    //count the number of returns
    int ind = 0;
    //add an extra line for the scroll bar if required
    int num = 2;
    do {
    ind = s.indexOf("\n", ind);
    if (ind >= 0) {
    num++;
    ind++;
    } while (ind > 0);
    //set the row height to fit in this cell
    int newHeight = (table.getFont().getSize()*9*num)/5;
    if (table.getRowHeight() < newHeight) {
    table.setRowHeight(newHeight);
    public static class UIResource extends DefaultTableCellRenderer
    implements javax.swing.plaf.UIResource
    public Dimension getPreferredScrollableViewportSize()
              return this.getPreferredSize();      
         public int getScrollableBlockIncrement(Rectangle r, int orietation, int direction)
              return 10;      
         public boolean getScrollableTracksViewportHeight()
              return false;      
         public boolean getScrollableTracksViewportWidth()
              return false;      
         public int getScrollableUnitIncrement(Rectangle r, int orientation, int direction)
              return 10;      

    Hi,
    You want to have a cell in the JTable with a JTextfield and a JScrollBar??? Can you specify and put the source code enclose in   JRG

  • Help urgently needed with xml reading

    hi, i have a 3gig xml file which i am surprised it is so large as i have even shortened all of the names,
    it contains 2000 elements which have a filename and an array, each element has an array of size 6000, and each element in this array has an array of shorts, say 100 of them, and also a filename.
    i ahve used stax writing to be able to write such a large file without having memory problems.
    i then had to program a stax reader to be able to read it all in without building the whole tree but with some large cases i am now getting out of memory again, it seems to eb from the read so maybe the code eve though it doesnt have to hold the tree in memory, it has to hold the file in memory, the code for reading is shown here:
    package utilities;
    import Categorise.Collection;
    import Categorise.Comparison;
    import Categorise.TestCollection;
    import java.io.IOException;
    import javax.xml.parsers.*;
    import org.xml.sax.SAXException;
    import org.xml.sax.helpers.DefaultHandler;
    import org.xml.sax.Attributes;
    import java.io.File;
    import java.util.ArrayList;
    import java.util.List;
    import measures.Protocol;
    * @author dthomas
    public class XMLParser extends DefaultHandler
        static Collection collection = new Collection();
        List<Short> cList;
        List<Comparison> comparisonList;
        File trainFileName;
        File testFileName;
        TestCollection tc;
        List<TestCollection> testCollectionList;
        List<File> testFileNameList = new ArrayList<File>();
        List<File> trainFileNameList = new ArrayList<File>();
        boolean allTrainsAdded = false;
        Protocol protocol;
        List<File> trainingDirList;
        File testingDir;
        int counter = 0;
        /** Creates a new instance of XMLParser */
        public XMLParser() {
        public static Collection read( File aFile )
            long startTime = System.currentTimeMillis();
            System.out.println( "Reading XML..." );
            SAXParserFactory spf = SAXParserFactory.newInstance();
            SAXParser sp;
            try {
                sp = spf.newSAXParser();
                sp.parse( aFile, new XMLParser() );
            } catch (IOException ex) {
                ex.printStackTrace();
            } catch (SAXException ex) {
                ex.printStackTrace();
            } catch (ParserConfigurationException ex) {
                ex.printStackTrace();
            long endTime = System.currentTimeMillis();
            long totalTime = ( endTime - startTime ) / 1000;
            System.out.println( "Done..."  + totalTime + " seconds" );
            return collection;
        public void startElement(String uri,String localName,String qName, Attributes attributes)
            if( qName.equals( "RE" ) )
                testCollectionList = new ArrayList<TestCollection>();
            else if( qName.equals( "p") )
                boolean isConcatenated = new Boolean( attributes.getValue( "c" ) );
                boolean isStatic = new Boolean( attributes.getValue( "s" ) );
                protocol = new Protocol( isConcatenated, isStatic );
            else if( qName.equals( "trdl" ) )
                trainingDirList = new ArrayList<File>();
            else if( qName.equals( "trd" ) )
                File trainDir = new File( attributes.getValue( "fn" ) );
                trainingDirList.add( trainDir );
            else if( qName.equals( "td" ) )
                testingDir = new File( attributes.getValue( "fn" ) );
            else if( qName.equals( "TC" ) )
                counter++;
                System.out.println( counter );
                comparisonList = new ArrayList<Comparison>();
                testFileName = new File( attributes.getValue( "tfn" ) );
                testFileNameList.add( testFileName );
                tc = new TestCollection( );
                tc.setTestFileName( testFileName );
            else if ( qName.equals( "r" ) )
             String order = attributes.getValue( "o" );
                String type = attributes.getValue( "t" );
                String value = attributes.getValue( "v" );
                cList.add( Short.parseShort( order ), new Short( value ) );
            else if( qName.equals( "c" ) )
                cList = new ArrayList<Short>();
                trainFileName = new File( attributes.getValue( "trfn" ) );
                if( !allTrainsAdded )
                    trainFileNameList.add( trainFileName );
        public void characters(char []ch,int start,int length)
            String str=new String(ch,start,length);
            System.out.print(str);
        public void endElement(String uri,String localName,String qName)
            if (qName.equals( "c") )
                allTrainsAdded = true;
                short[ ] cCounts = new short[ cList.size() ];      
                for( int i = 0; i < cCounts.length; i++ )
                    cCounts[ i ] = cList.get( i );
                Comparison c = new Comparison( trainFileName, tc );
                c.setcCounts( cCounts );
                this.comparisonList.add( c );
            else if( qName.equals( "TC" ) )
                Comparison[ ] comparisons = new Comparison[ comparisonList.size() ];
                comparisonList.toArray( comparisons );           
                tc.setComparisons( comparisons );
                testCollectionList.add( tc );
            else if( qName.equals( "RE" ) )
                TestCollection[ ] testCollections = new TestCollection[ testCollectionList.size() ];
                testCollectionList.toArray( testCollections );
                collection.setTestCollections( testCollections );
                File[ ] testFileNames = new File[ testFileNameList.size() ];
                testFileNameList.toArray( testFileNames );
                collection.setTestingFiles( testFileNames );
                File[ ] trainingFileNames = new File[ trainFileNameList.size() ];
                trainFileNameList.toArray( trainingFileNames );
                collection.setTrainingFiles( trainingFileNames );
                collection.setProtocol( protocol );
                File[ ] trainingDirs = new File[ trainingDirList.size() ];
                trainingDirList.toArray( trainingDirs );           
                collection.setTrainingDirs( trainingDirs );
                collection.setTestingDir( testingDir );
    }any help would be greatly greatly appreciated
    thanks
    Danny =)
    ps with the amount of data contained, should the xml file be this large? and does ayone know the size difference of holding a filename as a File rather than a string and then creating the file when it is needed?

    yes i do need them but i could store them as strings instead if you think that would help? if it never runs out of memory i dot see how i was able to hold all of this information in memory before, as it was all written to file.
    thanks

  • How do I recover a deleted voice recorded files? (urgent: needed for court)

    If anyone can advise me where or how to recover/locate a deleted voice recorded file, please let me know asap.  I need to locate a couple files that were deleted and need these for court.  I didn't get any help from my local verizon store so I though I would try this.  These things are like computers so I know its got to be on this phone somewhere.  Thank you very much. - Bwortman0526

    As Tikibar1 indicated there probably gone but sometimes doing some researching through  Google Search you might find a way to reinstate them.. just remember there's no Guarantee's in finding something)  But i would state the model phone you have in with your Search Question.. see what pops up
    Hope this Helps b33

  • Help urgently needed: bizarre problem - no audio in imported clip!

    Hey there!
    I have a bizarre - never the less urgent problem:
    When I import some material (presentations) which I have recorded on Mini DV with my Canon MVX10i Camcorder the following problem occurs:
    There is one particular presentation which somehow looses the audio during the import process!
    That means the imported clip has no audio even though the audfio is on tape! Other clips before and after do not have this problem - the audio is available after the import.
    A bizarre but serious problem for me. Any suggestions?
    Thanks a lot in advance
    Thorge

    I had a similar problem. When I started the tape from the beginning no audio would import. To solve it I started the tape a few seconds in and It seemed to work.
    Hope this helps.

  • Help urgently needed

    Hi,
         Thanks for your answers. But my problem is not that. I need to develop a separate transaction code to log off all sessions or atleast that session. This transaction code will be assigned to a push button on the ESS(Employee Self Service) screen to log off. So please help me.
    Thanks in advance,
    Ramana

    Doesn't each screen in ESS have the logoff function?
    Rob

  • Help urgently needed! BB curve 8900 dead with red blinking lights on!!!

    Hi to everyone!  i just bought a BB Curve 8900 last month and now i'm facing aproblem. i am new to this forum and i was hoping you guys can help me out. i connected my BB to my pc with desktop manager to download some music when it prompted me to update my software. So i did, then at the end of the installation, i got fatal error and now all i got is a dead phone with red light blinking every 2 sec. can anyone help me pls?thank in advance and more power to this forum.

    First locate your carrier and the OS file you wish to use.
    http://na.blackberry.com/eng/support/downloads/download_sites.jsp
    Do a backup of your device first, using Desktop Manager > Backup. Close Desktop Manager upon completion.
    1. Download the OS file to the PC then install it to the PC by running (double clicking) the file you downloaded.
    2. Go to c:\program files\common files\research in motion\apploader and delete the file named "vendor.xml."
    3. Plug in BB and double click on "Loader.exe." It's located in the same place as the above vendor.xml file.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • HELP URGENTLY NEEDED BY LAME BRAINED IDIOT!!!!!!

    I have just purchased second hand my Imac G5 running OS X 10.3.5.
    I have (stupidly?) erased (sent to waste bin) ALL previously installed data/files from the internal main drive.
    Now when i start the machine and attempt to reinstall the original OS disks or do anything I get a major Kernal Panics message.
    Message starts unable to find Powerbook 8,1 driver.
    Followed by half a screen of text I do not understand.
    Message ends with "panic: we are hanging here ..."
    A message behind this text reads to restart your system, if not turned off the internal fan does an impression of a Harrier Jump Jet taking off!...makes such a loud noise like it's gonna blow up!!!
    I've never used a Mac before do not know the terminology for these systems,don't even really know how to navigate around the screen menus etc.
    *It's gonna take a very special person that can translate and make this strategically shaved monkey understand how I can fix this problem.*
    *Whoever helps to get me up and running will surely be rewarded in Heaven!!!*
    Regards
    Rufus Pimpenstein III.

    Hello! Insert the install cd for the os and boot while holding down the "c" key. When the installer pops up do an erase and install on the hard drive to erase everything and reinstall the OS. Tom

  • Help urgently needed: Iphone 5 update error

    I went into system settings to update my iphone 5 to the newer verzion of ios 7 and instead of starting the update when I clicked it, it went into recovery mode. I have so many valuble pictures on my phone I can't just restore it to factory defaults and lose all of them as well as videos. I have tried holding the on/off button and the home button for 15 seconds and it just keeps going back to the same screen. Please, please, please help. I also can't get help directly from apple this night since I cannot get into my phone to get the serial number. Please, any help is greatly appreciated.

    I am in the same situation as the original poster.  I am trying to restore the device, but my iTunes says it is downloading the software update (although it shows when my phone is *not* plugged in that the download was completed). When the "download" is not yet complete, I get a message telling me there was a problem downloading the software for the phone because the network connection failed, even though there is no problem with my wifi.  I occasionally get the random message: "iTunes has detected an iPhone in recovery mode.  you must restore this iPhone before it can be used with iTunes." I need to point out that the message is randomly received *as* I am downloading the software update to restore it.
    This is the third attempt at restoring the phone, so any advice to make this work is appreciated.

Maybe you are looking for

  • I have the License Number for CS6 Creative Suite How does this translate for "Creative Cloud"

    I have the License Number for CS6 Creative Suite, but when I downloaded Creative Suite and tried to license the product, it keeps coming up with an error, "The Serial Number is not valid for Adobe Photoshop CC." How do I register my product?

  • Logging into a remote server Windows prepopulated my domain name and I don't want it to.

    I am logging into a web server using an old and no longer supported Microsoft software but when I do this the username is automatically populated with ALASTAIR-PC/Administrator. When I select another account the domain still shows ALASTAIR-PC. It's t

  • Acrobat 11 doesn't recognise the installation

    I've just installed Acrobat 11 Pro on a new computer. I have a pre-existing installation on the old machine. Adobe recognises that the licence is valid but says it can't find a qualifying product. The drop down on the product choice does not have Ado

  • Unable to use built-in audio on macbook

    When I had a G5 with Leopard I had a similar issue, and after some googling I discovered that it can be fixed by simply resetting the PRAM. Sadly, that has not worked in this case. Here's what's happening: I am unable to use the speakers on my macboo

  • Editing the manual bank statement - urgent

    Hi All, When i run the T. Code FF67, i can upload the statement and save. once again when we save it then the bank statement get posted. and a session will be created which we have to run so that reconciliation entries will be posted. 1. Before runni