Shrinking a database after a cut-down

Hi all,
I have the scenerio below, any hints tips most welcome ...
- we are using oracle 9.2.0.1
- get a copy of a production database 80gb and put into another db
- run a cutdown script that culls about 70% of the data, for purposes of use as test databasese
What steps do we need to take to shrink this database now. I recalled an export and a import (with some option), then an export and then another reimport.
We need to shrink the tables that have had data removed as well as shrink the tablespaces (data files?). The resulting database will have a very small growth factor.
Is there a relatively easy way to achieve this?
Thanks for any advice.

When data is removed randomly from the database there is going to be freagmentation. The best way to avoid this is
1) Create one temporary tablespace tempdata
2) For each tablespace
move all objects to the tempdata tablespace
calculate the total size of the objects in tempdata
drop and recreate the tablespace with the required size
move the objects from tempdata
3) Repeat step 2 fro all tablespaces

Similar Messages

  • Exchange 2010 mount database after dirty shut down

    I have exchange 2010 where is all roles located on , i have only 1 database , this database is dismounted & unable to b re-mounted again with the following error
    Microsoft Exchange Error
    Failed to mount database 'Mailbox Database 0173462073'.
    Mailbox Database 0173462073
    Failed
    Error:
    Couldn't mount the database that you specified. Specified database: Mailbox Database 0173462073; Error code: An Active Manager operation failed. Error: The database action failed. Error: Operation failed with message: MapiExceptionCallFailed: Unable to mount
    database. (hr=0x80004005, ec=-550)
     [Database: Mailbox Database 0173462073, Server: Exchange2010.Egytrav.local].
    An Active Manager operation failed. Error: The database action failed. Error: Operation failed with message: MapiExceptionCallFailed: Unable to mount database. (hr=0x80004005, ec=-550)
     [Database: Mailbox Database 0173462073, Server: Exchange2010.Egytrav.local]
    An Active Manager operation failed. Error: Operation failed with message: MapiExceptionCallFailed: Unable to mount database. (hr=0x80004005, ec=-550)
     [Server: Exchange2010.Egytrav.local]
    MapiExceptionCallFailed: Unable to mount database. (hr=0x80004005, ec=-550)
    OK
    all services is started correctly , i can stop & start normally , i could create new database & mounted ok
    any help?

    You said the database is definitely NOT mounted correct?
    the -1032 means something has a lock on the EDB file which would make sense if its locked
    If its not mounted then do you have another session open somewhere trying to take action on the EDB, copy it etc?
    Sometimes backup jobs can put a hold on a file, i.e. I have seen BUE do this and its quit aggravating because the job doesn't even have to be running
    If you cant find what has a lock on the file and your are absolutely sure its not mounted then use this file unlocker utility
    http://download.cnet.com/Unlocker/3000-2248_4-10493998.html
    Troy Werelius
    http://www.lucid8.com/

  • SMARTFORM ERROR - Part of Text is cutting down after SPACE

    Hi,
    I have made a simple smartform just for test purpose.
    I included a simple template in the main window which has 5 mm height and 3 cm width.
    In the template there is one text element, and 1 included a constant text:
    LABEL: YYYYYYYY
    If i see the print preview, it displaying correctly.
    BUT!
    If I change the constant text to longer, to test what happens if the field is longer than the available size to display:
    LABEL: YYYYYYYYYYYYYYY
    In the print preview this will be shown:
    LABEL:
    So it means that those Y's are just cutting down.
    If I replace the longer version of the text to:
    LABEL:_YYYYYYYYYYYYYYY
    In the print preview I can see as many characters as it can display, so some Y's are not printing:
    LABEL:_YYYYYYYY
    Can somebody tell me if I use spaces, how to avoid to cut the remaining text and display as many characters as it can like with underscore character?
    This is a very strange and buggy behaviour.
    BR,
    Gabor from Hungary

    Hi
    I suppose I depends on the logic used in order to print a text in an area smoller than text
    It seems it always tries to write fully the words, that means if the text has many words, the smartform writes the first words (on the left) fully and truncates the remaining words, if the text has one word only, smartform write the part of it can be contained.
    So if you insert
    A) LABEL: YYYYYYYY
    There are 2 words:
    LABEL:
    YYYYYYYY
    Both words can be contained so smartform writes both of them
    B) LABEL: YYYYYYYYYYYYYYYYYYYYYYY
    There are 2 words:
    LABEL:
    YYYYYYYYYYYYYYYYYYYYYYY
    The second word should be trucated, so the smartform writes the first only
    C) LABEL:YYYYYYYYYYYYYYYYYYYYYYY
    There is only one word, so smartform writes only the character can be contained in the window
    Max
    Edited by: max bianchi on Nov 10, 2010 6:21 PM
    Edited by: max bianchi on Nov 10, 2010 6:26 PM

  • Cutting Down a long version

    Hey Guys and Gals,
    I want to cut down a long video by about half so I am wondering what is the best way to cut down this video which has about 6 video tracks, 7 audio tracks and heaps of transitions.
    When I try good old IN/OUT then delete I am told transitions will be compromised.
    Cheers in Advance,
    redpug

    Hey Drew,
    Thanks for the speedy reply! Great idea to duplicate the project and I will add it to my growing database of FCP editing tips but after playing with your suggestion I noticed the tracks are all combined now.
    I need to have the 'tails' of the original tracks to mix the music and to recreate video transitions etc.. ie I think it is as you suggested, a re-edit.
    I am cutting it down to be punchier so have many little fiddly edits to make.

  • Cut down Table data

    Hi
    I got one requirement to cut down one Table having 4 years worth of data. Requirement want to export only 6 month of data of same table to another database.
    The problem with this table is that.. This table is not having any "date" column_name or Data_type.
    Table structure is as ..
    "CLICK_ID" NUMBER,
    "MEMBER_ID" NUMBER,
    "LINK_ID" NUMBER,
    "CLICK_TIMESTAMP" NUMBER,
    "REMOTE_HOST" VARCHAR2(255 CHAR),
    "USER_AGENT" VARCHAR2(255 CHAR),
    "FAMILY" NUMBER,
    "AGENT" NUMBER,
    "TYPE" NUMBER,
    "COMBINED" NUMBER,
    "BUILDMODE" NUMBER,
    Please guide me how can I cutdown this table to only 6 months of data.
    I am on Oracle 10g.
    Let me know if you need more information.
    Thanks

    PK wrote:
    Hi
    I got one requirement to cut down one Table having 4 years worth of data. Requirement want to export only 6 month of data of same table to another database.
    The problem with this table is that.. This table is not having any "date" column_name or Data_type.
    Table structure is as ..
    "CLICK_ID" NUMBER,
    "MEMBER_ID" NUMBER,
    "LINK_ID" NUMBER,
    "CLICK_TIMESTAMP" NUMBER,
    "REMOTE_HOST" VARCHAR2(255 CHAR),
    "USER_AGENT" VARCHAR2(255 CHAR),
    "FAMILY" NUMBER,
    "AGENT" NUMBER,
    "TYPE" NUMBER,
    "COMBINED" NUMBER,
    "BUILDMODE" NUMBER,
    Please guide me how can I cutdown this table to only 6 months of data.
    I am on Oracle 10g.
    Let me know if you need more information.
    ThanksObviously you are going to have to decide how to identify the age of a row. WE certainly don't know your application. I do see a column CLICK_TIMESTAMP that could be promising. What is it?

  • Oracle 9i cut down version

    Hi ,
    We have an embedded license for the Oracle 9i DB Enterprise edition and we r planning to package it along with our application for the clients. But all we need from Oracle 9i DB is just the database and nothing else.
    Due to the huge size of the Oracle DB around 1.5 gb we were thinking that if we cud a cut down version of the Oracle 9iDb it wud be easier to package along with our application.
    Is this possible ?? if so How??
    Thanx
    Kulkarni

    oop! should of course have been 1.4.2.03 !

  • How to compress (or cleanup) Sqlite database after delete?

    Is there a way to compress (or cleanup) a Sqlite database after a large number of rows have been deleted?
    For example, if I have a database file around 1Mb and delete all the rows the database file remains at 1Mb (despite being empty). If I then open this file in Sqlite Administrator and click on "CleanUp" the size goes down to 4kb.
    Is this functionality available from inside my app?
    Thanks

    I'm finally getting some time to look at this but not doing too well.
    Running the following code gives the below error message:
    NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
    NSString *documentsDirectory = [paths objectAtIndex:0];
    NSString *path = [documentsDirectory stringByAppendingPathComponent:@"myDB.sql"];
    int success;
    if (sqlite3_open([path UTF8String], &database) == SQLITE_OK) {
    // My first delete statement
    // My second delete statement
    // My third delete statement
    // VACUUM STATEMENT
    const char *sql4 = "VACUUM";
    sqlite3_stmt *statement4;
    if (sqlite3preparev2(database, sql4, -1, &statement4, NULL) != SQLITE_OK) {
    NSAssert1(0, @"Error: failed to prepare vacuum with message '%s'.", sqlite3_errmsg(database));
    success = sqlite3_step(statement4);
    sqlite3_reset(statement4);
    if (success != SQLITE_DONE) {
    NSAssert1(0, @"Error: failed to execute vacuum with message '%s'.", sqlite3_errmsg(database));
    sqlite3_finalize(statement4);
    sqlite3_close(database);
    error:
    Error: failed to execute vacuum with message 'unable to open database file'.
    I know the database file is open ok because the rows are being deleted fine. The problem is just cleaning up the database file with the VACUUM command.
    Has anyone successfully run this statement on the iPhone?

  • Strange behavior - compositions being cut down

    I'm trying to create After Effects compositions to be used in my Premiere Pro projects, but strange behavior is making this completely impossible. Here's how it goes:
    1. Start a new AE project, start a new composition.
    2. Add clips/effects/etc., save.
    3. Start a NEW AE project, start a NEW composition.
    4. Add clips/effects/etc., save.
    5. Composition 1 has now been cut down to the time composition 2 and when trying to open composition 1 in AE, it redirects me to composition 2.
    I don't get what's going on... it's like they're being linked, but they're two entirely different projects/compositions. This is crazy and it's wasting a lot of my time. Any help would be appreciated.

    Let me slap my self on the forehead and say "D'oh"  It's your workflow. You're using dynamic link in Premiere Pro. The proper workflow is to have all of the comps in the same AE project. In Premiere Pro you go to File>Dynamic Link>New After Effects Project. You create your comp size in Premiere Pro, not in AE, then AE opens up and you create your comp. When you want to create a new dynamic link you follow the same procedure.
    Dynamic link can only look at one instance of AE at a time so it's looking at the last project for the comp info. It can't find comp 1 in project 1 because it's only looking at project 3. That explains the same comp showing up in all three locations. Fix the workflow and you'll fix the problem. In fact, I think that if you open up project 3 and import project 1 and project 2, then same project 3, then open up Premiere Pro your problem will be fixed.

  • Cutting down clips permanently.

    Is there a way to cut down clips with a lot of unusable footage permanently? Ideally, I would like to make alterations in the viewer window and then move them back to the browser window. That way I can save hard drive space and not waste time with too much extra crap.
    And can I split a clip into two separate clips permanently in the viewer window?

    Final Cut is a nondestructive editor. No amount of editing in FCE is going to reduce the amount of disk space your captured clips take up or physically split a clip that exists on your HD.
    You can open a clip in the Viewer, set In & Out points and drag the result onto the Canvas or Timeline; and you can do that repeatedly to the same original clip, setting different In & Out points each time. That gives you different clips on the timeline but it neither duplicates the original clip nor does it physically split the original clip.
    The only 2 ways I know of to minimize disk usage is either 1) use Capture Clip (instead of Capture Now) to get just the parts you want from your tapes or 2) export the parts you want to QT files and then reimport them back into FCE, after which you could delete the original clips.

  • Imported cips being cut down

    hi
    i have a series of clips all made in the same way ranging form 1 min to 8 mins
    the short ones 1 / 2 / 3 mins long  when imported into premier pro 4 work fine
    the problen occours when i try to import a 8 min clip [ 3.5gb ] when i do this the clip is cut down to 1 min 30 secs is there some reason for this
    am i going over some size limit
    thanks

    Work through all of the steps (ideas) listed at http://ppro.wikia.com/wiki/Troubleshooting
    If your problem isn't fixed after you follow all of the steps, report back with ALL OF THE DETAILS asked for in the FINALLY section, the questions at the end of the troubleshooting link... most especially the codec used... see Question 1

  • Cutting down a Char

    I am new to Oracle so this is probably really easy (but maybe not).
    I am working in Oracle Forms, and I have a list that is full of character strings that are up to 25 characters long. I take this value and try to use it somewhere else, but it seems to be padded on the right with white spaces that also get copied. Here is an example:
    string_to_copy -> (actual value '12345')
    new_string := string_to_copy || 'Hello'
    What I see with the new string:
    12345 Hello
    I need a way to copy the original string into a temporary variable and cut down all the spaces on the right of it. I am a C++/C# programmer so this is kind of tough for me to figure out in PL/SQL.
    I can not change the original value at all, and the original value can contain spaces between words, ie 12345 6789 10
    So I think what I need to do is loop through the string with a 2 character look-ahead and find the first occurance of 2 whitespaces in a row. Once I find this I will take the Loop Control Variable and use that in declaring a new string of that length ????????
    That is one idea and problably the wrong one, since you can not declare variables after "begin" in PL/SQL. Please give me some insight in how to best approach this. Thank You.

    You can use trim() function to eliminate spaces on the left and right sides.
    SQL> SELECT 'A' || '    TEST      ' || 'B' FROM dual;
    'A'||'TEST'||'B'
    A    TEST      B
    SQL> SELECT 'A' || trim('    TEST      ')  || 'B' FROM dual;
    'A'||T
    ATESTB
    SQL> If you need to remove spaces from right side only use RTRIM() function. Syntax is the same as above. Neither TRIM() nor RTRIM() will remove spaces from the middle of the string
    TRIM('A     A') will be equal to 'A     A'

  • Fetching values from database into a drop down box

    in my JSP page there are 3 drop down boxes for date of birth......
    what i need is i want to get the values from database into that drop down box when i access the JSP page.......
    session is there....'m getting all other values.......
    I will attach the JSP page.....
    Please help me...........
    Thanks in Advance......
    <%@ taglib uri='/WEB-INF/taglib/struts-bean.tld' prefix='bean'%>
    <%@ taglib uri='/WEB-INF/taglib/struts-logic.tld' prefix='logic'%>
    <%@ taglib uri='/WEB-INF/taglib/dyna.tld' prefix='dyna'%>
    <%@ taglib uri='/WEB-INF/taglib/struts-html.tld' prefix='html'%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title><bean:message key="page_title"/></title>
    <link href="<bean:message key="context"/>/CSS/default.css" rel="stylesheet" type="text/css" />
    <script src="<bean:message key="context"/>/js/AC_RunActiveContent.js" type="text/javascript"></script>
    <link href="<bean:message key="context"/>/CSS/screen.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <%!
    Membership mShip = null;
    %>
    <script language="javascript" >
    function checkDate(Form){
    var d;
    d = Form.year.value+"-"+Form.month.value+"-"+Form.day.value;
    alert("Date is:"+d);
    Form.dob.value = d;
    </script>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td>
         <jsp:include flush="true" page="../templates/header.jsp"/>     </td>
    </tr>
    <tr>
    <td class="menuTD">     
         <jsp:include flush="true" page="../templates/menu.jsp"/>     </td>
    </tr>
    <tr>
    <td class="sub_menuTR"> </td>
    </tr>
    <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td class="column" valign="top" width="170"><jsp:include flush="true" page="../templates/left_panel.jsp"/></td>
    <td valign="top" align="left">
              <dyna:message error="error" warning="warning" message="message"/>
              <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="80%" valign="top" align="left">
                   <%
                   if(session != null){
                   mShip = (Membership)session.getAttribute("member");
                   %>
                        <form action="updateContactDetails.dy" method="post" name="form1">
                        <input type="hidden" name="m" value="<%=request.getParameter("m")%>" />
                             <table width="100%" border="0">
                             <tr>
                                  <td>First Name</td>
                                  <td><input name="first_name" type="text" id= "first_name" value = "<bean:write name = "member" property = "first_name" />" /></td>
                             </tr>
                             <tr>
                                  <td>Last Name </td>
                                  <td><input name="last_name" type="text" id="last_name" value = "<bean:write name = "member" property = "last_name" />" > </td>
                             </tr>
                             <tr>
                                  <td>Address</td>
                                  <td><input name="address1" type="text" id="address1" value = "<bean:write name = "member" property = "address1" />" ></td>
                             </tr>
                             <tr>
                                  <td> </td>
                                  <td><input name="address2" type="text" id="address2" value = "<bean:write name = "member" property = "address2" />" ></td>
                             </tr>
                             <tr>
                                  <td>Suburb/City </td>
                                  <td><input name="city" type="text" id="city" value= "<bean:write name = "member" property = "city" />" ></td>
                             </tr>
                             <tr>
                                  <td>State/Territory</td>
                                  <td><input type="text" name="state" value = "<bean:write name = "member" property = "state" />" ></td>
                             </tr>
                             <tr>
                                  <td>Postcode</td>
                                  <td><input type="text" name="postcode" value = "<bean:write name = "member" property = "postcode" />" ></td>
                             </tr>
                             <tr>
                                  <td>Contact Phone</td>
                                  <td><input type="text" name="home_phone" value = "<bean:write name = "member" property = "home_phone" />" ></td>
                             </tr>
                             <tr>
                                  <td>Mobile</td>
                                  <td><input type="text" name="mobile" value = "<bean:write name = "member" property = "mobile" />" ></td>
                             </tr>
                             <tr>
                                  <td>Date of birth</td>
                                  <td nowrap="nowrap"><select name="day">
    <option>Day</option>
    <option value="01">1</option>
    <option value="02">2</option>
    <option value="03">3</option>
    <option value="04">4</option>
    <option value="05">5</option>
    <option value="06">6</option>
    <option value="07">7</option>
    <option value="08">8</option>
    <option value="09">9</option>
    <option value="10">10</option>
    <option value="11">11</option>
    <option value="12">12</option>
    <option value="13">13</option>
    <option value="14">14</option>
    <option value="15">15</option>
    <option value="16">16</option>
    <option value="17">17</option>
    <option value="18">18</option>
    <option value="19">19</option>
    <option value="20">20</option>
    <option value="21">21</option>
    <option value="22">22</option>
    <option value="23">23</option>
    <option value="24">24</option>
    <option value="25">25</option>
    <option value="26">26</option>
    <option value="27">27</option>
    <option value="28">28</option>
    <option value="29">29</option>
    <option value="30">30</option>
    <option value="31">31</option>
    </select>
                                  <select name="month">
                                       <option>Month</option>
                                       <option value="01">January</option>
                                       <option value="02">February</option>
                                       <option value="03">March</option>
                                       <option value="04">April</option>
                                       <option value="05">May</option>
                                       <option value="06">June</option>
                                       <option value="07">July</option>
                                       <option value="08">August</option>
                                       <option value="09">September</option>
                                       <option value="10">October</option>
                                       <option value="11">November</option>
                                       <option value="12">Decembber</option>
                                  </select>
                                       <select name="year" onChange = "checkDate(this.form);" >
                                       <option>Year</option>
                                       <option value="1957">1957</option>
                                       <option value="1956">1956</option>
                                       <option value="1955">1955</option>
                                       <option value="1954">1954</option>
                                       <option value="1955">1955</option>
                                       <option value="1956">1956</option>
                                       <option value="1957">1957</option>
                                       <option value="1958">1958</option>
                                       <option value="1959">1959</option>
                                       <option value="1960">1960</option>
                                       <option value="1961">1961</option>
                                       <option value="1962">1962</option>
                                       <option value="1963">1963</option>
                                       <option value="1964">1964</option>
                                       <option value="1965">1965</option>
                                       <option value="1966">1966</option>
                                       <option value="1967">1967</option>
                                       <option value="1968">1968</option>
                                       <option value="1969">1969</option>
                                       <option value="1970">1970</option>
                                       <option value="1971">1971</option>
                                       <option value="1972">1972</option>
                                       <option value="1973">1973</option>
                                       <option value="1974">1974</option>
                                       <option value="1975">1975</option>
                                       <option value="1976">1976</option>
                                       <option value="1977">1977</option>
                                       <option value="1978">1978</option>
                                       <option value="1979">1979</option>
                                       <option value="1980">1980</option>
                                       <option value="1981">1981</option>
                                       <option value="1982">1982</option>
                                       <option value="1983">1983</option>
                                       <option value="1984">1984</option>
                                       <option value="1985">1985</option>
                                       <option value="1986">1986</option>
                                       <option value="1987">1987</option>
                                       <option value="1988">1988</option>
                                       <option value="1989">1989</option>
                                       <option value="1990">1990</option>
                                       <option value="1991">1991</option>
                                       <option value="1992">1992</option>
                                       <option value="1993">1993</option>
                                       <option value="1994">1994</option>
                                       <option value="1995">1995</option>
                                       <option value="1996">1996</option>
                                       <option value="1997">1997</option>
                                       <option value="1998">1998</option>
                                       <option value="1999">1999</option>
                                       <option value="2000">2000</option>
                                       <option value="2001">2001</option>
                                       <option value="2002">2002</option>
                                       <option value="2003">2003</option>
                                       <option value="2004">2004</option>
                                       <option value="2005">2005</option>
                                       <option value="2006">2006</option>
                                       <option value="2007">2007</option>
                             </select ></td></tr>
                             <tr>
                                  <td><input type="hidden" name = "dob" /> </td>
                                  <td nowrap="nowrap"><input type="submit" value="Submit" /></td>
                             </tr>
                             </table>
                        </form>
                   </td>
    <td width="40"></td>
    <td width="200" valign="top">
                   <div id="headlines">
    <jsp:include flush="true" page="../templates/profile.jsp"/>
    </div>
                   </td>
    </tr>
    </table>
              </td>
    <td> </td>
    </tr>
    </table></td>
    </tr>
    <tr>
    <td><jsp:include flush="true" page="../templates/footer.jsp"/></td>
    </tr>
    </table>
    </body>
    </html>

    i think normally u will get data from databsae as objects.they are like java beans having getter and setter methods.so you create a collection of those objects like collect all the objects coming from database into an arraylist or....
    suppose you want to populate the dropdown box with say "username" from database object s, your code will look like that
    <html:select property="name">
    <html:options collection="databaseList" property="username" />
    </html:select>
    "databaseList" is collection(say.. ArrayList) of objects you are getting from database.this dropdown will contain all the "usernames" you are getting from database.

  • Connecting to an Oracle database after clicking on a foi

    Does anyone know how or have any examples on how to connect to an oracle database after clicking on a 'feature of interest' in MapViewer? I want to be able to click on a 'feature of interest' on the map, and have a list of records from an oracle table displayed using the identified key of the foi. I am able to create the feature of interest, and add the event listener for 'mouse click', but am unsure how to connect to the database at this point. I have been able to connect to the database in a different jsp, but not from here. Thank you.

    1. Create a JSP page that does the database query. It should take the foi id as an input parameter.
    2. In the foi mouse click listener, display the JSP page in iframe. The iframe can be placed outside the map or inside the info window. The function should do something like this.
    function myClickListener(point, foi)
    mapview.displayInfoWindow(point, "<iframe id='my_iframe_id' frameborder=0 width=300px height=400px />", 300, 400) ;
    var myIframe = document.getElementById("my_iframe_id") ;
    myIframe.src = "http://myhost/myjsp?key=" + foi.id ;
    }

  • Persistent USB Arch installation fails to boot after first shut down

    Hey all,
    I've recently installed Arch on a 32-GB USB flash drive (with the help of the wiki, of course).  I have some experience installing arch on my computers, so the process went relatively smoothly.  As some background info, I AM using UUIDs in both the bootloader and the fstab file, so that shouldn't be a problem.
    Anyways, the problem itself: I have arch installed and ready to go, and it boots up fine (the first time).  The thing is, after I shut down, if I try to boot the USB drive again, it simply hangs there-- no boot.  What's weirder is not only does it not boot, but it also freezes the host computer at that point in the boot cycle.  I mean, everything will be frozen up at the startup BIOS/splash whatever screen when the USB key is in, but once I take it out the computer will boot up regularly.  It's really strange.
    If I reinstall the bootloader on the USB drive then everything works again (that is, until I reboot).
    Is the bootloader somehow getting corrupted while shutting down?  I have tried using both GRUB and SYSLINUX (not at the same time of course) but they both behave the same.
    Any help would be greatly appreciated.
    Thank you for your time,
    Ushahin

    https://wiki.archlinux.org/index.php/Be … nvironment
    Here you need to set the right hooks if the root is on a USB drive, if you use RAID, LVM, or if /usr is on a separate partition.
    Did you remember to do this?
    If not, mount the partition(s) starting with the root partition first, chroot into it, edit that file and re-generate the initramfs. Then reboot with the reboot command, don't forcefully shut it down using the power button or something like that.
    It could also be a BIOS issue. Restore its defaults, set "Removable Dev." first, "CD-ROM" second (if you have an optical drive), "Internal Storage" third. Then select the USB stick as the first to boot in the boot priority screen.
    Last edited by DSpider (2012-10-12 07:07:30)

  • MacBook Pro freezes after clicking 'Shut Down' and won't remember 9600M GT

    After choosing 'Shut Down' from the Apple menu my MacBook Pro (1998, 5,1 2.4 Ghz Intel Core 2 Duo) freezes and the Grey Screen of Death appears.
    Strangely this only happens when I'm using the lower-power GeForce 9400M graphics card. When I use the high-performance NVIDIA GeForce 9600M GT graphics card my MacBook Pro wil shut down normally.
    Ever since upgrading my system to Mac OS X 10.6.3 this problem occurs. But since then also other problems arose. After installing Safari 5 my MacBook didn't boot, and I had to zap the PRAM to get the system booting again. Since then my system won't save the 9600M GT setting in the Energy Saving panel. I can logout from the 9600M and login to the 9600M GT, but after a reboot it switches back to the 9600M card.
    Today I did a combo update to Mac OS X 10.6.4, but all the problems still occur. Also I did maintenance tasks with 'Cocktail' and 'Maintenance', but that didn't help either.
    Also sometimes after choosing the GeForce 9600M GT graphics card, OS X logs out and hangs in the blue screen instead of displaying the login screen.
    I hope someone can help me out with this!

    Unfortunately the problem reoccured, alltought less. The last weeks my MacBook froze two times.
    The report I send to Apple contains the following:
    ... Sat Jul 17 12:42:23 2010
    panic(cpu 1 caller 0x124fc5b): "AGC GPU REGISTER RESTORE FAILED : rdar://7254528"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-2.8.63/k ext/AGCPowerManagement.cpp:849
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)...
    Anyone a clue how to solve this problem? Thanks!

Maybe you are looking for

  • Exchange rate difference posted to Group currency only during MIRO

    Hi SAP Gurus, We're activating parallel currency in ML and USD is the group currency. GR/IR clearing acct is managed in local currency only. OB22 Crcy Type  30    Group currency                               Currency   USD Valuation        Legal Valu

  • Discount in MIRO

    Hi, can any one tell me, how to book discount in miro?? i.e I have PO without any discounts, then at the time of booking of Invoice through MIRO i want to book discount, how to do?? Edited by: UJ on Mar 17, 2009 5:24 AM

  • Profit Center in New GL with Document Splitting

    Hi As per my understanding, from ECC 5.0 onwards you are forced to use New GL, and we are also planning to use Document splitting as some of the period end closing of profit center accounting are avoided. Further I want to add that since document spl

  • Derived Logical Column throws an error

    Hello I get the 46036 error from Answers when I add a field that I created in the BMM of the RPD. We are on OBIEE 10.3.4.2. I added a logical column to a table and applied a filter for a particular age band. I can check the change in without any erro

  • Demonstration of using Spring and ADF together

    I have wondered about the potential for combining the ADF Binding Framework and the IDE capabilities around ADF in Oracle 10g JDeveloper with the Spring Framework. I concluded rapidly that the most meaningful way forward would be to implement a Busin