EA2: Worksheet not identifying separate queries properly.

Given the worksheet contents below, pressing F9 with the cursor in either of the queries starting on line 93 or 103) causes it to select everything from line 63 onwards as the current query.
There is a syntax error on line 81. If I fix that, the individual statements are select correctly.
SELECT target_name,
min(rollup_timestamp),
  MIN ( value )   ,
  MAX ( value ),
  max(value)-min(value)
FROM
  (SELECT ht.target_name                  ,
    m.rollup_timestamp        AS rollup_timestamp,
    ROUND ( SUM ( maximum ) ) AS value
  FROM mgmt$metric_daily m,
    mgmt$target ht
  WHERE
    ---ht.target_name='supled1-l.xxxxx.com' and
    --ht.target_guid=??EMIP_BIND_TARGET_GUID?? and
    ht.target_type          ='host'
    AND m.target_guid       =ht.target_guid
    AND m.metric_name       ='Filesystems'
    AND ( m.metric_column   ='size' )
    AND ( m.key_value               IN ( '/u01', '/u02', '/u03', '/u04', '/u05', '/u06', '/u07', '/u08',
                                          '/u09', '/u10', '/u11', '/u12', '/u13', '/u14', '/u15', '/u16',
                                          '/u17', '/u18', '/u19', '/u20', '/u21', '/u22', '/backup',
                                          'E:\','F:\','G:\','H:\','I:\','J:\','K:\','L:\','M:\','N:\') )
    AND m.rollup_timestamp >= to_date('1-jan-2007','dd-mon-yyyy')
    AND m.rollup_timestamp <= to_date('1-jan-2008','dd-mon-yyyy')
  GROUP BY ht.target_name,
    m.rollup_timestamp
    --order by ht.target_name,m.rollup_timestamp
GROUP BY target_name
ORDER BY target_name;
SELECT target_name,
min(rollup_timestamp),
  MIN ( value )   ,
  MAX ( value ),
  max(value)-min(value)
FROM
  SELECT ht.target_name                  ,
    sum(value)
  FROM mgmt$metric_current m,
    mgmt$target ht
  WHERE
    ---ht.target_name='supled1-l.xxxx.com' and
    --ht.target_guid=??EMIP_BIND_TARGET_GUID?? and
    ht.target_type          ='host'
    AND m.target_guid       =ht.target_guid
    AND m.metric_name       ='Filesystems'
    AND ( m.metric_column   ='size' )
    AND ( m.key_value               IN ( '/u01', '/u02', '/u03', '/u04', '/u05', '/u06', '/u07', '/u08',
                                          '/u09', '/u10', '/u11', '/u12', '/u13', '/u14', '/u15', '/u16',
                                          '/u17', '/u18', '/u19', '/u20', '/u21', '/u22', '/backup',
                                          'E:\','F:\','G:\','H:\','I:\','J:\','K:\','L:\','M:\','N:\') )
      group by ht.target_name
      order by ht.target_name;
select distinct(key_value) from mgmt$metric_current where key_value like '_:\';
SELECT target_name,
min(rollup_timestamp),
  MIN ( value )   ,
  MAX ( value ),
  max(value)-min(value)
FROM
  (SELECT ht.target_name                  ,
    m.rollup_timestamp        AS rollup_timestamp,
    ROUND ( SUM ( maximum ) ) AS value
  FROM mgmt$metric_current m,
    mgmt$target ht
  WHERE
    ---ht.target_name='supled1-l.xxxxx.com' and
    --ht.target_guid=??EMIP_BIND_TARGET_GUID?? and
    ht.target_type          ='host'
    AND m.target_guid       =ht.target_guid
    AND m.metric_name       ='Filesystems'
    AND ( m.metric_column   ='size' )
    AND ( m.key_value               IN ( 'E:\, '/u02', '/u03', '/u04', '/u05', '/u06', '/u07', '/u08', '/u09', '/u10', '/u11', '/u12', '/u13', '/u14', '/u15', '/u16', '/u17', '/u18', '/u19', '/u20', '/u21', '/u22', '/backup' )
    AND m.rollup_timestamp >= to_date('1-jan-2007','dd-mon-yyyy')
    AND m.rollup_timestamp <= to_date('1-jan-2008','dd-mon-yyyy')
  GROUP BY ht.target_name,
    m.rollup_timestamp
    --order by ht.target_name,m.rollup_timestamp
GROUP BY target_name
ORDER BY target_name;
-- single server disk space.
SELECT rollup_timestamp,
  SUM ( maximum )
FROM mgmt$metric_daily
WHERE target_name  ='supled1-l.xxxxx.com'
  AND metric_name  ='Filesystems'
  AND metric_column='size'
  AND key_value   IN ( '/u02', '/u03', '/u04', '/u05', '/u06', '/u07', '/u08', '/backup' )
GROUP BY rollup_timestamp
ORDER BY rollup_timestamp;
select
        t.target_name,
        sum(value)/1024
      FROM
        mgmt$metric_current m,
        mgmt$target t
      WHERE
        t.target_guid in
       select db.target_guid
       from MGMT$TARGET_ASSOCIATIONS a, mgmt$target host, mgmt$target db
       where host.target_name= 'supled1-l.xxxxx.com'
       and a.source_target_type = 'oracle_database'
       and a.assoc_target_name = host.TARGET_NAME
       and host.TARGET_TYPE = 'host'
       and a.source_target_name = db.TARGET_NAME
       and db.TARGET_TYPE = 'oracle_database'
       AND
        (t.target_type='rac_database' OR
        (t.target_type='oracle_database' AND t.TYPE_QUALIFIER3 != 'RACINST')) AND
        m.target_guid=t.target_guid AND
        m.metric_name='tbspAllocation' AND
        m.metric_column='spaceAllocated' AND
      GROUP BY t.target_name;Message was edited by:
smitjb

As soon as I pasted your statements into the worksheet, I could tell that there was a missing closing quote somewhere - gotta love that syntax highlighting. I would say that SQL Developer is working how I would want - all of your statement terminators between line 63 and the end are inside text strings (due to the missing quote on line 81), which means that everything from line 63 on is the one statement from a syntax perspective.
theFurryOne

Similar Messages

  • My Ipod 5th gen. has been detected by itunes, but could not identified properly, and its been charging for a week and still hasn't come to a full charged. What should I do?

    My Ipod 5th gen. has been detected by itunes, but could not identified properly, and its been charging for a week and still hasn't come to a full charged. What should I do?

    but could not identified properly
    Please clairify.
    charging for a week and still hasn't come to a full charged
    Sounds like you need a new battery.  Take the iPod Nano to an Apple store or an AASP.  Whichever is more convenient for you.
    iPod Repair Pricing

  • TS3694 iOS: Device detected but not identified properly on iTunes for Windows error 54

    iOS: Device detected but not identified properly on iTunes for Windows error 54 my iPhone 4s ois 7.1.2 my pc is windows 8.1 my iTunes ver 11.3.1.2. I cant sync with itunes

    Look in your Pictures folder and delete the iPhone Photo Cache.

  • Windows 8 I have. The same error message not identifying I pod nano properly....I stuck, tried everything.

    Windows 8 I have. The same error message not identifying I pod nano properly....I stuck, tried everything.

    Hello btallai,
    If you are having issues with a "not identified properly" error message when connecting your iPod nano to your Windows machine, you may find the troubleshooting steps outlined in the following article helpful:
    iPod nano: Error message saying that iPod could not be identified properly - Apple Support
    Sincerely,
    - Brenden

  • 4.0 EA2 - Autofit not working properly in Query Result grid

    Hi,
    in 4.0 EA2 the Autofit isn't working properly in Query Result grid.
    Rather than shrinking columns to the narrowest size that accommodates headings and contents (as per 3.2), it auto-expands to fit the whole data query grid.
    It looks worse, and makes it harder to see results at a glance.

    Bug and will be fixed for v4 release.

  • Two separate queries in one report

    Hi Gurus,
    Is it possible to make two separate queries in the same worksheet (I need to have a column in my report from a different query from this report). As we can have more than one query in Oracle Reports, similarly, is it possible to have more than one query in Oracle Discoverer Report.
    Thanks,
    Pooja

    The functionality your looking for is not available in Discoverer today. You can have two separate worksheets within Discoverer, one to run each query. Another option is only available in Discoverer Desktop, it is called a subquery which allows you to run one query and then pass the results as a parameter into your workbook. However, I don't believe either of those options resolve the problem your looking to solve.
    Matt Topper
    TUSC, The Oracle Experts
    [email protected]

  • ADF master-detail master selection not updating detail tables properly

    Hi All,
    I am using JDev version : 11.1.2.0.0
    I created new Fusion Web Application Module. In that module I created a master-detail data model and added them to a page fragment with a query panel. When I run it as a separate module, It works perfectly and Master selection correctly updates detail tables.
    But when I integrate that module to another Fusion Application(Add application jar file to the Master Application libraries), Master-details master selection not updating detail tables properly. This problem occurred sequentially.
    The problem is that.
    After the page load, first selection of the Master Table works correctly and detail tables update correctly.
    But second selection doesn't work, means detail table doesn't get update according to the Master table.
    And again in the third selection works correctly.
    This happens in a sequential manner. I monitor the behavior using Firebug. Observations are as follows,
    When running correctly, Response of the Post Definition is
    <?xml version="1.0" ?> <partial-response><changes><update id="pt1:t1"><![CDATA[<div tabindex="0" id="pt1:t1" class="xpa xpi" _leafColClientIds="['pt1:t1:c1','pt1:t1:c2','pt1:t1:c3','pt1:t1:c4','pt1:t1:c5','pt1:t1:c6','pt1:t1:c7','pt1:t1:c8','pt1:t1:c9','pt1:t1:c10','pt1:t1:c11','pt1:t1:c12','pt1:t1:c13']"><div id="pt1:t1::ch" style="overflow:hidden;position:relative;width:1365px;" _afrColCount="13" class="xz4"><table class="xz6" summary="This table contains column headers corresponding to the data body table below" id="pt1:t1::ch::t" style="position:relative;table-layout:fixed;width:1365px" cellspacing="0"><tr><th style="padding:0px;padding-left:5px;width:100px;"></th><th style="padding:0px;padding-left:5px;width:100px;"></th><th style="padding:0px;padding-left:5px;width:100px;"></th><th style="padding:0px;padding-left:5px;width:100px;"></th><th style="padding:0px;padding-left:5px;width:100px;"></th><th style="padding:0px;padding-left:5px;width:100px;"></th><th style="padding:0px;padding-left:5px;width:100px;"></th><th style="padding:0px;padding-left:5px;width:100px;"></th><th style="padding:0px;padding-left:5px;width:100px;"></th><th style="padding:0px;padding-left:5px;width:100px;"></th><th style="padding:0px;padding-left:5px;width:100px;"></th><th style="padding:0px;padding-left:5px;width:100px;"></th><th style="padding:0px;padding-left:5px;width:100px;"></th></tr><tr><th id="pt1:t1:c1" _d_index="0" _afrLeaf="true" _afrRoot="true" align="left" class="xz7"><div style="position:relative; float:right"><table id="pt1:t1:c1::afrSI" _afrHoverable="true" style="display:none" class="xzs" cellpadding="0" cellspacing="0"><tr><td _afrSortAsc="1"><a tabIndex="-1" class="xza" title="Sort Ascending"></a></td><td _afrSortDesc="1"><a tabIndex="-1" class="xzb" title="Sort Descending"></a></td></tr></table></div><div class="x19d">DateFormat</div></th><th id="pt1:t1:c2" _d_index="1" _afrLeaf="true" _afrRoot="true" align="left" class="xz7"><div style="position:relative; float:right"><table id="pt1:t1:c2::afrSI" _afrHoverable="true" style="display:none" class="xzs" cellpadding="0" cellspacing="0"><tr><td _afrSortAsc="1"><a tabIndex="-1" class="xza" title="Sort Ascending"></a></td><td _afrSortDesc="1"><a tabIndex="-1" class="xzb" title="Sort Descending"></a></td></tr></table></div><div class="x19d">DefinisionId</div></th><th id="pt1:t1:c3" _d_index="2" _afrLeaf="true" _afrRoot="true" align="left" class="xz7"><div style="position:relative; float:right"><table id="pt1:t1:c3::afrSI" _afrHoverable="true" style="display:none" class="xzs" cellpadding="0" cellspacing="0"><tr><td _afrSortAsc="1"><a tabIndex="-1" class="xza" title="Sort Ascending"></a></td><td _afrSortDesc="1"><a tabIndex="-1" class="xzb" title="Sort Descending"></a></td></tr></table></div><div class="x19d">FieldId</div></th><th id="pt1:t1:c4" _d_index="3" _afrLeaf="true" _afrRoot="true" align="left" class="xz7"><div style="position:relative; float:right"><table id="pt1:t1:c4::afrSI" _afrHoverable="true" style="display:none" class="xzs" cellpadding="0" cellspacing="0"><tr><td _afrSortAsc="1"><a tabIndex="-1" class="xza" title="Sort Ascending"></a></td><td _afrSortDesc="1"><a tabIndex="-1" class="xzb" title="Sort Descending"></a></td></tr></table></div><div class="x19d">FieldLabel</div></th><th id="pt1:t1:c5" _d_index="4" _afrLeaf="true" _afrRoot="true" align="left" class="xz7"><div style="position:relative; float:right"><table id="pt1:t1:c5::afrSI" _afrHoverable="true" style="display:none" class="xzs" cellpadding="0" cellspacing="0"><tr><td _afrSortAsc="1"><a tabIndex="-1" class="xza" title="Sort Ascending"></a></td><td _afrSortDesc="1"><a tabIndex="-1" class="xzb" title="Sort Descending"></a></td></tr></table></div><div class="x19d">FieldLength</div></th><th id="pt1:t1:c6" _d_index="5" _afrLeaf="true" _afrRoot="true" align="left" class="xz7"><div style="position:relative; float:right"><table id="pt1:t1:c6::afrSI" _afrHoverable="true" style="display:none" class="xzs" cellpadding="0" cellspacing="0"><tr><td _afrSortAsc="1"><a tabIndex="-1" class="xza" title="Sort Ascending"></a></td><td _afrSortDesc="1"><a tabIndex="-1" class="xzb" title="Sort Descending"></a></td></tr></table></div><div class="x19d">FieldOffset</div></th><th id="pt1:t1:c7" _d_index="6" _afrLeaf="true" _afrRoot="true" align="left" class="xz7"><div style="position:relative; float:right"><table id="pt1:t1:c7::afrSI" _afrHoverable="true" style="display:none" class="xzs" cellpadding="0" cellspacing="0"><tr><td _afrSortAsc="1"><a tabIndex="-1" class="xza" title="Sort Ascending"></a></td><td _afrSortDesc="1"><a tabIndex="-1" class="xzb" title="Sort Descending"></a></td></tr></table></div><div class="x19d">FieldOrder</div></th><th id="pt1:t1:c8" _d_index="7" _afrLeaf="true" _afrRoot="true" align="left" class="xz7"><div style="position:relative; float:right"><table id="pt1:t1:c8::afrSI" _afrHoverable="true" style="display:none" class="xzs" cellpadding="0" cellspacing="0"><tr><td _afrSortAsc="1"><a tabIndex="-1" class="xza" title="Sort Ascending"></a></td><td _afrSortDesc="1"><a tabIndex="-1" class="xzb" title="Sort Descending"></a></td></tr></table></div><div class="x19d">FieldStatus</div></th><th id="pt1:t1:c9" _d_index="8" _afrLeaf="true" _afrRoot="true" align="left" class="xz7"><div style="position:relative; float:right"><table id="pt1:t1:c9::afrSI" _afrHoverable="true" style="display:none" class="xzs" cellpadding="0" cellspacing="0"><tr><td _afrSortAsc="1"><a tabIndex="-1" class="xza" title="Sort Ascending"></a></td><td _afrSortDesc="1"><a tabIndex="-1" class="xzb" title="Sort Descending"></a></td></tr></table></div><div class="x19d">FieldType</div></th><th id="pt1:t1:c10" _d_index="9" _afrLeaf="true" _afrRoot="true" align="left" class="xz7"><div style="position:relative; float:right"><table id="pt1:t1:c10::afrSI" _afrHoverable="true" style="display:none" class="xzs" cellpadding="0" cellspacing="0"><tr><td _afrSortAsc="1"><a tabIndex="-1" class="xza" title="Sort Ascending"></a></td><td _afrSortDesc="1"><a tabIndex="-1" class="xzb" title="Sort Descending"></a></td></tr></table></div><div class="x19d">FieldTypeLen</div></th><th id="pt1:t1:c11" _d_index="10" _afrLeaf="true" _afrRoot="true" align="left" class="xz7"><div style="position:relative; float:right"><table id="pt1:t1:c11::afrSI" _afrHoverable="true" style="display:none" class="xzs" cellpadding="0" cellspacing="0"><tr><td _afrSortAsc="1"><a tabIndex="-1" class="xza" title="Sort Ascending"></a></td><td _afrSortDesc="1"><a tabIndex="-1" class="xzb" title="Sort Descending"></a></td></tr></table></div><div class="x19d">IgnoreField</div></th><th id="pt1:t1:c12" _d_index="11" _afrLeaf="true" _afrRoot="true" align="left" class="xz7"><div style="position:relative; float:right"><table id="pt1:t1:c12::afrSI" _afrHoverable="true" style="display:none" class="xzs" cellpadding="0" cellspacing="0"><tr><td _afrSortAsc="1"><a tabIndex="-1" class="xza" title="Sort Ascending"></a></td><td _afrSortDesc="1"><a tabIndex="-1" class="xzb" title="Sort Descending"></a></td></tr></table></div><div class="x19d">IsMandatory</div></th><th id="pt1:t1:c13" _d_index="12" _afrLeaf="true" _afrRoot="true" align="left" class="xz7"><div style="position:relative; float:right"><table id="pt1:t1:c13::afrSI" _afrHoverable="true" style="display:none" class="xzs" cellpadding="0" cellspacing="0"><tr><td _afrSortAsc="1"><a tabIndex="-1" class="xza" title="Sort Ascending"></a></td><td _afrSortDesc="1"><a tabIndex="-1" class="xzb" title="Sort Descending"></a></td></tr></table></div><div class="x19d">RecordType</div></th></tr></table></div><div id="pt1:t1::db" class="xyx" style="position:relative;width:100%;overflow:hidden" _afrColCount="13"></div><div id="pt1:t1::sm" class="xzt" style="position:absolute;display:none"></div><div id="pt1:t1::ri" class="xyz" style="position:absolute;display:none;overflow:hidden"></div><div id="pt1:t1::dataW" style="display:none"></div></div>]]></update><update id="f1::postscript"><![CDATA[<span id="f1::postscript"><span id="f1::postscript:st"><input type="hidden" name="javax.faces.ViewState" value="!-75cc188st"></span></span>]]></update><update id="d1::iconC"><![CDATA[<span id="d1::iconC" style="display:none"><span id="af_table::disclosed-icon"></span><span id="af_table::undisclosed-icon"></span></span>]]></update><update id="javax.faces.ViewState"><![CDATA[!-75cc188st]]></update><eval><![CDATA[AdfPage.PAGE.__handleRichResponseAction('/MillenniumCSD-ViewController-context-root/faces/FileDefinition?_adf.ctrl-state=cmpl0ptfg_7');]]></eval><eval><![CDATA[AdfPage.PAGE.sendStreamingRequest("pt1:t1");]]></eval><extension id="adf-script-library">/MillenniumCSD-ViewController-context-root/afr/partition/gecko/default/opt/dnd-SHERMAN-1147.js</extension><extension id="adf-script-library">/MillenniumCSD-ViewController-context-root/afr/partition/gecko/default/opt/nav-SHERMAN-1147.js</extension><extension id="adf-script-library">/MillenniumCSD-ViewController-context-root/afr/partition/gecko/default/opt/menu-SHERMAN-1147.js</extension><extension id="adf-script-library">/MillenniumCSD-ViewController-context-root/afr/partition/gecko/default/opt/table-SHERMAN-1147.js</extension><eval>AdfPage.PAGE.addResource('javascript','/MillenniumCSD-ViewController-context-root/JarLoaderPages/jquery-1.7.1.min.js');</eval><eval>AdfPage.PAGE.addResource('javascript','/MillenniumCSD-ViewController-context-root/JarLoaderPages/dis_contx.js');</eval><eval>AdfPage.PAGE.addResource('javascript','/MillenniumCSD-ViewController-context-root/js/floating_bar_bottom.js');</eval><eval>if(self.window.name != "MillenniumDepository"){   self.location = "mcsd.html";   }</eval><eval><![CDATA[AdfDhtmlLookAndFeel.addSkinProperties({"af|table-tr-column-scroll-animation-duration":"300","af|table-tr-column-reorder-animation-duration":"600","af|table-tr-hover-highlight-row":"true"});AdfPage.PAGE.addComponents(new AdfRichTable('pt1:t1',{'rowSelection':'single','rowBandingInterval':0,'editingMode':'none','afrSelListener':true}),new AdfRichColumn('pt1:t1:c1',{'sortProperty':'DateFormat','sortable':true,'minimumWidth':12,'rowHeader':false}),new AdfRichColumn('pt1:t1:c2',{'sortProperty':'DefinisionId','sortable':true,'minimumWidth':12,'rowHeader':false}),new AdfRichColumn('pt1:t1:c3',{'sortProperty':'FieldId','sortable':true,'minimumWidth':12,'rowHeader':false}),new AdfRichColumn('pt1:t1:c4',{'sortProperty':'FieldLabel','sortable':true,'minimumWidth':12,'rowHeader':false}),new AdfRichColumn('pt1:t1:c5',{'sortProperty':'FieldLength','sortable':true,'minimumWidth':12,'rowHeader':false}),new AdfRichColumn('pt1:t1:c6',{'sortProperty':'FieldOffset','sortable':true,'minimumWidth':12,'rowHeader':false}),new AdfRichColumn('pt1:t1:c7',{'sortProperty':'FieldOrder','sortable':true,'minimumWidth':12,'rowHeader':false}),new AdfRichColumn('pt1:t1:c8',{'sortProperty':'FieldStatus','sortable':true,'minimumWidth':12,'rowHeader':false}),new AdfRichColumn('pt1:t1:c9',{'sortProperty':'FieldType','sortable':true,'minimumWidth':12,'rowHeader':false}),new AdfRichColumn('pt1:t1:c10',{'sortProperty':'FieldTypeLen','sortable':true,'minimumWidth':12,'rowHeader':false}),new AdfRichColumn('pt1:t1:c11',{'sortProperty':'IgnoreField','sortable':true,'minimumWidth':12,'rowHeader':false}),new AdfRichColumn('pt1:t1:c12',{'sortProperty':'IsMandatory','sortable':true,'minimumWidth':12,'rowHeader':false}),new AdfRichColumn('pt1:t1:c13',{'sortProperty':'RecordType','sortable':true,'minimumWidth':12,'rowHeader':false}));AdfPage.PAGE.__recordSessionTimeout(1800000, 120000, "http://127.0.0.1:7101/MillenniumCSD-ViewController-context-root/faces/FileDefinition");AdfPage.PAGE.__initPollingTimeout(600000);AdfPage.PAGE.clearMessages();AdfPage.PAGE.clearSubtreeMessages('pt1:t1');AdfPage.PAGE.clearSubtreeMessages('pt1:resId1');]]></eval></changes></partial-response>
    When not running correctly, Response of the Post Definition is
    <?xml version="1.0" ?> <partial-response><changes><update id="f1::postscript"><![CDATA[<span id="f1::postscript"><span id="f1::postscript:st"><input type="hidden" name="javax.faces.ViewState" value="!-75cc188st"></span></span>]]></update><update id="javax.faces.ViewState"><![CDATA[!-75cc188st]]></update><eval><![CDATA[AdfPage.PAGE.__handleRichResponseAction('/MillenniumCSD-ViewController-context-root/faces/FileDefinition?_adf.ctrl-state=cmpl0ptfg_7');]]></eval><eval>AdfPage.PAGE.addResource('javascript','/MillenniumCSD-ViewController-context-root/JarLoaderPages/jquery-1.7.1.min.js');</eval><eval>AdfPage.PAGE.addResource('javascript','/MillenniumCSD-ViewController-context-root/JarLoaderPages/dis_contx.js');</eval><eval>AdfPage.PAGE.addResource('javascript','/MillenniumCSD-ViewController-context-root/js/floating_bar_bottom.js');</eval><eval>if(self.window.name != "MillenniumDepository"){   self.location = "mcsd.html";   }</eval><eval><![CDATA[AdfPage.PAGE.__recordSessionTimeout(1800000, 120000, "http://127.0.0.1:7101/MillenniumCSD-ViewController-context-root/faces/FileDefinition");AdfPage.PAGE.__initPollingTimeout(600000);AdfPage.PAGE.clearMessages();AdfPage.PAGE.clearSubtreeMessages('pt1:t1');AdfPage.PAGE.clearSubtreeMessages('pt1:resId1');]]></eval></changes></partial-response>
    I could not figure out what went wrong when integrating to another module.
    Can you please help me to rectify this problem.
    Thanks
    dk

    Hi,
    sound to be an implementation specific issue that is hard to comment on without knowing how to reproduce it. If you have a rerooducible test case based on the Oracle HR schema using JDeveloper 11.1.1.6, zip it up, rename the "zip "extension to "unzip" and sent it to the mail address you find in my OTN profile. If you don't have that test case, explain how this can be reproduced
    Frank

  • How can I remove ALL of  iTunes as 8.2.023 is not identifying my iPhone

    I have spent days on this and other discussions trying to fix my unintentional update to iTunes 8.2.023. Apple was called and they could not resolve and were sent a few logs from Apple and Widow Diagnostics. They have now ignored recent email and phone calls on the case which is still open. Version 8.1.1 worked fine every time with my iPhone, that upgrade back in April was truly painless. Last week's Install was fine without error and it converted my library to their new format. Error then popped up "An iPhone has been detected, but it could not be identified properly.." Apple tech and Engineers have had this open case for a week now without a resolution. I tired the very first night to return to prior version 8.0.52 manually from Apple and later let Vista use Restore point which successfully restored to a point with correct version of 8.1.1 yet iTunes still Failed to have iPhone "Identified Properly" I uninstalled al iTunes applications and reinstalled iTunes per Apple instruction Friday (19Jun)and it still failed to work. I made no other changes yet iPhone popped up in iTunes identified last Saturday(20 Jun) morning for unknown reason and then failed the next day. I tried all things found in discussions, I have no Wireless Network in fact no network exists other than a single desktop connected to the internet. I unplugged/disabled internet connection, unplugged all but 1 USB device, moved iPhone to different USB Port, performed Hard Reboot of iPhone, used msconfig to disable all start up services and programs except those needed by Microsoft & Apple, Verified drivers for iPhone and Apple Mobile Device Services are updated, etc. etc. Unrelated and with nothing to lose I updated Vista to Service Pack 2 which made some device changes but no other effect on iTunes. I uninstalled 8.2 and got a fresh download without Firewall/AntiVirus running. I do know I am not the only one with this problem and the only solution that seems to have worked that makes sense or I have not been able to do is revert back to older 8.1.1 version. I know I may risk losing library but that can be rebuilt. At issue is no backup or restore should iPhone fail (it did just that two months ago) and no access to selections available in iTunes library which is only reason for my having iTunes. Buying 3G S or updating iPhone elsewhere to Firmware 3.0, though suggested by Apple, has not worked for those who tried. Apple is not supporting.

    I got rid of AMDS, ASU ,QuickTime and iTunes from control ones I also found folder in Vista with D:\Users\Rick\Music\iTunes\Previous iTunes Library and there is one dated 2009-03012.itl. I moved this file up one folder and delted existing iTunes Library.itl. iTune still failed to identify my iPhone. There are other files iTunes Library Extras.itdb, iTunes Library Geniyes,itdn and iTunes Music Library,xml date dtd 06/18/2009 after upgrade except the latter which is date 06/23/2009. So something is not allowing me to pull or put everything back to when it worked.
    YES this is my only iPhone and only PC I have access to with iTunes.
    Here is what Apple gave to someone Sunday 28 June:
    http://discussions.apple.com/thread.jspa?threadID=2035950&start=75&tstart=0
    I checked these out too and they appear the same printed out nearly a week prior. I agree with Coach TO, if I had bad drivers or Vista errors it would not have shown up only when I updated to latest Version of 8.2.023. My Phone was identified on a PC with iTunes at the local AT&T store. He suggested I get phone into Recovery made while connected to iTunes and that resolves the problem 9 out of 10 time. Weak spot was he tried to get phone into Recovery without iTunes connection and thought I may have iPhone problem, then changed his mind when it worked while connected. He also stated it could take an hour. I have not tried to put my iPhone in Recovery lately, I think I did a while back and it failed to go into Recovery as error "iPhone detected by, not identified..."Has anyone tried forcing phone into Recovery? I understand you may lose all that is on phone. If iTunes still fails to identify would we not be in worse shape even if iTunes holds a recent backup which it does not for many of us? Will Apple take back or exchange phone if yours is not identitifed, AT&T today told me I had to go to Apple Store for this or anything to happen.

  • When i plug in my ipod nano (6th generation) a message comes up saying it's 'detected but not identified' i've spend like all day trying to solve it, uninstalled it, reinstalled it and nothing seems to work..

    when i plug in my ipod nano (6th generation) a message on itunes saying the ipod is 'detected but not identified'- i've spent all day trying to fix it and nothing seems to work so i can't sync any songs..

    Hello beafraser,
    Here's an article to help troubleshoot when your iPod is detected but not identified.
    iPod nano: Error message saying that iPod 'could not be identified properly'
    http://support.apple.com/kb/ts3218
    Hope that helps.
    Thank you for visiting Apple Support Communities.
    Nubz

  • Ipod nano is detected but not identified

    I have an ipod nano 3rd generation that works fine on my Macbook Pro laptop, but when I plug it in to my Dual 800MHz PowerPC G4, (it's an early classic stack), the computer tells me an ipod has been detected but can not identify it, and tells me to unplug and replug in, which doesn't do any good. The icon shows up on the desktop for a few brief seconds and then dissapears. I have Tiger 10.4.11 and have upgraded my USB port to a 2.0. Help Please...

    Hello katrara,
    Thanks for using Apple Support Communities.
    To troubleshoot this issue where you're getting the error "An iPod has been detected but it could not be identified properly. Please disconnect and reconnect the iPod, then try again," please follow the directions in the article below.  There are some more steps to go through in addition to uninstalling and reinstalling iTunes.
    iPod nano: Error message saying that iPod could not be identified properly - Apple Support
    Take care,
    Alex H. 

  • Iphone is recognized, but not identified correctly

    Hi,
    i have a problem with my iphoe 4 under Win 7 x64. Everytime i connect the phone iTunes shows me the message like 'iphone is recognized, but not identified correctly' (in German: ein iPhone wurde entdeckt, konnte jedoch nicht korrekt identifiziert werden.)
    I have a debug log attached.
    Uninstall an Install newest iTunes have i repeated three times. I checked every USB-port and i have disabled my virus scanner G-Data.
    Anyone any idea?
    Greetings Stephan
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe]
    ====================================
    AppleMobileDeviceHelper.exe begins
    ====================================
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] parent process: 6300 "iTunes.exe"
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] main thread 4108
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] command line: "C:\Program Files (x86)\Common Files\Apple\Mobile Device Support\AppleMobileDeviceHelper.exe" --pipe \\.\pipe\30122278-1496151065100246300 --parentPipe
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] ALLUSERSPROFILE=C:\ProgramData
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] APPDATA=C:\Users\bomholt\AppData\Roaming
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] asl.log=Destination=file;OnFirstLog=command,environment,parent
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] CLASSPATH=.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] CommonProgramFiles=C:\Program Files (x86)\Common Files
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] CommonProgramW6432=C:\Program Files\Common Files
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] COMPUTERNAME=SBSM6300
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] ComSpec=C:\Windows\system32\cmd.exe
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] FPNO_HOSTCHECK=NO
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] HOMEDRIVE=C:
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] HOMEPATH=\Users\bomholt
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] lib=C:\Program Files\SQLXML 4.0\bin\
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] LOCALAPPDATA=C:\Users\bomholt\AppData\Local
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] LOGONSERVER=\\SBSM6300
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] MOZCRASHREPORTER_DATADIRECTORY=C:\Users\bomholt\AppData\Roaming\Mozilla\Firefox\Crash Reports
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] MOZCRASHREPORTER_RESTART_ARG0=C:\Program Files (x86)\Mozilla Firefox\firefox.exe
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] MOZCRASHREPORTER_STRINGSOVERRIDE=C:\Program Files (x86)\Mozilla Firefox\crashreporter-override.ini
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] MpConfig_ProductAppDataPath=C:\ProgramData\Microsoft\Windows Defender
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] MpConfig_ProductCodeName=AntiSpyware
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] MpConfig_ProductPath=C:\Program Files (x86)\Windows Defender
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] MpConfig_ProductUserAppDataPath=C:\Users\bomholt\AppData\Local\Microsoft\Window s Defender
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] MpConfig_ReportingGUID=1B1BB305-BF4F-4BA6-8BD8-01850E52FC93
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] NLSLANG=GERMANGERMANY.WE8ISO8859P1
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] NUMBEROFPROCESSORS=2
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] OS=Windows_NT
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] Path=C:\Program Files (x86)\Common Files\Apple\Apple Application Support\;C:\Program Files (x86)\Adobe\Reader 9.0\Reader\plug_ins;C:\Program Files (x86)\Adobe\Reader 9.0\Reader\;C:\Program Files (x86)\Mozilla Firefox;C:\Windows\system32\ora11g\;C:\Program Files (x86)\PC Connectivity Solution\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\Sy stem32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Vulcan.NET\Bin\;C:\Program Files (x86)\Common Files\Acronis\SnapAPI\;C:\Program Files\TortoiseSVN\bin;D:\Program Files (x86)\Vulcan.NET 2.0\Bin\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\CVSNT\
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] PROCESSOR_ARCHITECTURE=x86
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] PROCESSOR_ARCHITEW6432=AMD64
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 6, GenuineIntel
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] PROCESSOR_LEVEL=6
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] PROCESSOR_REVISION=1706
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] ProgramData=C:\ProgramData
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] ProgramFiles=C:\Program Files (x86)
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] ProgramFiles(x86)=C:\Program Files (x86)
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] ProgramW6432=C:\Program Files
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] PUBLIC=C:\Users\Public
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] QTJAVA=C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] SESSIONNAME=Console
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] SystemDrive=C:
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] SystemRoot=C:\Windows
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] TEMP=C:\Users\bomholt\AppData\Local\Temp
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] TMP=C:\Users\bomholt\AppData\Local\Temp
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] TNSADMIN=d:oracleproduct11.1.0db1\NETWORK\ADMIN\
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] USERDOMAIN=sbsm6300
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] USERNAME=bomholt
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] USERPROFILE=C:\Users\bomholt
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] VS100COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] VS90COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] VSTO_SUPPRESSDISPLAYALERTS=0
    [8416 @ Tue Dec 21 16:49:29 2010] [YSLoader AppleMobileDeviceHelper.exe] windir=C:\Windows
    [6300 @ Tue Dec 21 16:49:35 2010] [(unknown facility) iTunes.exe] AMDeviceCopyValue (thread 9616): There was an error getting the value for [com.apple.mobile.iTunes]:[] from lockdown: InvalidResponse
    [8416 @ Tue Dec 21 16:49:50 2010] [YSLoader AppleMobileDeviceHelper.exe]

    I had a little time to elaborate with and getting involved more deeply. I found out that there was an old installation of IrfanView (some older version) which probably interacted with the iTunes. After unistallation both iTunes (including registry entries and all files from disk) and that sh*t (=IrfanView), the new iTunes installation ran properly and the problem was solved.
    It could be caused by the exact combination of: Win7, iTunes 9 or 10, IrfanView, Lenovo T400 and probably something more I cannot recognize .
    p.s. During the problem solution I bought me a brandnew iPhone 4 so I was able to test it both with iPhone 4 and iPhone 3. The result was - It does not matter what iPhone do you have...

  • Ora-01219 database not open; only queries on fixed tables and views.

    Hi everyone
    There is another post stating this error, but since the source is different, I think is okay to make a different post as well.
    Our database was working fine until the other day, when suddenly power went off, UPS was damaged and didn't hold, and when we restarted the database this is what happens:
    Using Enterprise Manager Console, we can make a succesful connection in the same machine, but if we choose Schema, the following error appears:
    ora-01219 database not open; only queries on fixed tables and views.
    When accesing from a different machine:
    ORA-01033: ORACLE initialization or shutdown in progress
    Thanks in advance

    Here is the last entries of alert log
    Fatal NI connect error 12638, connecting to:
    (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 11.1.0.7.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 11.1.0.7.0 - Production
    Time: 20-JUL-2010 15:48:31
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12638
    TNS-12638: Fallo de recuperación de credenciales
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Tue Jul 20 15:50:50 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.7.0.
    Using parameter settings in server-side spfile E:\ORACLE\CRIMINALISTICA\PRODUCT\11.1.0\DB_1\DATABASE\SPFILECRIM.ORA
    System parameters with non-default values:
    processes = 150
    memory_target = 816M
    control_files = "E:\ORACLE\ORADATA\CRIM\CONTROL01.CTL"
    control_files = "E:\ORACLE\ORADATA\CRIM\CONTROL02.CTL"
    control_files = "E:\ORACLE\ORADATA\CRIM\CONTROL03.CTL"
    db_block_size = 8192
    compatible = "11.1.0.0.0"
    db_recovery_file_dest = "E:\Oracle\flash_recovery_area"
    db_recovery_file_dest_size= 2G
    undo_tablespace = "UNDOTBS1"
    remote_login_passwordfile= "EXCLUSIVE"
    db_domain = ""
    dispatchers = "(PROTOCOL=TCP) (SERVICE=CRIMXDB)"
    audit_file_dest = "E:\ORACLE\ADMIN\CRIM\ADUMP"
    audit_trail = "DB"
    db_name = "CRIM"
    open_cursors = 300
    diagnostic_dest = "E:\ORACLE"
    Tue Jul 20 15:50:55 2010
    PMON started with pid=2, OS id=1688
    Tue Jul 20 15:50:55 2010
    VKTM started with pid=3, OS id=2236 at elevated priority
    Tue Jul 20 15:50:55 2010
    DIAG started with pid=4, OS id=2332
    Tue Jul 20 15:50:55 2010
    DBRM started with pid=5, OS id=2328
    Tue Jul 20 15:50:55 2010
    PSP0 started with pid=6, OS id=2432
    VKTM running at (20)ms precision
    Tue Jul 20 15:50:55 2010
    DIA0 started with pid=7, OS id=2160
    Tue Jul 20 15:50:55 2010
    MMAN started with pid=8, OS id=2156
    Tue Jul 20 15:50:55 2010
    DBW0 started with pid=9, OS id=2064
    Tue Jul 20 15:50:55 2010
    LGWR started with pid=10, OS id=3176
    Tue Jul 20 15:50:55 2010
    CKPT started with pid=11, OS id=3180
    Tue Jul 20 15:50:55 2010
    SMON started with pid=12, OS id=3184
    Tue Jul 20 15:50:55 2010
    RECO started with pid=13, OS id=3188
    Tue Jul 20 15:50:55 2010
    MMON started with pid=14, OS id=3192
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = E:\Oracle
    Tue Jul 20 15:50:55 2010
    MMNL started with pid=15, OS id=3196
    Tue Jul 20 15:50:56 2010
    alter database mount exclusive
    Setting recovery target incarnation to 2
    Successful mount of redo thread 1, with mount id 1304879008
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: alter database mount exclusive
    alter database open
    Errors in file e:\oracle\diag\rdbms\crim\crim\trace\crim_dbw0_2064.trc:
    ORA-01157: cannot identify/lock data file 9 - see DBWR trace file
    ORA-01110: data file 9: 'E:\ORACLE\ORADATA\STOPCRIM5\STOPCRIM5TABLESPACE.ORA'
    ORA-27047: unable to read the header block of file
    OSD-04006: fallo de ReadFile(); no se ha podido leer del archivo
    O/S-Error: (OS 38) Se ha alcanzado el final del archivo.
    Errors in file e:\oracle\diag\rdbms\crim\crim\trace\crim_dbw0_2064.trc:
    ORA-01157: cannot identify/lock data file 16 - see DBWR trace file
    ORA-01110: data file 16: 'E:\ORACLE\ORADATA\PRUEBACARLOS\PRUEBACARLOSTABLESPACE.ORA'
    ORA-27047: unable to read the header block of file
    OSD-04006: fallo de ReadFile(); no se ha podido leer del archivo
    O/S-Error: (OS 38) Se ha alcanzado el final del archivo.
    Errors in file e:\oracle\diag\rdbms\crim\crim\trace\crim_dbw0_2064.trc:
    ORA-01157: cannot identify/lock data file 17 - see DBWR trace file
    ORA-01110: data file 17: 'E:\ORACLE\ORADATA\PRUEBACARLOS\PRUEBACARLOSINDEX.ORA'
    ORA-27047: unable to read the header block of file
    OSD-04006: fallo de ReadFile(); no se ha podido leer del archivo
    O/S-Error: (OS 38) Se ha alcanzado el final del archivo.
    ORA-1157 signalled during: alter database open...
    Tue Jul 20 16:04:39 2010
    db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.

  • Error on start up - Internal failure - A secure network communication has not been cleaned up properly

    when i start with firefox 4 beta 6 an error message pops up saying internal failure. A secure network communication has not been cleaned up properly. Please explain what does it mean and how can a secure network be established.

    That is [https://bugzilla.mozilla.org/show_bug.cgi?id=588511 Bug 588511]
    You should only get that alert once after you start the 4.0 beta version.<br />
    Be sure to use a separate profile for that 4.0 beta version if you still use the regular 3.6.x version as well.
    See:
    * http://kb.mozillazine.org/Testing_pre-release_versions
    * http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox

  • IPhone Detected But Not Identified?

    I hooked up my iPhone to my base that goes into my cpu and I got this message: "An iPhones was detected, but could not be identified properly. Please disconnect and reconnect the iPhone and try again." I havent had any problems like this before. Will a reinstall over this iTunes fix the problem? I am running Windows XP. I have also noticed that when I plug up my phone, the Scanner and Camera Wizard pops up recognizing the iPhone as a camera. Also when running iTunes after I got that message, my cpu will freeze for about 5 seconds and work fine a little while then freeze again for 5 seconds. But when I close iTunes, it stops freezing.

    I am having the same issue iPhone detected, but not identified. Did you get a solution to the problem? Had to go to th Apple store to register my phone. iPhone connected fine with their MacBook. That doesn't help me at home though.

  • SQL Always On: not accessible for queries

    Hi forum!
    I'm monitoring SQL 2012 Always On Groups with the latest SQL MP. A couple of the database replicas are configured to not allow access. This is to avoid additional license costs for those minor important databases.
    However, I get the following events in the SQL log:
    Error 976, Severity 14
    The target database, '%.*ls', is participating in an availability group and is currently not accessible for queries. Either data movement is suspended
    or the availability replica is not enabled for read access. To allow read-only access to this and other ...
    Of course, as soon as I configure read-only for those databases the events disappear.
    Is there any other solution?
    Has anyone identified already (all) the accessing workflows?
    Thanks in advance,
    Patrick
    http://www.syliance.com | http://www.systemcenterrocks.com

    Hi All, I am also experiencing this issue.  Having a look at the statements SCOM is issuing, it's actually checking whether the AG secondary allows connections but it ignores the value and tries to connect anyway.  I believe this is a minor bug. 
    See below for these queries. 
    You can vote to correct it through Microsoft Connect on: https://connect.microsoft.com/WindowsServer/feedback/details/1121330
    --SCOM/MP: is this database a replica and does it allow connections?
    SELECT d.name, d.database_id, CASE WHEN d.replica_id IS NULL THEN 0 ELSE 1 END AS is_replica, ar.secondary_role_allow_connections
    FROM sys.databases d JOIN sys.availability_replicas ar on d.replica_id = ar.replica_id JOIN sys.servers s ON s.name = ar.replica_server_name AND s.server_id = 0 /*local server*/
    WHERE d.database_id = x --current db id in sys.databases loop
    --SCOM/MP: let's look into that db (regardless of whether it allows connections)
    --EXCEPTION: The target database, 'x', is participating in an availability group and is currently not accessible for queries. Either data movement is suspended or the availability replica is not enabled for read access. To allow read-only access to this and other databases in the availability group, enable read access to one or more secondary availability replicas in the group. For more information, see the ALTER AVAILABILITY GROUP statement in SQL Server Books Online.

Maybe you are looking for