Process Hangs on VARI Table

Dear All,
Today suddenly we found that our background process are hangs on VARI  table, after some time DIA process also hangs on VARI table.
I also increassed table space PSAPPOOLD.
I search on google but not able to find why processes hangs on VARI table.
Regards
Abhijit

Dear All,
Problem is solved . We restarted the system .
Regards
Abhijit

Similar Messages

  • Import process hanging?

    Hi,
    Import process hanging and not response nothing,,, 50% database tables are imported remiaining is pending..
    I have checked at event viewer application log as below error
    Archive process error: ORA-16038: log 2 sequence# 186 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 2 thread 1: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\EHDTEST\REDO02.LOG'
    resolving for above error need to resize by using
    SQL> ALTER SYSTEM SET DB_RECOVERY_FILE_DEST_SIZE=2048576000 SCOPE=BOTH;
    I have executed this command... after that import process same condition..
    So, database need to shutdown and restart again...what will happen 50% imported tables while shutdown & startup?
    thanks
    ananda

    as pavan said take a backup and delete expired archivelogs ...
    connect as RMAN @target database...
    rman target /
    rman>report obsolete;
    rman>delete expired archivelog all;
    if no files are eligible for deletion ...then increase the FRA size....
    SQL> alter system set db_recovery_file_dest_size=xG SCOPE=BOTH; larger amount
    please post below details.....
    SELECT * FROM V$RECOVERY_FILE_DEST;
    Select file_type, percent_space_used as used,percent_space_reclaimable as reclaimable,
    number_of_files as "number" from v$flash_recovery_area_usage;
    select name, space_limit as Total_size ,space_used as Used,
    SPACE_RECLAIMABLE as reclaimable ,NUMBER_OF_FILES as "number"
    from V$RECOVERY_FILE_DEST;
    source is oracle.com
    Edited by: dbc001 on Mar 21, 2013 6:50 PM

  • OMWB 1.3 hangs while mapping tables from SQLServer 7

    I am converting a SQLServer 7 database to Oracle 8.1.7.
    As soon as the Oracle model creation process gets to Mapping tables, the OMWB hangs and has to be killed off.
    Any help would be appreciated.
    Here is the error log.
    ** Oracle Migration Workbench
    ** Release 1.3.0.0.0 Production
    ** ( Build 18072000 )
    ** ORACLE_HOME: C:\oracle\ora81
    ** user language: en
    ** user region: GB
    ** user timezone: GMT
    ** file encoding: Cp1252
    ** java version: 1.1.7.30o
    ** java vendor: Oracle Corporation
    ** o.s. arch: x86
    ** o.s. name: Windows NT
    ** o.s. version: 4.0
    ** Classpath:
    C:\oracle\ora81\Omwb\olite\Oljdk11.jar;C:\oracle\ora81\Omwb\olite\Olite40.jar;C:\Program Files\Oracle\jre\1.1.7\lib\rt.jar;C:\Program Files\Oracle\jre\1.1.7\lib\i18n.jar;C:\oracle\ora81\Omwb\jlib;C:\oracle\ora81\Omwb\plugins\SQLServer6.jar;C:\oracle\ora81\Omwb\plugins\Sybase.jar;C:\oracle\ora81\Omwb\plugins\MSAccess.jar;C:\oracle\ora81\Omwb\plugins\SQLAnywhere.jar;C:\oracle\ora81\Omwb\plugins\SQLServer7.jar;C:\oracle\ora81\Omwb\jlib\omwb-1_3_0_0_0.jar;C:\oracle\ora81\jdbc\lib\classes111.zip;C:\oracle\ora81\lib\vbjorb.jar;C:\oracle\ora81\jlib\ewt-swingaccess-1_1_1.jar;C:\oracle\ora81\jlib\ewt-3_3_6.jar;C:\oracle\ora81\jlib\ewtcompat-opt-3_3_6.zip;C:\oracle\ora81\jlib\share-1_0_8.jar;C:\oracle\ora81\jlib\help-3_1_8.jar;C:\oracle\ora81\jlib\ice-4_06_6.jar;C:\oracle\ora81\jlib\kodiak-1_1_3.jar
    ** Started : Thu Apr 25 11:07:29 GMT 2002
    ** The following plugins are installed:
    ** MS SQLServer 6.5 Release 1.3.0.0.0 Production
    ** MS SQLServer 7.0 Release 1.3.0.0.0 Production
    ** Sybase Adaptive Server 11 Release 1.3.0.0.0 Production
    Invalid CollisionInfo object created:
    _oracleID : 0
    _oracleModifiedObjectName : null
    _oracleObjectName : null
    _oracleObjectOwner : null
    _oracleObjectType : null
    _oracleNameSpaceType : null
    _collisionCount : 0
    java.lang.Exception
         at oracle.mtg.oracleModel.server.CollisionInfo.<init>(CollisionInfo.java:50)
         at oracle.mtg.oracleModel.server.CollisionManager.addObjectName(CollisionManager.java:273)
         at oracle.mtg.oracleModel.server.CollisionManager.compliantTableName(CollisionManager.java:777)
         at oracle.mtg.oracleModel.server.OracleModelImpl.insertTable(OracleModelImpl.java:3008)
         at oracle.mtg.sqlserver7.server.SQLServer7SourceModelMap._mapTables(SQLServer7SourceModelMap.java:1531)
         at oracle.mtg.sqlserver7.server.SQLServer7SourceModelMap.mapSourceModel(SQLServer7SourceModelMap.java:206)
         at oracle.mtg.sqlserver7.ui.SQLServer7CaptureWizard.map(SQLServer7CaptureWizard.java:252)
         at oracle.mtg.migrationUI.ActionMenuHandler._mapSourceModel(ActionMenuHandler.java:428)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:167)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    Invalid CollisionInfo object created:
    _oracleID : 0
    _oracleModifiedObjectName : null
    _oracleObjectName : null
    _oracleObjectOwner : null
    _oracleObjectType : null
    _oracleNameSpaceType : null
    _collisionCount : 0
    java.lang.Exception
         at oracle.mtg.oracleModel.server.CollisionInfo.<init>(CollisionInfo.java:50)
         at oracle.mtg.oracleModel.server.CollisionManager.addObjectName(CollisionManager.java:273)
         at oracle.mtg.oracleModel.server.CollisionManager.compliantColumnNames(CollisionManager.java:717)
         at oracle.mtg.oracleModel.server.OracleModelImpl._mapTableColumns(OracleModelImpl.java:6197)
         at oracle.mtg.oracleModel.server.OracleModelImpl.insertTable(OracleModelImpl.java:3014)
         at oracle.mtg.sqlserver7.server.SQLServer7SourceModelMap._mapTables(SQLServer7SourceModelMap.java:1531)
         at oracle.mtg.sqlserver7.server.SQLServer7SourceModelMap.mapSourceModel(SQLServer7SourceModelMap.java:206)
         at oracle.mtg.sqlserver7.ui.SQLServer7CaptureWizard.map(SQLServer7CaptureWizard.java:252)
         at oracle.mtg.migrationUI.ActionMenuHandler._mapSourceModel(ActionMenuHandler.java:428)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:167)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    Collisionmanager.addObjectName : removing invalid CollisionInfo object from bucket o
    Invalid CollisionInfo object created:
    _oracleID : 0
    _oracleModifiedObjectName : null
    _oracleObjectName : null
    _oracleObjectOwner : null
    _oracleObjectType : null
    _oracleNameSpaceType : null
    _collisionCount : 0
    java.lang.Exception
         at oracle.mtg.oracleModel.server.CollisionInfo.<init>(CollisionInfo.java:50)
         at oracle.mtg.oracleModel.server.CollisionManager.addObjectName(CollisionManager.java:372)
         at oracle.mtg.oracleModel.server.CollisionManager.compliantColumnNames(CollisionManager.java:717)
         at oracle.mtg.oracleModel.server.OracleModelImpl._mapTableColumns(OracleModelImpl.java:6197)
         at oracle.mtg.oracleModel.server.OracleModelImpl.insertTable(OracleModelImpl.java:3014)
         at oracle.mtg.sqlserver7.server.SQLServer7SourceModelMap._mapTables(SQLServer7SourceModelMap.java:1531)
         at oracle.mtg.sqlserver7.server.SQLServer7SourceModelMap.mapSourceModel(SQLServer7SourceModelMap.java:206)
         at oracle.mtg.sqlserver7.ui.SQLServer7CaptureWizard.map(SQLServer7CaptureWizard.java:252)
         at oracle.mtg.migrationUI.ActionMenuHandler._mapSourceModel(ActionMenuHandler.java:428)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:167)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    Collisionmanager.addObjectName : removing invalid CollisionInfo object from bucket o
    Invalid CollisionInfo object created:
    _oracleID : 0
    _oracleModifiedObjectName : null
    _oracleObjectName : null
    _oracleObjectOwner : null
    _oracleObjectType : null
    _oracleNameSpaceType : null
    _collisionCount : 0
    java.lang.Exception
         at oracle.mtg.oracleModel.server.CollisionInfo.<init>(CollisionInfo.java:50)
         at oracle.mtg.oracleModel.server.CollisionManager.addObjectName(CollisionManager.java:372)
         at oracle.mtg.oracleModel.server.CollisionManager.compliantColumnNames(CollisionManager.java:717)
         at oracle.mtg.oracleModel.server.OracleModelImpl._mapTableColumns(OracleModelImpl.java:6197)
         at oracle.mtg.oracleModel.server.OracleModelImpl.insertTable(OracleModelImpl.java:3014)
         at oracle.mtg.sqlserver7.server.SQLServer7SourceModelMap._mapTables(SQLServer7SourceModelMap.java:1531)
         at oracle.mtg.sqlserver7.server.SQLServer7SourceModelMap.mapSourceModel(SQLServer7SourceModelMap.java:206)
         at oracle.mtg.sqlserver7.ui.SQLServer7CaptureWizard.map(SQLServer7CaptureWizard.java:252)
         at oracle.mtg.migrationUI.ActionMenuHandler._mapSourceModel(ActionMenuHandler.java:428)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:167)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    Collisionmanager.addObjectName : removing invalid CollisionInfo object from bucket o
    Invalid CollisionInfo object created:
    _oracleID : 0
    _oracleModifiedObjectName : null
    _oracleObjectName : null
    _oracleObjectOwner : null
    _oracleObjectType : null
    _oracleNameSpaceType : null
    _collisionCount : 0
    java.lang.Exception
         at oracle.mtg.oracleModel.server.CollisionInfo.<init>(CollisionInfo.java:50)
         at oracle.mtg.oracleModel.server.CollisionManager.addObjectName(CollisionManager.java:372)
         at oracle.mtg.oracleModel.server.CollisionManager.compliantColumnNames(CollisionManager.java:717)
         at oracle.mtg.oracleModel.server.OracleModelImpl._mapTableColumns(OracleModelImpl.java:6197)
         at oracle.mtg.oracleModel.server.OracleModelImpl.insertTable(OracleModelImpl.java:3014)
         at oracle.mtg.sqlserver7.server.SQLServer7SourceModelMap._mapTables(SQLServer7SourceModelMap.java:1531)
         at oracle.mtg.sqlserver7.server.SQLServer7SourceModelMap.mapSourceModel(SQLServer7SourceModelMap.java:206)
         at oracle.mtg.sqlserver7.ui.SQLServer7CaptureWizard.map(SQLServer7CaptureWizard.java:252)
         at oracle.mtg.migrationUI.ActionMenuHandler._mapSourceModel(ActionMenuHandler.java:428)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:167)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    Collisionmanager.addObjectName : removing invalid CollisionInfo object from bucket o
    Invalid CollisionInfo object created:
    _oracleID : 0
    _oracleModifiedObjectName : null
    _oracleObjectName : null
    _oracleObjectOwner : null
    _oracleObjectType : null
    _oracleNameSpaceType : null
    _collisionCount : 0
    java.lang.Exception
         at oracle.mtg.oracleModel.server.CollisionInfo.<init>(CollisionInfo.java:50)
         at oracle.mtg.oracleModel.server.CollisionManager.addObjectName(CollisionManager.java:372)
         at oracle.mtg.oracleModel.server.CollisionManager.compliantColumnNames(CollisionManager.java:717)
         at oracle.mtg.oracleModel.server.OracleModelImpl._mapTableColumns(OracleModelImpl.java:6197)
         at oracle.mtg.oracleModel.server.OracleModelImpl.insertTable(OracleModelImpl.java:3014)
         at oracle.mtg.sqlserver7.server.SQLServer7SourceModelMap._mapTables(SQLServer7SourceModelMap.java:1531)
         at oracle.mtg.sqlserver7.server.SQLServer7SourceModelMap.mapSourceModel(SQLServer7SourceModelMap.java:206)
         at oracle.mtg.sqlserver7.ui.SQLServer7CaptureWizard.map(SQLServer7CaptureWizard.java:252)
         at oracle.mtg.migrationUI.ActionMenuHandler._mapSourceModel(ActionMenuHandler.java:428)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:167)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    Collisionmanager.addObjectName : removing invalid CollisionInfo object from bucket o
    Invalid CollisionInfo object created:
    _oracleID : 0
    _oracleModifiedObjectName : null
    _oracleObjectName : null
    _oracleObjectOwner : null
    _oracleObjectType : null
    _oracleNameSpaceType : null
    _collisionCount : 0
    java.lang.Exception
         at oracle.mtg.oracleModel.server.CollisionInfo.<init>(CollisionInfo.java:50)
         at oracle.mtg.oracleModel.server.CollisionManager.addObjectName(CollisionManager.java:372)
         at oracle.mtg.oracleModel.server.CollisionManager.compliantColumnNames(CollisionManager.java:717)
         at oracle.mtg.oracleModel.server.OracleModelImpl._mapTableColumns(OracleModelImpl.java:6197)
         at oracle.mtg.oracleModel.server.OracleModelImpl.insertTable(OracleModelImpl.java:3014)
         at oracle.mtg.sqlserver7.server.SQLServer7SourceModelMap._mapTables(SQLServer7SourceModelMap.java:1531)
         at oracle.mtg.sqlserver7.server.SQLServer7SourceModelMap.mapSourceModel(SQLServer7SourceModelMap.java:206)
         at oracle.mtg.sqlserver7.ui.SQLServer7CaptureWizard.map(SQLServer7CaptureWizard.java:252)
         at oracle.mtg.migrationUI.ActionMenuHandler._mapSourceModel(ActionMenuHandler.java:428)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:167)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    Collisionmanager.addObjectName : removing invalid CollisionInfo object from bucket o
    Invalid CollisionInfo object created:
    _oracleID : 0
    _oracleModifiedObjectName : null
    _oracleObjectName : null
    _oracleObjectOwner : null
    _oracleObjectType : null
    _oracleNameSpaceType : null
    _collisionCount : 0
    java.lang.Exception
         at oracle.mtg.oracleModel.server.CollisionInfo.<init>(CollisionInfo.java:50)
         at oracle.mtg.oracleModel.server.CollisionManager.addObjectName(CollisionManager.java:372)
         at oracle.mtg.oracleModel.server.CollisionManager.compliantColumnNames(CollisionManager.java:717)
         at oracle.mtg.oracleModel.server.OracleModelImpl._mapTableColumns(OracleModelImpl.java:6197)
         at oracle.mtg.oracleModel.server.OracleModelImpl.insertTable(OracleModelImpl.java:3014)
         at oracle.mtg.sqlserver7.server.SQLServer7SourceModelMap._mapTables(SQLServer7SourceModelMap.java:1531)
         at oracle.mtg.sqlserver7.server.SQLServer7SourceModelMap.mapSourceModel(SQLServer7SourceModelMap.java:206)
         at oracle.mtg.sqlserver7.ui.SQLServer7CaptureWizard.map(SQLServer7CaptureWizard.java:252)
         at oracle.mtg.migrationUI.ActionMenuHandler._mapSourceModel(ActionMenuHandler.java:428)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:167)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    java.lang.NullPointerException:
         at oracle.lite.poljdbc.POLJDBCPreparedStatement.setString(Unknown Source)
         at oracle.mtg.oracleModel.server.OracleModelImpl._insertObjInfo(OracleModelImpl.java:7348)
         at oracle.mtg.oracleModel.server.OracleModelImpl._insertObjInfo(OracleModelImpl.java:7311)
         at oracle.mtg.oracleModel.server.OracleModelImpl.insertTable(OracleModelImpl.java:3016)
         at oracle.mtg.sqlserver7.server.SQLServer7SourceModelMap._mapTables(SQLServer7SourceModelMap.java:1531)
         at oracle.mtg.sqlserver7.server.SQLServer7SourceModelMap.mapSourceModel(SQLServer7SourceModelMap.java:206)
         at oracle.mtg.sqlserver7.ui.SQLServer7CaptureWizard.map(SQLServer7CaptureWizard.java:252)
         at oracle.mtg.migrationUI.ActionMenuHandler._mapSourceModel(ActionMenuHandler.java:428)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:167)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)

    First of all I would suggest that you upgrade to the latest version of the Migration Workbench.
    http://otn.oracle.com/software/tech/migration/workbench/content.html Oracle Migration Workbench Release 2.0.2.0.0 for Windows
    This relase of the Migration Workbench was bundled with Oracle9i dependencies, however it will migrate to Oracle 8.1.7.
    The hanging issue you are currently getting may concern table names with spaces in them.
    If this does not work please send an email to [email protected] and include your error.log.
    hope this helps
    Dan

  • RWB status 'delivering' and SQL process hangs

    I am sending an IDOC to SQL Server thro XI using JDBC adapter. I am triggering a stored procedure to update SQL tables. The RWB status says 'delivering', sxmb_moni says 'successful' and all the steps are success in audit log. The status 'delivering' is not changing to sucessful.
    When i look at SQL-server side, the process is in sleeping mode. I have verified the stored procedure and it was executed sucessfully. After the COMMIT TRAN, RETURN(0) statments, the process is going to 'sleeping' mode. The @@trancount is 2. If I double click the process, the sql statement is 'IF @@TRANCOUNT > 0 COMMIT TRAN'. This process hangs at this step and it is not accepting the next message. If I kill the process, the stored procedure is executed once and its going to sleep mode and not returning the status to XI to make the flow complete or to change the status to successful.
    Thanks.

    HI Shankar ,
    Its seems that there might be some problem in your srored procedure.Did u tried to use some other stored procedure.I assume that you have uploaded the right version of driver for SQL server you are using.Remember JDBC adapter is vendor and version dependent.
    You can also look at the JDBC : FAQ at service market place.
    Thanx  & Regards
    Vinod

  • How to do parallel processing with dynamic internal table

    Hi All,
    I need to implement parallel processing that involves dynamically created internal tables. I tried doing so using RFC function modules (using starting new task and other such methods) but didn't get success this requires RFC enabled function modules and at the same time RFC enabled function modules do not allow generic data type (STANDARD TABLE) which is needed for passing dynamic internal tables. My exact requirement is as follows:
    1. I've large chunk of data in two internal tables, one of them is formed dynamically and hence it's structure is not known at the time of coding.
    2. This data has to be processed together to generate another internal table, whose structure is pre-defined. But this data processing is taking very long time as the number of records are close to a million.
    3. I need to divide the dynamic internal table into (say) 1000 records each and pass to a function module and submit it to run in another task. Many such tasks will be executed in parallel.
    4. The function module running in parallel can insert the processed data into a database table and the main program can access it from there.
    Unfortunately, due to the limitation of not allowing generic data types in RFC, I'm unable to do this. Does anyone has any idea how to implement parallel processing using dynamic internal tables in these type of conditions.
    Any help will be highly appreciated.
    Thanks and regards,
    Ashin

    try the below code...
      DATA: w_subrc TYPE sy-subrc.
      DATA: w_infty(5) TYPE  c.
      data: w_string type string.
      FIELD-SYMBOLS: <f1> TYPE table.
      FIELD-SYMBOLS: <f1_wa> TYPE ANY.
      DATA: ref_tab TYPE REF TO data.
      CONCATENATE 'P' infty INTO w_infty.
      CREATE DATA ref_tab TYPE STANDARD TABLE OF (w_infty).
      ASSIGN ref_tab->* TO <f1>.
    * Create dynamic work area
      CREATE DATA ref_tab TYPE (w_infty).
      ASSIGN ref_tab->* TO <f1_wa>.
      IF begda IS INITIAL.
        begda = '18000101'.
      ENDIF.
      IF endda IS INITIAL.
        endda = '99991231'.
      ENDIF.
      CALL FUNCTION 'HR_READ_INFOTYPE'
        EXPORTING
          pernr           = pernr
          infty           = infty
          begda           = '18000101'
          endda           = '99991231'
        IMPORTING
          subrc           = w_subrc
        TABLES
          infty_tab       = <f1>
        EXCEPTIONS
          infty_not_found = 1
          OTHERS          = 2.
      IF sy-subrc <> 0.
        subrc = w_subrc.
      ELSE.
      ENDIF.

  • Import process hangs indefinately on JPG and AVI files

    Hi,
    I'm seeing a similar issue to some of the other posts.
    My configuration is Windows 7 x64, 4GB RAM and a Core i7. All the photos I want imported have been moved to the C drive.
    When I try to import a folder with a couple of sub-folders containing a total of about 3000 JPG and AVI files (from a CANON 450D and Fuji Finepix 200EX), the import process hangs inderfinately, and I need to kill the process.
    Only around 500 photos get imported.
    One strange thing is that I am only able to preview a couple of the files in the preview grid. However when selecting to view a single file instead of the grid view I am able to view the file in question.
    I have tried to import one file at a time (for a couple of the ones that fail that is) but the import process still hangs, even though I am able to view the file itself before import.
    Have also tried only JPG files, same result.
    Any ideas?
    thanks

    What happens if you try to copy these files to your iMac first? Your problem may not be that applications quit when opening but rather you're having problems simply accessing the disk.
    If your external disk was formatted as NTFS by your Windows machine then your Mac will not be able to write back to the disk. Your applications may be attempting to save temporary or permanent files back to the disk. Verify this by going to the Apple menu and selecting "About This Mac". Click the "More Info..." button. Under the Hardware section on the left, look for your drive. It's probably under ATA. Select your drive and look at the "File System". If it is formatted as NTFS, you can copy the files to your iMac, and use the Disk Utility to reformat the drive to a Mac or MS-DOS format.
    This could also be a symptom of disk corruption. You can begin troubleshooting by using the Disk Utility found in /Applications/Utilities to verify/repair your disk. If Disk Utility finds problems but is unable to fix them, you can purchase third party tools such as DiskWarrior or TechTool Pro to attempt to repair your disk.
    Hope this helps! bill
    1 GHz Powerbook G4   Mac OS X (10.4.7)  

  • Database creation process hangs

    I am manually creating a database on Windows 2k3 server using Oracle 11 r2. Using the Database Configuration Assistant to create a database, the process hangs for hours.
    I figured out and triedthe following:
    1. I have attempted using the GUI tool more than once to create the database and each time it hangs.
    2. Using the scripts have been created using the with configuration tool, I manually attemped to create database. -- I have attempted more than once.
    3. The database creation process hangs while running the EXECRM.SQL file that is called by the CATPCNFG.SQL which is called by CATPROC.SQL which is called by CreateDBCatalog.sql
    3. The EXECRM.SQL file hangs on the following statement EXECUTE DMBS_RMIN.INSTALL;
    I'm not sure why the PL/SQL packag is hanging at this point. Any help is appreciated.
    Thanks,
    Sheila

    I was able to create the databases prior to installing Enterprise Manager Grid control. I deleted the databases to re-create so they would be registered with Enterprise manager. Once I install Enterprise manager the creation process hung. I have also installed Essbase and Oracle/Hyperion Enterprise Performance Management Suite on the server. I'm trying to do some research on these BI tools.
    I'm tempted to uninstall Essbase and the Hyperion producst along with Enteprise Manager and start from scratch to test to see if I can create a database without these other products.

  • What is the step by step process to create a table in data dictionary?

    hi,
    What is the step by step process to create a table in data dictionary?
    regards.

    sorry, question resolved.

  • Unable to include VARI table in "Tables Excluded from REORG" No Edit options

    I am trying to remove the table VARI from the automatic reorg in the dbacockpit.
    Steps followed :
    -> Configuration
    -> Automatic Maintenance
    -> Automatic REORG
    -> Tables Excluded from REORG
    Issue : Unable to include VARI table in "Tables Excluded from REORG" No Edit options .

    Hello Arun,
    Automatic reorg of the tables/indexes is done on the basis of result provided by script REORGCHK which runs on regular basis to analyse the table with huge growth and more fragmented blocks.
    Since the default filter for reorg is set to size' 1,000,000 KB', table which has bigger size than the default value, needs to be reorganized as per the standard configuration.
    To exclude table VARI, modify the filter clause, and update the policy using procedure Automaint_set_policyfile(). You then can verify again using automaint_get_policyfile(). The procedures are documented in the IBM DB2 InfoCentre. If you need assistance, please let me know.
    I suggest to take the exported policy, and just add table VARI in the filter clause. The section could read as follows.
    ========================================================================
    <FilterClause>TABSCHEMA NOT LIKE 'SYS%' AND (TABSCHEMA, TABNAME) NOT IN
    (SELECT TABSCHEMA, TABNAME FROM SYSCAT.EVENTTABLES) AND (TABNAME <>
    'VARI')</FilterClause>
    ========================================================================
    Then apply this policy, and check results.
    Please provide feedback.
    Best Regards,
    Gunjan

  • Process Hang

    Hi,
    I have a problem that I put on the back-burner a few months ago, but it has become more important again.
    I have a daemon which maintains a multiplexing stream stack. Every once in a while when the daemon exits and tears down the stack (flushing the queues), I start seeing a number of other processes hanging. I can still interrupt out of them, but their tasks can't be completed.
    For example, "sleep 1" would never return.
    Forgive me for not being exact. I don't have my copy of the kernel source with me here, and I won't be able to get to it until next week.
    I used the kernel debugger to find where in the kernel sleep's thread was hung, and I discovered that it was stuck on a mutex in a kernel function that allowed the process to go to sleep and be swapped out. The kernel should have awoken the mutex but never did. The mutex was contained in the process structure.
    I'm wondering if this is a problem that would have been fixed in one of the patches on the Sun Support site, or if it is something stupid that I have done in my drivers. I thought it may have been a stray spl that I missed when converting them to perimiters (I used mutually exclusive inner perimiters), but that doesn't seem to be it.
    Any help is appreciated. I'll try to supply more details if necessary.
    Jared

    If it runs for several hours before failing, it's handling a LOT of data. If freeing things after every iteration is going to goof the speed up too much don't do it. Right now, the GUESS is that if resources are never freed until the end, they become exhausted. Freeing every iteration may be the pendulum swinging from one extreme to the other, and hopefully a middle ground can be found.
    If these files are routinely in the terabyte range, instead of freeing each segment, you could free each file. I'd be happy with a data structure that lasted a terabyte! Or if you're doing multiple directories, each directory. With the massive amount of data that you're processing, a subtle memory leak could be doing this.
    Roger

  • Making processing on an internal table generic

    Hi,
    I'm trying to make more generic a processing on an internal table.
    Here's the idea :
    "DELETE FROM TABLE T_VBAP every lines that do not exist IN table T_VBAK USING column VBELN for comparison"
    You can see below the (not generic) version of this function.
    I'd like to make it more generic.
    It would be called this way :
         PERFORM reduire USING t_vbak t_vbap 'VBELN' 'vbak-vbeln'.
    with the following code.
    Here is my question :
    How can I make the last statement generic too ?
      DELETE <table_travail> WHERE (column) NOT IN <fs_tab> won't work...
    Thanks a lot !
    Jessie
    Non-generic version :
    FORM reduire.
      DATA : liste_vbeln type range of vbak-vbeln,
                   line_vbeln TYPE LINE OF liste_vbeln,
                   lt_vbak TYPE TABLE OF ts_vbak,
                   lt_vbap TYPE ts_vbak.
      lt_vbak = t_vbak.
      SORT lt_vbak BY vbeln.
      DELETE ADJACENT DUPLICATES FROM lt_vbak COMPARGIN vbeln.
      line_vbeln-sign = 'I'.
      line_vbeln-option = 'EQ'.
      LOOP AT lt_vbak INTO ls_vbak.
        line_vbeln-low = ls_vbak-vbeln.
        APPEND line_vbeln TO liste_vbeln.
      ENDLOOP.
      IF liste_vbeln IS INITIAL.
         CLEAR t_vbap.
      ELSE.
        DELETE t_vbap WHERE vbeln NOT IN liste_vbeln.
      ENDIF.
    ENDFORM.
    Generic version :
    FORM reduire USING  p_reference STANDARD TABLE
                        p_travail TYPE STANDARD TABLE
                             column TYPE lvc_name
                             column_type TYPE string.
         FIELD-SYMBOLS <table_reference> TYPE STANDARD TABLE.
         FIELD-SYMBOLS <table_reference_copy> TYPE STANDARD TABLE.
         ASSIGN p_reference to <table_reference>.
         FIELD-SYMBOLS <table_travail> TYPE STANDARD TABLE.
         ASSIGN p_travail to <table_travail>.
         FIELD-SYMBOLS <table_reference_fields> TYPE ANY.
         DATA gs_fldname TYPE REF TO DATA.
         CREATE DATA gs_fldname LIKE LINE OF <table_reference>.
         ASSIGN gs_fldname->* TO <table_reference_fields>.
         DATA position TYPE i.
         DATA dyn_table TYPE REF TO DATA.
         DATA wa_fieldcat TYPE lvc_s_fcat.
         DATA it_fieldcat TYPE lvc_t_fcat.
         DATA table_reference_copy_pre TYPE REF TO DATA.
         DATA l_descr_ref TYPE REF TO cl_abap_structdescr.
         FIELD-SYMBOLS <ls_tab> TYPE ANY.
         FIELD-SYMBOLS <field> TYPE ANY.
         FIELD-SYMBOLS <lfs_comp_wa> TYPE abap_compdescr.
         l_descr_ref ?= cl_abap_typedescr=>describe_by_data( <table_reference_fields> ).
         LOOP AT l_descr_ref->components[] ASSIGNING <lfs_comp_wa>.
              IF <lfs_comp_wa>-name = column.
                   position = sy-tabix.
              ENDIF.
              CLEAR wa_fieldcat.
              wa_fieldcat-fieldname = <lfs_comp_wa>-name.
              wa_fieldcat-datatype  = <lfs_comp_wa>-type_kind.
              wa_fieldcat-inttype   = <lfs_comp_wa>-type_kind.
              wa_fieldcat-intlen    = <lfs_comp_wa>-length / 2.
              wa_fieldcat-decimals  = <lfs_comp_wa>-decimals.
              APPEND wa_fieldcat TO it_fieldcat.
         ENDLOOP.
         CALL METHOD cl_alv_table_create=>create_dynamic_table
              EXPORTING
                   it_fieldcatalog = it_fieldcat
              IMPORTING
                   ep_table = table_reference_copy_pre.
         ASSIGN table_reference_copy_pre->* TO <table_reference_copy>.
         <table_reference_copy> = p_reference.
         SORT <table_reference_copy> BY (column).
         DELETE ADJACENT DUPLICATES FROM <table_reference> COMPARING (column).
         DATA :
              gr_structdescr TYPE REF TO cl_abap_structdescr,
              gr_tabledescr TYPE REF TO cl_abap_tabledescr,
              gr_datadescr TYPE REF TO cl_abap_datadescr,
              gr_typedescr TYPE REF TO cl_abap_typedescr,
              gt_components TYPE abap_component_tab,
              gw_component TYPE LINE OF abap_component_tab,
              gr_wa TYPE REF TO DATA,
              gr_tab TYPE REF TO DATA.
         FIELD-SYMBOLS :
              <fs_wa> TYPE ANY,
              <fs_tab> TYPE TABLE.
         MOVE 'SIGN' to gw_component-name.
         gw_component-type ?= cl_abap_elemdescr=>get_c( p_length = 1 ).
         INSERT gw_component INTO TABLE gt_components.
         MOVE 'OPTION' to gw_component-name.
         gw_component-type ?= cl_abap_elemdescr=>get_c( p_length = 2 ).
         INSERT gw_component INTO TABLE gt_components.
         MOVE 'LOW' to gw_component-name.
         gw_component-type ?= cl_abap_elemdescr=>describe_by_name( column_type ).
         INSERT gw_component INTO TABLE gt_components.
         MOVE 'HIGH' to gw_component-name.
         gw_component-type ?= cl_abap_elemdescr=>describe_by_name( column_type ).
         INSERT gw_component INTO TABLE gt_components.
         gr_structdescr ?= cl_abap_structdescr=>create( gt_components ).
         CREATE DATA gr_wa TYPE HANDLE gr_structdescr.
         ASSIGN gr_wa->* to <fs_wa>.
         gr_datadescr ?= gr_structdescr.
         gr_tabledescr ?= cl_abap_tabledescr=>create( gr_datadescr ).
         CREATE DATA gr_tab TYPE HANDLE gr_datadescr.
         ASSIGN gr_tab->* TO <fs_tab>.
         LOOP AT <table_reference> ASSIGNING <ls_tab>.
              ASSIGN COMPONENT position OF STRUCTURE <ls_tab> to <field>.
              CONCATENATE 'IEQ' <field> INTO <fs_wa>.
              APPEND <fs_wa> TO <fs_tab>.
         ENDLOOP.
         DELETE t_vbap WHERE vbeln NOT IN <fs_tab>.
    ENDFORM.

    Hello Jessie,
    Which ABAP Release are you working on? Dynamic WHERE conditions for LOOP AT itab, MODIFY itab, and DELETE itab statements are possible from Release 702.
    Even if you're on 702, the statement DELETE <table_travail> WHERE (column) NOT IN <fs_tab> won't work! You need to change your coding to:
    DATA lv_dyn_cond TYPE string.
    CONCATENATE column `NOT IN` `<FS_TAB>` INTO lv_dyn_cond SEPARATED BY space.
    DELETE <table_travail> WHERE (lv_dyn_cond).
    BR,
    Suhas

  • Process to find out tables & functional module

    Hi,
    I would like to know the process to find out tables for configured objects not the master data objects and also the process for finding a functional module for particular application like action.
    regards Srinath

    Hi
    There is no direct way to see this.
    You need to Pick the Program(Se37/38) and tables (SE16/11)and to see where its been used
    The FM for RSZDELETE is RSZ_DB_COMP_REORG_AS_POPUP.
    Hope it helps

  • IPlanet 4.1 Web Server - ns-cron process hangs for log rotation

    Does anybody know if there is a known issue with iPlanet 4.1 Web Server where the ns-cron log rotation process hangs up?
    Basically it won't rotate any logs, and using either the "Stop" or "Restart" buttons in the console won't shut it down, so you have to kill it manually, then start it again.
    It seems like it will run for a couple days fine, then it will hang up.
    Thanks.

    Nope, I've not seen this before. But 4.1 version is really old and no longer supported, you should consider upgrading to a supported version.

  • When exporting many videos with Lightroom 5, the process hangs randomly and needs to be restarted.

    When exporting few videos, the process hangs randomly. The processor performance is 0 % and the lightroom says it is working (actually it is not). I have to quit lightroom, kill all processes like amecommand.exe, Adobe Media Core, Adobe Dynamic Link Manager and restart the process. It stops randomly.
    I am exporting ALL-I videos from Canon 5D mark  III, into H264, high quality.
    PS: The same situation was with Lightroom 4.

    Hello,
    i have the same problem on LR5.5 on Win 7 (8G RAM)
    Thank you for any help.
    Petr

  • [Solved] Boot process hangs for installed Arch and installation usb

    Hi. I've been using Arch Linux for around 6 months now and I'm in love with it. It is now my primary OS. However, I might have done something or performed some update, and I can no longer boot into Arch. The boot process hangs right before it should show the login screen (I'm using Gnome 3.6 with GDM). I see the following messages on the screen:
    Loading Linux core repo kernel ...
    Loading initial ramdisk ...
    /dev/sda3: recovering journal
    /dev/sda3: clean, 330610/1749664 files, 5585671/6996827 blocks
    And then it hangs right there. I have to hard-reboot after this.
    I then tried to boot using the Arch Linux Installation USB (archlinux-2012.12.01-dual.img), which also hangs at a particular point, before it should show me the prompt. I took a picture of the screen where it hangs: Screen Capture. This is an issue with just my laptop, because the USB boots just fine on another laptop I tried.
    I also have Windows 7 and Ubuntu 12.10 installed on my system, and I'm able to boot into both of them.
    I have 2 hard drives: /dev/sda is a 120GB SSD, and /dev/sdb is a 500GB hard disk. My partitions are as follows:
    sda1 - Windows 7 100MB System Reserved Partition (boot flag enabled)
    sda2 - Windows 7 OS
    sda3 - ArchLinux (boot flag enabled)
    sdb1 - Ubuntu 12.10 (boot flag enabled)
    sdb2 - Just data
    I ran bootinfoscript and below is the output:
    Boot Info Script 0.61 [1 April 2012]
    ============================= Boot Info Summary: ===============================
    => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
    the same hard drive for core.img. core.img is at this location and looks
    in partition 99 for .
    => Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of
    the same hard drive for core.img. core.img is at this location and looks
    in partition 99 for .
    sda1: __________________________________________________________________________
    File system: ntfs
    Boot sector type: Windows Vista/7: NTFS
    Boot sector info: No errors found in the Boot Parameter Block.
    Operating System:
    Boot files: /bootmgr /Boot/BCD
    sda2: __________________________________________________________________________
    File system: ntfs
    Boot sector type: Windows Vista/7: NTFS
    Boot sector info: No errors found in the Boot Parameter Block.
    Operating System: Windows 7
    Boot files: /Windows/System32/winload.exe
    sda3: __________________________________________________________________________
    File system: ext4
    Boot sector type: -
    Boot sector info:
    Mounting failed: mount: /dev/sda3 already mounted or sda3 busy
    sdb1: __________________________________________________________________________
    File system: ext4
    Boot sector type: -
    Boot sector info:
    Operating System: Ubuntu 12.10
    Boot files: /boot/grub/grub.cfg /etc/fstab
    sdb2: __________________________________________________________________________
    File system: ntfs
    Boot sector type: Windows Vista/7: NTFS
    Boot sector info: No errors found in the Boot Parameter Block.
    Operating System:
    Boot files:
    ============================ Drive/Partition Info: =============================
    Drive: sda _____________________________________________________________________
    Disk /dev/sda: 120.0 GB, 120034123776 bytes
    255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    Partition Boot Start Sector End Sector # of Sectors Id System
    /dev/sda1 * 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
    /dev/sda2 206,848 178,466,084 178,259,237 7 NTFS / exFAT / HPFS
    /dev/sda3 * 178,466,085 234,440,703 55,974,619 83 Linux
    Drive: sdb _____________________________________________________________________
    Disk /dev/sdb: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    Partition Boot Start Sector End Sector # of Sectors Id System
    /dev/sdb1 * 63 20,948,759 20,948,697 83 Linux
    /dev/sdb2 20,964,824 976,771,071 955,806,248 7 NTFS / exFAT / HPFS
    "blkid" output: ________________________________________________________________
    Device UUID TYPE LABEL
    /dev/mmcblk0p1 6665-3162 vfat
    /dev/sda1 CA6A20CC6A20B75B ntfs System Reserved
    /dev/sda2 1EE242D5E242B137 ntfs
    /dev/sda3 65db0c59-9f04-46f1-975d-8a4c28132137 ext4
    /dev/sdb1 bb9818db-ce7c-43a4-8ad5-8d3702001aed ext4
    /dev/sdb2 3C2E3A4E2E3A0206 ntfs
    ================================ Mount points: =================================
    Device Mount_Point Type Options
    /dev/mmcblk0p1 /media/dhaval/6665-3162 vfat (rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush,uhelper=udisks2)
    /dev/sdb1 / ext4 (rw,errors=remount-ro)
    =========================== sdb1/boot/grub/grub.cfg: ===========================
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    if [ -s $prefix/grubenv ]; then
    set have_grubenv=true
    load_env
    fi
    set default="0"
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function recordfail {
    set recordfail=1
    if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_output gfxterm
    if [ "${recordfail}" = 1 ]; then
    set timeout=-1
    else
    set timeout=10
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/05_debian_theme ###
    set menu_color_normal=white/black
    set menu_color_highlight=black/light-gray
    if background_color 13,37,73; then
    clear
    fi
    ### END /etc/grub.d/05_debian_theme ###
    ### BEGIN /etc/grub.d/10_linux ###
    function gfxmode {
    set gfxpayload="${1}"
    if [ "${1}" = "keep" ]; then
    set vt_handoff=vt.handoff=7
    else
    set vt_handoff=
    fi
    if [ "${recordfail}" != 1 ]; then
    if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
    if [ ${match} = 0 ]; then
    set linux_gfx_mode=keep
    else
    set linux_gfx_mode=text
    fi
    else
    set linux_gfx_mode=text
    fi
    else
    set linux_gfx_mode=keep
    fi
    else
    set linux_gfx_mode=text
    fi
    export linux_gfx_mode
    if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
    menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-bb9818db-ce7c-43a4-8ad5-8d3702001aed' {
    recordfail
    gfxmode $linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    linux /boot/vmlinuz-3.5.0-21-generic root=UUID=bb9818db-ce7c-43a4-8ad5-8d3702001aed ro quiet splash acpi_osi=Linux acpi_backlight=vendor $vt_handoff
    initrd /boot/initrd.img-3.5.0-21-generic
    submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-bb9818db-ce7c-43a4-8ad5-8d3702001aed' {
    menuentry 'Ubuntu, with Linux 3.5.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-21-generic-advanced-bb9818db-ce7c-43a4-8ad5-8d3702001aed' {
    recordfail
    gfxmode $linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    echo 'Loading Linux 3.5.0-21-generic ...'
    linux /boot/vmlinuz-3.5.0-21-generic root=UUID=bb9818db-ce7c-43a4-8ad5-8d3702001aed ro quiet splash acpi_osi=Linux acpi_backlight=vendor $vt_handoff
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-3.5.0-21-generic
    menuentry 'Ubuntu, with Linux 3.5.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-21-generic-recovery-bb9818db-ce7c-43a4-8ad5-8d3702001aed' {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    echo 'Loading Linux 3.5.0-21-generic ...'
    linux /boot/vmlinuz-3.5.0-21-generic root=UUID=bb9818db-ce7c-43a4-8ad5-8d3702001aed ro recovery nomodeset
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-3.5.0-21-generic
    menuentry 'Ubuntu, with Linux 3.2.0-29-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-29-generic-advanced-bb9818db-ce7c-43a4-8ad5-8d3702001aed' {
    recordfail
    gfxmode $linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    echo 'Loading Linux 3.2.0-29-generic ...'
    linux /boot/vmlinuz-3.2.0-29-generic root=UUID=bb9818db-ce7c-43a4-8ad5-8d3702001aed ro quiet splash acpi_osi=Linux acpi_backlight=vendor $vt_handoff
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-3.2.0-29-generic
    menuentry 'Ubuntu, with Linux 3.2.0-29-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-29-generic-recovery-bb9818db-ce7c-43a4-8ad5-8d3702001aed' {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    echo 'Loading Linux 3.2.0-29-generic ...'
    linux /boot/vmlinuz-3.2.0-29-generic root=UUID=bb9818db-ce7c-43a4-8ad5-8d3702001aed ro recovery nomodeset
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-3.2.0-29-generic
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    menuentry "Memory test (memtest86+)" {
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    linux16 /boot/memtest86+.bin
    menuentry "Memory test (memtest86+, serial console 115200)" {
    insmod part_msdos
    insmod ext2
    set root='hd1,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 bb9818db-ce7c-43a4-8ad5-8d3702001aed
    else
    search --no-floppy --fs-uuid --set=root bb9818db-ce7c-43a4-8ad5-8d3702001aed
    fi
    linux16 /boot/memtest86+.bin console=ttyS0,115200n8
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-CA6A20CC6A20B75B' {
    insmod part_msdos
    insmod ntfs
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 CA6A20CC6A20B75B
    else
    search --no-floppy --fs-uuid --set=root CA6A20CC6A20B75B
    fi
    chainloader +1
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/30_uefi-firmware ###
    ### END /etc/grub.d/30_uefi-firmware ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    =============================== sdb1/etc/fstab: ================================
    # /etc/fstab: static file system information.
    # Use 'blkid' to print the universally unique identifier for a
    # device; this may be used with UUID= as a more robust way to name devices
    # that works even if disks are added and removed. See fstab(5).
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc nodev,noexec,nosuid 0 0
    # / was on /dev/sdb1 during installation
    UUID=bb9818db-ce7c-43a4-8ad5-8d3702001aed / ext4 errors=remount-ro 0 1
    =================== sdb1: Location of files loaded by Grub: ====================
    GiB - GB File Fragment(s)
    4.564525127 = 4.901121536 boot/grub/grub.cfg 1
    5.130507946 = 5.508840960 boot/initrd.img-3.2.0-29-generic 2
    5.851592541 = 6.283099648 boot/initrd.img-3.5.0-21-generic 2
    6.317649364 = 6.783524352 boot/vmlinuz-3.2.0-29-generic 1
    4.965751171 = 5.331934720 boot/vmlinuz-3.5.0-21-generic 2
    5.851592541 = 6.283099648 initrd.img 2
    5.851592541 = 6.283099648 initrd.img.old 2
    4.965751171 = 5.331934720 vmlinuz 2
    4.965751171 = 5.331934720 vmlinuz.old 2
    I tried adding nomodeset and acpi=off to the boot parameters, but the boot process still hangs. Please let me know if I should provide any other information.
    Last edited by dhavalparmar (2012-12-30 11:45:25)

    Ok.. So my Arch Linux randomly decided to work. I'm sure I didn't do anything between my last "not working" state and my current "working" state. Below are a few things I tried:
    I thought of trying an earlier build of ArchLinux, and downloaded archlinux-2012.11.01-dual.iso and made a bootable USB out of it. It still hung.
    I was getting error messages during Arch boot that the last access time for the disks was at a future date. I found out that Ubuntu was using localtime instead of UTC and screwing up my hardware clock. I fixed it, and thought maybe the time issues were causing the boot problem. But fixing time didn't solve my problem.
    I chrooted into Arch from my Ubuntu install, ran 'sudo pacman -Syyu' and updated my Arch install.
    I thought maybe GDM isn't starting up. I re-enabled the service using 'systemctl enable gdm.service'.
    I removed OpenNTPd and installed NTPd. Enabled the daemon using 'systemctl enable ntpd'
    None of the above solved the problem, and rebooting to Arch still hung the system. So I stopped fiddling with it yesterday. Today, as usual, I just tried logging into Arch.. And it just worked out of the blue. The solution to me is as mysterious as the problem.
    I told this to my friend who introduced me to Arch, and this is what he said:
    Damn it computers, you were supposed to be deterministic!

Maybe you are looking for

  • Windows Server 2008 R2 Does not boot When Back up drive removed

    I have a windows Server 2008 R2 Standard server RAID 10 installed.  I  have a non raid drive installed as the backup HD.  The Backup drive is now failing. When I went to switch it with a new one the system does not boot and is asking for a boot drive

  • Palm Desktop Vista Loses Calendar Info and won't allow hotsync to replace it from Z22

    For the second time in about a month, I have opened Palm Desktop on my Vista PC to find that the calendar is blank. All the information that was there is now gone. When I then attempt a hotsync with my Z22 (where that data is still intact), the hotsy

  • Nokia Ovi Suite 3.1.1.90 can't edit synced calenda...

    Synced phone calendar data to PC Outlook using Ovi 3.1.190 as backup as phone was being repaired.   Phone repaired and Synced data back to phone.     Now get this error message when trying to edit any of the synced calendar entries "Unable to save c

  • Error and Warning message documentation

    Hi. I'm looking for general documentation that I can use as a reference whenever the compiler/linker/etc. spews out an error or warning message. For example, I'm trying to build a UnitTest framework and I'm getting the following error from the linker

  • VI Server Asynchronous VI Problems

    Hey everyone! I've attached some example VIs that I've been playing with, trying to understand how VI server works.  Could someone please take a quick look at them?  It's 3 counters, running at different rates, which write to global vars, these globa