Resultset doesn't return anything

Hi, all
I'm using oracle9i Jdeveloper 9.0.3 preview version. When I ran a sql statement, it didn't return anything to my resultset. I wonder if you guys have any idea what's going on here. I tried the same sql statement in SQL Plus, it was working and returned 4 rows of record. I copy some source code from my severlet here. hope you can help me to resolve the issue.
package RCVCP;
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
import java.util.Vector;
import java.sql.*;
import java.text.SimpleDateFormat;
public class EnableDisableRules extends HttpServlet
private static String UrlE2;
* Initialize global variables
public void init(ServletConfig config) throws ServletException {
super.init(config);
UrlE2 = "jdbc:oracle:thin:@ASDE2DEVDB01:1521:EPID";
try {
               Class.forName("oracle.jdbc.driver.OracleDriver");
     } catch(java.lang.ClassNotFoundException e) {
          System.err.print("ClassNotFoundException: ");
               System.err.println(e.getMessage());
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
doPost(request, response);
* Process the HTTP Post request
public void doPost (HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
Vector APPLYVct = new Vector(5);
Vector FILETER_NAMEVct = new Vector(5);
Vector DESCRIPTIONVct = new Vector(5);
String query;
Connection con = null;
Statement stmt = null;
ResultSet rs = null;
int Rowindex=0;
try {
//checking the connection
con = DriverManager.getConnection(...) // I skipped here:)
if (con != null) {
stmt = con.createStatement();
rs = stmt.executeQuery("select APPLY, FILTER_NAME, DESCRIPTION from RCVCP_FILTER_RULES");
The program went wrong from rs statement right above.
Thanks.

the only thing I can think of is that
the account you logged on with is different fro
the account you tested with in sql*plus.
to eliminate that possiblilty prefix
the table name with the schema name
"select * from SCOTT.DEPT"

Similar Messages

  • Point cloud clip doesn't return anything in the result table

    Hi experts,
    I am wondering why my point cloud clipping function does not return anything into the result table.
    The boundaries of my point cloud are:
    min long 316,500
    max long 316,643.21
    min lat 234,000
    max lat 234,105.38
    min elevation -4.79
    max elevation 30.87
    For the ind_dimquery I have tried different geometry types, like 3003 and 3008, usually with the elem_info_array (1,1007,3)
    like in the following example:
    SQL> declare
    2 inp sdo_pc;
    3 begin
    4 select pc into inp from base109 where rownum=1;
    5 insert into restst
    6 select * from table(sdo_pc_pkg.clip_pc(
    7 inp,
    8 sdo_geometry(3003, 29903, null,
    9 mdsys.sdo_elem_info_array(1,1007,3),
    10 mdsys.sdo_ordinate_array(316510, 234080, -3, 316550, 234100, 2)),
    11 null, null, null, null));
    12 end;
    13 /
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.20
    SQL> select count(*) from restst;
    COUNT(*)
    0
    What am I doing wrong? This should be a query window within the right area and I know that at least one point lies within this defined window.
    Any help is greatly appreciated!!!!!
    Cheers,
    F.

    yes exactly, I have tried all of this already.
    For a further example, there is a point in:
    POINTS(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES)
    R G B I POINT_ID
    SDO_GEOMETRY(3001, 29903, SDO_POINT_TYPE(316503.49, 234089.46, 3.32), NULL, NULL
    71 91 78 70 55
    so theoretically, I'd feel that at the VERY LEAST this point should be in the 3008geometry and 1007 elem array for the coordinates for xmin, y min, zmin, xmax, ymax, zmax for
    316500, 234080, 2, 316510, 234100, 5
    but...nothing. Nothing in the result table.
    For full query:
    SQL> declare
    2 inp sdo_pc;
    3 begin
    4 select pc into inp from base109 where rownum=1;
    5 insert into restst
    6 select * from table(sdo_pc_pkg.clip_pc(
    7 inp,
    8 sdo_geometry(3008, 29903, null,
    9 mdsys.sdo_elem_info_array(1,1007,3),
    10 mdsys.sdo_ordinate_array(316500, 234080, 2, 316510, 234100, 5)),
    11 null, null, null, null));
    12 end;
    13 /
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.13
    SQL> select count(*) from restst;
    COUNT(*)
    0

  • XMLList problem - doesn't return anything at all

    Hey guys,
    I'm having a real problem here.
    I was just trying to learn some AS3 (particularly - XML integration)
    and got stuck on an absolutely basic thing which there shouldn't be
    any problems with. Something that should work, doesn't ... and I have
    no idea why ... maybe you could shed some light ...
    so ... here's the code:
    var urlReq:URLRequest = new URLRequest("galeria.xml");
    var loader:URLLoader = new URLLoader(urlReq);
    loader.addEventListener(Event.COMPLETE, onLoaded);
    function onLoaded(event:Event):void
        var xml:XML = new XML(event.target.data);
        trace(xml);
        var lista:XMLList = xml.galeria.foto;
        trace(lista);
    to best of my knowledge the last trace in the function
    should return something, anything ... but it doesn't, just a blank line
    and furthermore - the first trace two lines above returns the contents
    of the XML file as is ... so - what's going on? I've seen tons of tutorials and stuff
    and according to all of them - the above piece of code should work ... but it doesn't.
    of course the xml file is in the same directory as the fla file. oh, and one more thing
    - I'm using win7 and the latest version of Flash CS4 if that matters at all.
    just for the sake of it - I'm attaching the xml file and the fla file as well.
    please, help ...
    Regards,
    Martin

    that should be:
    var urlReq:URLRequest = new URLRequest("galeria.xml");
    var loader:URLLoader = new URLLoader(urlReq);
    loader.addEventListener(Event.COMPLETE, onLoaded);
    function onLoaded(event:Event):void
        var xml:XML = new XML(event.target.data);
        trace(xml);
        var lista:XMLList = xml.foto;
        trace(lista);

  • Have a look at my RFC call, it doesn't return anything

    Hi all,
    In my project, I create a RFC Model named 'SCO' which will call bapi function 'BAPI_SALESORDER_CREATEFROMDAT1', if successfully a SALEDOCUMENT should return.
    below is the code in my custom controller
      public void wdDoInit()
        //@@begin wdDoInit()
              Bapi_Salesorder_Createfromdat1_Input input =
                   new Bapi_Salesorder_Createfromdat1_Input();
              wdContext.nodeCSOC_Input().bind(input);
              input.setOrder_Header_In(new Bapisdhead());
              input.addOrder_Items_In(new Bapiitemin());
              input.addOrder_Partners(new Bapipartnr());
        //@@end
    public void executeBapi( )
        //@@begin executeBapi()
              try {
                   wdContext.currentCSOC_InputElement().modelObject().execute();
              } catch (WDDynamicRFCExecuteException e) {
                   // TODO Auto-generated catch block
                   System.err.println(e.getMessage());
                   e.printStackTrace();
              } finally {
    //               wdContext.nodeCSOC_Input().invalidate();
        //@@end
    In my view(TestSOCView) I mapped a node named SOC_Input has the structure
    Order_Header_In
    -Distr_Chan
    -Division
    -Doc_Type
    -Sales_Org
    Order_Partnr_In
    -Partn_Numb
    -Partn_Role
    Order_Items_In
    -Material
    -Req_Qty
    Output
    -Return
    --Message
    --Type
    -Salesdocument
    I have a very simple view which has only one button and two textview (one bind to Output-Salesdocument, another to Output-Return-Message)
    In my action method, I have the code
      public void onActionCreateSO(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionCreateSO(ServerEvent)
              IOrder_Header_InElement newHeader =
                   wdContext.currentOrder_Header_InElement();
              IOrder_PartnersElement newPartner =
                   wdContext.createOrder_PartnersElement(new Bapipartnr());
              IOrder_Items_InElement newItem =
                   wdContext.createOrder_Items_InElement(new Bapiitemin());
              newHeader.setSales_Org("1000");
              newHeader.setDoc_Type("OR");
              newHeader.setDistr_Chan("10");
              newHeader.setDivision("00");
    //          wdContext.nodeOrder_Header_In().addElement(newHeader);
              newPartner.setPartn_Role("SP");
              newPartner.setPartn_Numb("1000");
              wdContext.nodeOrder_Partners().addElement(newPartner);
              newItem.setMaterial("TEST2");
              newItem.setReq_Qty("00001000");
              wdContext.nodeOrder_Items_In().addElement(newItem);
              wdThis.wdGetSOCControllerController().executeBapi();
        //@@end
    This is all my implementation, I dont know why there's always nothing retrieved, even no Return Message.
    I of course have the right JCO connection, if not, this view will not display.
    My wonder is my initilization for two table maybe wrong:
    input.addOrder_Items_In(new Bapiitemin());
    input.addOrder_Partners(new Bapipartnr());
    because I know there's a method
    set<Node>(AbstractList)
    but this is not java.util.AbstractList, I dont know how to initiate this list.
    And if I follow the turtorial which will enable the line after execution
    wdContext.nodeCSOC_Input().invalidate();
    This will make my application run only one time, the second time a NullPointerException will be thrown. So there's also a question: what's the usage of this line?
    Any one have a look at my problem? Thanks in advance
    And at last,
    Happy New Year to everyone.
    Wish you all a nice new year.
    best regards,
    William

    Hello William,
    Try using the following code:
    public void wdDoInit()
    //@@begin wdDoInit()
        Bapi_Salesorder_Createfromdat1_Input input =
        new Bapi_Salesorder_Createfromdat1_Input();
    //@@end
    public void onActionCreateSO(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
    //@@begin onActionCreateSO(ServerEvent)
    <b>/*** Instantiate the Structure ***/
    /// <Name of the Structure> = <Order_Header_In></b>   Order_Header_In newHeader =
        new Order_Header_In();
        newHeader.setSales_Org("1000");
        newHeader.setDoc_Type("OR");
        newHeader.setDistr_Chan("10");
        newHeader.setDivision("00");
        wdContext.currentBapi_Salesorder_Createfromdat1_Input().setOrder_Header_In(newHeader);
    <b>*** Instantiate the Structure ***/
    /// <Name of the Structure> = <Order_Partners></b>    Order_Partners newPartner = new Order_Partners();
        newPartner.setPartn_Role("SP");
        newPartner.setPartn_Numb("1000");
        wdContext.currentBapi_Salesorder_Createfromdat1_Input().modelObject().addOrder_Partners(newPartner);
    <b>*** Instantiate the Structure ***/
    /// <Name of the Structure> = <Order_Items_In></b>    Order_Items_In newItem = new Order_Items_In();
        newItem.setMaterial("TEST2");
        newItem.setReq_Qty("00001000");
                 wdContext.currentBapi_Salesorder_Createfromdat1_Input().modelObject().addOrder_Items_In(newItem);
        wdThis.wdGetSOCControllerController().executeBapi();
    //@@end
    This will work.
    <b>
    Please reward appropriate points</b>
    Bala

  • App Store 'Search' doesn't return anything

    Using an iPad 2 updated to iOS6 when accessing the App 'App Store' on entering a valid question such as YouTube into 'Search' a list is produced.
    Clicking on any of the options offered returns a white screen with just 'Cancel' in the top left and the 'Search' (including entered search data) in the top right.
    I have tried restarting the App, signing out and back into iStore, doing a hard reset (full power down and back up), have cleared and re entered wifi connection information (even though all other aspects on the iPad 2 fully function). I cleared Safari Cookies and History, I've even reset the wifi router all to no avail.
    With in the App, 'Featured', Purchased', Updates, etc. function normally.
    Anyone have other ideas? It's as if Apple is blocking any returned search information.

    I'm having a very similar (or maybe the same) problem. Let me explain in detail and maybe someone, somewhere can help me.
    1.) I created and exported to iTunes a podcast called Studio 60Cast (for the new show Studio 60) using GarageBand.
    2.) I created and published a website with iWeb, and published the first and so far only episode of Studio 60Cast to that site.
    3.) I submitted the RSS feed (which, yes, worked when I tested it), and it only shows up on the store when I search using the exact words: Studio 60Cast. It does not come up when I simply search for Studio 60 (meaning, in podcasts, a bunch of one's that AREN'T MINE show up).
    4.) What might be the problem is that the author is listed as "unknown." Can anyone give me a step-by-step set of instructions on how to fix this?

  • I recently got an extension cord for my ipad charger and the first time I used it it worked and now when I plug it in to my ipad It doesn't do anything. What do I do?

    I recently got an extension cord for my ipad charger and the first time I used it it worked and now when I plug it in to my ipad It doesn't do anything. What do I do?

    I think that we all understood what you meant. If the extension cord is no longer working, then return it.
    We are all trying to tell you that you can plug the power block into a standard household extension cord - using the short cord that came with the iPad - and there is no need for the extension cord that you bought.
    Edit - one upped by the lovely lady with the pretty kitty avatar

  • Doesn't return true value .........

    Hi All,
    please check the following code.
    password (originalPassword) from the database is : xyz
    password (password) from the login page is : xyz
    when I try for equality for the password :
    if(originalPassword.equalsIgnoreCase(password)) {
    it doesn't return true value while the password is same that is : xyz ?
    I an stuck in the problem.
    Please look into the code and solve my problem.
    Thanks
    public boolean verifyPassword(String username, String password) {
            String originalPassword=null;
            try {
                Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
               Connection con = DriverManager.getConnection("jdbc:microsoft:sqlserver://sqlserver:1433","harish","harish");
               PreparedStatement pstmt = con.prepareStatement("select password from registration where username='"+username+"'");          
               //ResultSet rs = pstmt.getResultSet();
               ResultSet rs = pstmt.executeQuery();
               if(rs.next()) {
                   originalPassword=rs.getString(1);              
               pstmt.close();
               if(originalPassword.equalsIgnoreCase(password)) {
                              return true;
               } else {
                   return false;
           } catch (Exception e){
               System.out.println("Exception: verifyPassword="+e);
               return false;
         Harish Pathak

    Are you sure there's no space before or after "xyz"? Try adding some debug output to your code:
    if(originalPassword.equalsIgnoreCase(password)) {
      //foo
    } else {
      System.out.println("<" + password + "> does not match <" + originalPassword + ">");
    }

  • Please help: DataInputStream doesn't return response for remote device

    Hi all,
    Please advise what is my mistake.
    I am about to send a command to and get respond from my embedded kit (Arduino Wiznet Wifi Kit)
    I can send command and get respond through a Telnet.
    But i can only send command but not getting respond if i am about to write a java program to do the same thing with socket programming.
    Below is my code, please advise for my mistake.
    Many thanks!
    public static void startTCPCommunication(String ip) throws UnknownHostException, IOException{
         InetAddress thoseIp = InetAddress.getByName(ip);
         // IO streams
         DataOutputStream toServer;
         DataInputStream fromServer;
         String entered=""; // Declare & initialize a String to hold input.
         Scanner input=new Scanner(System.in); // Decl. & init. a Scanner.
         try {
              System.out.println("Socket created");
              Socket socket = new Socket(ip, 5000);
              // Create an input stream to receive data from the server
              fromServer = new DataInputStream(socket.getInputStream());
              // Create an output stream to send data to the server
              toServer = new DataOutputStream(socket.getOutputStream());
              while(true){
                   System.out.println("Please enter : ");
                   entered=input.nextLine(); // Get what the user types.
                   // Then say something trollish and use their name.
                   System.out.println("You have entered : " + entered + "!");
                   // Send the command to the server
                   toServer.writeUTF(entered);
                   System.out.println("Done with Send");
    // Get the response from server
                   String response = fromServer.readUTF();
                   System.out.println("Retruned : " + response);
         catch (IOException ex) {
         System.out.println("Unable to create socket.");
    The returned result only reaches System.out.println("Done with Send");
    The function stucked and not going to loop for second time.
    Please advise how can i modify my code and pin point my mistake please.
    Thanks a lot!

                       // Send the command to the server
                       toServer.writeUTF(entered);
                       System.out.println("Done with Send");
    // Get the response from server
                       String response = fromServer.readUTF();
                       System.out.println("Retruned : " + response);Check the Javadoc. writeUTF() doesn't send anything a Telnet server will understand, and a Telnet doesn't send anything that readUTF() will understand. They only understand each other. Use write(), and append a newline.

  • I have money in my itunes account but when I try to buy a song it doesn't let me buy it or download.  It doesn't do anything!

    I have money in my itunes account but when I try to buy a song it doesn't let me buy it or download.  It doesn't do anything!

    You cannot and need to ask Apple to reset your security questions. To do this, click here and pick a method; if the article doesn't list one for your country or you're unable to call, fill out and submit this form.
    Changing the rescue email address requires supplying two of the answers. They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (111899)

  • MSI 970a-g46 motherboard starts up but doesn't display anything.

    Hello, I'm having problems with a new motherboard I got from Amazon, specifically the 970a-g46. The following are my specs in use with this motherboard:
    CPU: AMD Phenom 2 x4 965
    GPU: nVidia GeForce 560 GTX
    Ram: 8gb Kingston HyperX Fury 1866mhz.
    PSU: Corsair 650TX (650 Watts)
    Compatability-wise, everything checks out so I wasn't expecting problems at first. All the other parts excluding the ram I've used before. Here's exactly what happens:
    I power up the computer after everything is installed and connected. The 4 phase LEDs turn on which tell me the CPU is powered up and working (so I assume). I don't get any beeps or buzzs mainly because I don't see any speaker/buzzer on this board. The monitor blinks and while it is connected to my GPU, it doesn't display anything, it's just a black screen. I can leave it on for a few minutes and I'll still not see anything happen. An important observation here is that my keyboard which has LEDs will turn on after a short period of time in boot-up (with my older set-up that is). This does not happen ever regardless of how long I leave my computer on on this new mobo.
    I've gone over and checked/tested numerous things:
    * The PCI-E and ATX cables for the GPU, motherboard and CPU are all connected and secured (I've tried both 4-pin and 8-pin connections for the CPU, neither help).
    * I've tried jumping the CMOS multiple times to no avail.
    * I tested the ram on another computer and it worked just fine on that one.
    * I've tested the motherboard without a GPU and it still does nothing (though I think that's because this motherboard doesnt have its own integrated GPU for some reason).
    So far the only possible reasons why my computer is not working is because of my PSU (very unlikely as it's only a year old and it's a Corsair, which I've heard is very reliable in the long-run), GPU (It is quite a few years old but even without the GPU my computer still doesn't go past boot-up), CPU (possible due to its age and how many freaking time I've reseated it (probably around 8 times) so I wouldn't doubt it, but before I put it into this motherboard I did check its pins and they were all there and placed nice and smoothly into the socket.) and finally the motherboard (it's possible that this is just a defected motherboard and giving me a super hard time which would be a first in all the years I"ve spent computer building).
    The best case scenario of course is me giving some kind of oversight to how I transferred over the parts and connectors. I might've missed something obvious to please any advice/insight on how I can solve this problem would be greatly appreciated
    EDIT: Some other things I did but forgot to mention:
    * Checked ground nut things and ensured they matched the specifications of the motherboard ATX; only 6 are under the board and each one is aligned up with the holes on the board as designed.
    * Tried booting up without powering the CPU. Only one phase LED light came on, still the same problem (for an obvious reason this time now).
    * Re-seated GPU multiple times, re-connected cables multiple times.
    What I have NOT done is re-seat the CPU because I am almost out of acetone so I would need to get another supply of that which won't be until tomorrow. I also have not re-seated everything back on my older motherboard to check if it still works. Tomorrow I'll most likely do that and if I find that the old motherboard works flawlessly then that tells me that the new motherboard I got is either defected or there's some compatability issue I"m missed out on.
    EDIT 2: Just found a speaker and plugged it into the motherboard. Booted it up and I got no beeps whatsoever. So this mobo is giving me no video activity (there is a signal it's just blank), and no beeps from the motherboard. I have no idea what that could mean at this point.
    EDIT 3: I decided to test a few things with the new speaker I just got. First I removed ram and tried running, I got 3 beeps which I assume is the beep sequence of faulty/no ram. Removed the power to CPU and the GPU itself individually, gave no beeps this time.

    Quote from: rhradacut on 06-January-15, 16:49:14
    What's the serial number of your MB? Needed to determine what BIOS may be on the MB. Exactly which version of the CPU is it? There were several different 965 CPUs and they required different BIOS versions, 1.2, 1.9,2.2 depending on which CPU you actually have.
     Also another problem may be that native memory supported by your CPU is DDR3-1333, not 1866
     None of the supported CPUs have integrated graphics, any MB graphics would be in the chipset, not CPU. Examples would be 785G, 880G
    Thank you very much rhradacut! The problem was that the mobo for whatever reason was forcing 1866mhz on my CPU when it only supported up to 1600mhz. I had to install a spare ddr3 module to downclock it so that I could access the BIOS and manually set the DRAM timing to 1600mhz for it to work. That's a very strange problem that I figured would've been auto-resolved by the hardware, and would also be a big problem if I didn't have any spare DDR3 ram to work with.
    Once again thanks for helping out on solving my problem.

  • Hello applecare  can you help with the macbook pro i did the update the last one and safari doesn't open anything .. what should i do ?

    hello applecare  can you help with the macbook pro i did the update the last one and safari doesn't open anything .. what should i do ?

    Hello John...
    You may have a Safari third party add on installed that was compatible with the previous version of Safari but not 5.1. Try troubleshooting > Safari: Unsupported third-party add-ons may cause Safari to unexpectedly quit or have performance issues
    FYI... this is a user to user forum. If you can't resolve the issue, information for contacting AppleCare  here.

  • I downloaded latest software on iphone 4 and installed new software on my imac (snow leopard 8.6 and now phone not synching with new itunes. Itunes does recognize the phone but the itunes is totally different now. It doesn't look anything like the previou

    I downloaded latest software on iphone 4 and installed new software on my imac (snow leopard 8.6)and now phone not synching with new itunes. Itunes does recognize the phone but the itunes is totally different now. It doesn't look anything like the previous vesions. I can't even find a tab for synching. very strange. any help is appriciated.

    iTunes 10.7 is compatible with Snow Leopard.
    You can download it here: http://www.apple.com/itunes/

  • My 'clear history button is not working. When I click on it it doesn't do anything and the letter are gray instead if blue like usual. I've gone to every type of settings I can bit I don't know how to fix it. Please help .

    My 'clear history button is not working. When I click on it it doesn't do anything and the letters are gray instead of blue like usual. I've gone to every type of settings I can think of but I don't know how to fix it. Please help .

    T
    Try:
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings                 
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       

  • HT201270 I have an iPad 3rd gen. A carrier settings update notification has appeared on my screen, and it doesn't do anything when I press either 'update' or 'not now' . Because the notification is still there, I am unable to use any apps or shut it down.

    I have an iPad 3rd gen. A carrier settings update notification has appeared on my screen, and it doesn't do anything when I press either 'update' or 'not now' . Because the notification is still there, I am unable to use any apps or shut it down. What should I do?

    Have you tried a reset by pressing and holding the sleep/wake button and the home button for 20 seconds (maybe longer) until the Apple logo appears, ignore the red slider.  Then turn back on. You won't lose any data doing the reset.

  • Im trying to instal snow leopard on my macbook. its running tiger 10.4.11 and it meets all the requirements  but it ask me for a restart to begin instalation progres, i restar it and it doesn't happen anything

    im trying to instal snow leopard on my macbook. its running tiger 10.4.11 and it meets all the requirements  but it ask me for a restart to begin instalation progres, i restar it and it doesn't happen anything. anyone can help me?

    I assume the restart was prompted during the installation process?
    First of all, that restart will take several minutes while files are moved into place and should not be interrupted.
    If it fails, or you have interrupted the process, you'll need to boot from the installer (hold down the C key on startup) and use Disk Utility to erase the drive prior to continuing the installation.
    That will wipe all data on the drive, though, so if you didn't make a backup before beginning the upgrade, you'll need to get your data off safely before proceeding. That may likely require the use of another Mac to access yours in Target Disc Mode.

Maybe you are looking for

  • Game Center 'Account Settings' window keeps crashing.

    I have an 8 GB iPod Touch 4 running IOS 6.1.5, and I recently decided to change my game center username. But, there's a glitch or something in game center now, when I opened account settings in game center, the window appeared for ONE second, then we

  • The drag to resize bar is not showing up or working. Have to drag individual corners to resize

    When I resize photos using the drag scrollbar tool I have to resize every corner. Which is giving it this weird dimensional look instead of looking flat and none perspective.  Any help? Using adobe photo elements 9 on mac.

  • Wenever i try to install 2.0, i get backup error

    guys, when i try to install the new 2.0 update, i get this backup error (-5000) which says that it like wont work, and if i continue it will erase like everything on my ipod? i click cancel cuz i think that would be horibble if it did that! what shou

  • Resetting of OSS note

    Hi I need to apply one OSS note, but I am not sure whether this will solve my problem or not. Is there any possibility that we can revert back the changes applied by any OSS Note? If yes then how? Thanks in advance. JIgar

  • LDAP Authenticator and Password Digest

    Hi All, I am implementing proxy services uisng OSB 11g . The security requirement is to enforce authentication using password digest. Users & passwords are stored in a central external LDAP server. OSB supports password digest in SOAP messages , but