SELECT returns no result when there is a default namespace definition inXML

Hi,
I have a problem that my select doesn't return any result when there is a default namespace definition in my XML file.
I'm using oracle 11g release 1
XML file stored as a binary XML:
<SIMS xmlns="http://sims.ics.muni.cz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://sims.ics.muni.cz jh_sims_matricni_vystupy_or.xsd">
<Vystup Datum="2006-07-18" Typ="2" Nazev="Poslední etapy" PocetStudentu="1" PocetStudii="2">
<Student RodneCislo="8001011001">
<Jmeno>Petr</Jmeno>
</Student>
</Vystup>
</SIMS>
This select return no result:
SELECT student.jmeno FROM jh_sims_bin_no_schema s, XMLTable('/SIMS/Vystup/Student' PASSING s.OBJECT_VALUE COLUMNS jmeno VARCHAR2(10) PATH 'Jmeno') student
When I remove default namespace definition (xmlns="http://sims.ics.muni.cz") everything works fine and the same SELECT returns "Petr". Also when the file is stored in object relational storage everything works fine!
<SIMS xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://sims.ics.muni.cz jh_sims_matricni_vystupy_or.xsd">
<Vystup Datum="2006-07-18" Typ="2" Nazev="Poslední etapy" PocetStudentu="1" PocetStudii="2">
<Student RodneCislo="8001011001">
<Jmeno>Petr</Jmeno>
</Student>
</Vystup>
</SIMS>
Thanks for any help!
Jan Hruby

Hi Jan,
You need to specify the default namespace of the document in the XMLNamespaces clause :
SELECT student.jmeno
FROM jh_sims_bin_no_schema s,
     XMLTable(
      XMLNamespaces(default 'http://sims.ics.muni.cz'),
      '/SIMS/Vystup/Student'
      PASSING s.OBJECT_VALUE
      COLUMNS jmeno VARCHAR2(10) PATH 'Jmeno'
     ) student
;

Similar Messages

  • cm:search is not returning any result when logical operator '!' is used.

    <cm:search is not returning any result when logical operator '!' is used.
    I am using BEA 9.1 content management services API. When I run the following query I am not receiving any results. Also no error or exceptions are seen in the weblogic or cmspi log.
    The query is <cm:search id="docs" query="!(object_name like 'Sport*')" />

    HI cam 
    Thanks for your reply, but i found the problem it was because my server administrator password has changed by network guys... and because of it crawler unable to access the content 
    I wrote my solution here i hope it will help other people 
    http://bvs-sharepoint.blogspot.com/2015/03/sharepoint-search-is-not-returning.html
    RB

  • Removing a row from SQL query results when there is a duplicate hostname

    I have a query created for a software usage report in SCCM. When there are multiple versions of the same software (Acrobat) installed on the same machine, I will receive duplicate results for the same machine. For example, it will come back with Acrobat
    9 and another Acrobat 10 for HOSTNAME1. However, only Acrobat 10 has a usage count. Is it possible to delete the row for Acrobat that has a software usage count of "0/null" if there is another Acrobat results showing up that actually has a usage
    count? Let me know if I need to clarify. Any suggestions would be appreciated.

    It is more complicated than doing just "Where usage count >0 and usage is not NULL"
    because I still want results that have a 0 usage count. I just don't want to have duplicate machines show up for the same software IF one of them returns a usage count of 0.
    SELECT DISTINCT
    abc.SECTOR
    ,abc.BA
    ,abc.SITE
    ,abc.HOSTNAME as 'Name0'
    ,rs.ResourceID
    ,CASE
    WHEN mf.OriginalFileName = 'dwrcc.exe' THEN 'DameWare'
    WHEN mf.OriginalFileName = 'matlab.exe' THEN 'MathWorks'
    WHEN mf.OriginalFileName IN ('encoder.exe','expressionweb.exe','exprwd.exe','mappoint.exe','winproj.exe','visio.exe','devenv.exe','VBExpress.exe','VCExpress.exe','VCSExpress.exe','VWDExpress.exe','excel.exe','groove.exe','infopath.exe','msaccess.exe','mspub.exe','onenote.exe','outlook.exe','powerpnt.exe','winword.exe','communicator.exe')
    THEN 'Microsoft'
    WHEN mf.OriginalFileName IN ('acrobat.exe','Acrobat Elements.exe','AfterFX.exe','Audition.Exe','Adobe Audition.Exe','AdobeCaptivate.exe','CFReportBuilder.exe','Coldfusion.Exe','Contribute.exe','director.exe','Projector.exe','dreamweaver.exe','Adobe
    Encore.exe','Adobe Encore Dvd.Exe','Encoredvd.Exe','Fireworks.exe','FlashBuilder4.exe','flash.exe','Flex Builder.exe','FlexBuilder.exe','Framemaker.Exe','framemaker+sgml.exe','illustrator.exe','HomeSite+.exe','homesite4.exe','homesite45.exe','Homesite5.exe','InDesign.exe','Lightroom.exe','Adobe
    OnLocation.exe','Pm65.Exe','Pm70.Exe','pm.exe','pm4.exe','pm5.exe','pm6.exe','photoshop.exe','Photosle.exe','Photoshopelementsorganizer.Exe','Photoshopelementseditor.Exe','photoshp.exe','Lightroom.exe','Adobe Premiere Elements.Exe','Adobe Premiere Elements
    8.0.Exe','Adobe Premiere Elements 10.Exe','Adobe Premiere Elements 9.Exe','Adobe Premiere Elements 7.0.exe','Premiere.Exe','Adobe Premiere Pro.Exe','Adobe-Pr-Vc.Exe','Robohelp.Exe','robodemo.exe','roboinfo.exe','Adobe Soundbooth CS5.exe','Adobe Soundbooth
    CS4.exe','Adobe Soundbooth CS3.exe','Adobe Media Encoder.exe','speedgrade.exe','adobe prelude.exe') THEN 'Adobe'
    ELSE 'OTHER'
    END as 'Publisher'
    ,(CASE mf.OriginalFileName
    WHEN 'acrobat.exe' THEN 'Acrobat'
    WHEN 'Acrobat Elements.exe' THEN 'Acrobat Elements'
    WHEN 'AfterFX.exe' THEN 'After Effects'
    WHEN 'Audition.exe' THEN 'Audition'
    WHEN 'Adobe Audition.exe' THEN 'Audition'
    WHEN 'AdobeCaptivate.exe' THEN 'Captivate'
    WHEN 'CFReportBuilder.exe' THEN 'Coldfusion Builder'
    WHEN 'Coldfusion.exe' THEN 'Coldfusion Standard'
    WHEN 'Contribute.exe' THEN 'Contribute'
    WHEN 'dwrcc.exe' THEN 'DameWare Mini Remote Control'
    WHEN 'director.exe' THEN 'Director'
    WHEN 'Projector.exe' THEN 'Director'
    WHEN 'dreamweaver.exe' THEN 'Dreamweaver'
    WHEN 'Adobe Encore.exe' THEN 'Encore'
    WHEN 'Adobe Encore Dvd.exe' THEN 'Encore'
    WHEN 'Encoredvd.exe' THEN 'Encore'
    WHEN 'encoder.exe' THEN 'Expression'
    WHEN 'expressionweb.exe' THEN 'Expression'
    WHEN 'exprwd.exe' THEN 'Expression'
    WHEN 'Fireworks.exe' THEN 'Fireworks'
    WHEN 'FlashBuilder4.exe' THEN 'Flash Builder'
    WHEN 'flash.exe' THEN 'Flash Pro'
    WHEN 'Flex Builder.exe' THEN 'FlexBuilder'
    WHEN 'FlexBuilder.exe' THEN 'FlexBuilder'
    WHEN 'Framemaker.exe' THEN 'FrameMaker'
    WHEN 'framemaker+sgml.exe' THEN 'FrameMaker'
    WHEN 'HomeSite+.exe' THEN 'Homesite'
    WHEN 'homesite4.exe' THEN 'Homesite'
    WHEN 'homesite45.exe' THEN 'Homesite'
    WHEN 'Homesite5.exe' THEN 'Homesite'
    WHEN 'illustrator.exe' THEN 'Illustrator'
    WHEN 'InDesign.exe' THEN 'InDesign'
    WHEN 'Lightroom.exe' THEN 'Lightroom'
    WHEN 'mappoint.exe' THEN 'MapPoint'
    WHEN 'Adobe Media Encoder.exe' THEN 'Media Encoder'
    WHEN 'Adobe OnLocation.exe' THEN 'OnLocation'
    WHEN 'Pm65.exe' THEN 'PageMaker'
    WHEN 'Pm70.exe' THEN 'PageMaker'
    WHEN 'pm.exe' THEN 'PageMaker'
    WHEN 'pm4.exe' THEN 'PageMaker'
    WHEN 'pm5.exe' THEN 'PageMaker'
    WHEN 'pm6.exe' THEN 'PageMaker'
    WHEN 'photoshop.exe' THEN 'Photoshop'
    WHEN 'Photosle.exe' THEN 'Photoshop'
    WHEN 'Photoshopelementsorganizer.exe' THEN 'Photoshop Elements'
    WHEN 'Photoshopelementseditor.exe' THEN 'Photoshop Elements'
    WHEN 'photoshp.exe' THEN 'Photoshop Elements'
    WHEN 'Lightroom.exe' THEN 'Photoshop Lightroom'
    WHEN 'adobe prelude.exe' THEN 'Prelude'
    WHEN 'Adobe Premiere Elements.exe' THEN 'Premiere Elements'
    WHEN 'Adobe Premiere Elements 8.0.exe' THEN 'Premiere Elements'
    WHEN 'Adobe Premiere Elements 10.exe' THEN 'Premiere Elements'
    WHEN 'Adobe Premiere Elements 9.exe' THEN 'Premiere Elements'
    WHEN 'Adobe Premiere Elements 7.0.exe' THEN 'Premiere Elements'
    WHEN 'Premiere.exe' THEN 'Premiere Pro'
    WHEN 'Adobe Premiere Pro.exe' THEN 'Premiere Pro'
    WHEN 'Adobe-Pr-Vc.exe' THEN 'Presenter'
    WHEN 'winproj.exe' THEN 'Project'
    WHEN 'Robohelp.exe' THEN 'RoboHelp'
    WHEN 'robodemo.exe' THEN 'RoboHelp'
    WHEN 'roboinfo.exe' THEN 'RoboHelp'
    WHEN 'Adobe Soundbooth CS5.exe' THEN 'Soundbooth'
    WHEN 'Adobe Soundbooth CS4.exe' THEN 'Soundbooth'
    WHEN 'Adobe Soundbooth CS3.exe' THEN 'Soundbooth'
    WHEN 'speedgrade.exe' THEN 'Speedgrade'
    WHEN 'visio.exe' THEN 'Visio'
    WHEN 'devenv.exe' THEN 'Visual Studio'
    WHEN 'VBExpress.exe' THEN 'Visual Studio'
    WHEN 'VCExpress.exe' THEN 'Visual Studio'
    WHEN 'VCSExpress.exe' THEN 'Visual Studio'
    WHEN 'VWDExpress.exe' THEN 'Visual Studio'
    WHEN 'WinWord.exe' THEN 'Word'
    WHEN 'matlab.exe' THEN 'MATLAB'
    ELSE mf.OriginalFileName
    END) as 'ProductName'
    ,mf.OriginalFileName
    ,sf.FileDescription
    ,CASE
    WHEN sf.FilePath like '%acrobat%' and sf.FileVersion != '' THEN left(sf.FileVersion,patindex('%.%',sf.FileVersion)-1)
    ELSE sf.FileVersion
    END AS 'FileVersion'
    ,sf.FilePath
    ,mf.MeteredFileID
    ,ISNULL(mus.UsageTime, '') as 'USAGETIME'
    ,ISNULL(mus.UsageCount, '') as 'USAGECOUNT'
    ,mus.LastUsage
    --,ISNULL(CONVERT(VARCHAR,mus.LastUsage,21),'') as 'Last Used'
    ,CASE
    WHEN mus.LastUsage IS NULL and
    sf.FilePath like '%\Program Files\Hewlett-Packard\%'
    or sf.FilePath like '_:\Windows\%'
    or sf.FilePath like '% old %'
    or sf.FilePath like '%[_]old[_]%'
    or sf.FilePath like '%backup%'
    or sf.FilePath like '_:\Data\%'
    or sf.FilePath like 'C:\Users\%'
    or sf.FilePath like 'C:\Documents and Settings\%'
    or (sf.FileName = 'acrobat.exe' and sf.FileDescription IS NULL)
    THEN 'FALSE'
    ELSE 'TRUE'
    END as 'VALID'
    ,ISNULL(ui.UserName,scum.TopConsoleUser0) as 'PrimaryUser'
    FROM
    v_MeteredFiles mf
    INNER JOIN v_GS_SoftwareFile sf on mf.MeteredFileID = sf.FileID
    --LEFT JOIN v_SoftwareFile sfi on sfi.FileID = sf.FileID
    LEFT JOIN v_R_System rs on sf.ResourceID = rs.ResourceID and rs.Obsolete0 = 0 and rs.Active0 = 1
    LEFT JOIN v_CH_ClientSummary ch on ch.ResourceID = rs.ResourceID
    INNER JOIN [CUSTOM].[dbo].[ABC_SITES] abc on rs.Name0 = abc.HOSTNAME and abc.SERV_FL = 'N'
    LEFT JOIN (
    SELECT ResourceID,FileID,SUM(UsageCount) as 'UsageCount',MAX(MeteredUserID) as 'UserID',SUM(UsageTime) as 'UsageTime',MAX(LastUsage) as 'LastUsage'
    FROM v_MonthlyUsageSummary
    GROUP BY ResourceID,FileID
    ) mus on mus.ResourceID = sf.ResourceID and mus.FileID = mf.MeteredFileID
    LEFT JOIN v_Users ui on ui.UserID = mus.UserID
    LEFT JOIN v_GS_SYSTEM_CONSOLE_USAGE_MAXGROUP scum on scum.ResourceID = rs.ResourceID
    WHERE
    (ch.LastActiveTime >= GETDATE()-30 or bae.LOGON_TMSP >= GETDATE()-30)
    and mf.OriginalFileName != 'WinWord.exe'
    --Exclude files in Recycle Bin
    and sf.FilePath not like '_:\$Recycle.Bin%'
    --Exclude invalid flash FileID's:
    and sf.FileID not in ('216172782114109353','216172782113863960','216172782113863969','216172782114336737','216172782114337853','216172782114009539','216172782114088205','216172782114148960','216172782114088174','216172782114109319','216172782113854316','216172782114045303','216172782114103331','216172782114318673','216172782113997536','216172782114103319','216172782114035585','216172782114035580','288230376151905593','288230376152414835','288230376152326390','288230376152414762','288230376152752371','288230376152238194','288230376151864114','288230376152221470','288230376152194417','288230376152452591','288230376152433530','288230376151826881','288230376151905590','288230376151993886','288230376152142718','288230376151766967','288230376151949862','288230376151870700','288230376151805491','288230376151796019','288230376152041232','288230376152068486','288230376152330596','288230376151982279','288230376151982277','288230376152126901','288230376151864098','288230376152129697','288230376152055728','216172782113836986','288230376152068474','288230376152068500','288230376151754145','288230376152241787','216172782113974892','288230376152107352','288230376152049272','288230376152367258','288230376152014270','288230376152423348','288230376151777614','288230376152137355','288230376152699042','288230376151777252','288230376152025890','288230376152688217','216172782113850093','216172782113850201','216172782114478326','216172782114139161','216172782113976965','216172782114084839','216172782114084848','288230376151766956','288230376152068464','288230376151766948','288230376152068455','288230376151903237','288230376151857402','288230376151933218','216172782113888320','216172782113867157','216172782113798401','216172782113884867')
    and sf.FileDescription not like '%PackageForTheWeb%'
    and sf.FileDescription not like '%Projector%'
    and sf.FileDescription not like '%Adobe Reader%'
    and sf.FileDescription not like '%Netopsystems%'
    and abc.SECTOR in (@Sector)
    and abc.BA in (@Business_Area)
    and abc.SITE in (@Site)
    and (CASE mf.OriginalFileName
    WHEN 'acrobat.exe' THEN 'Acrobat'
    WHEN 'Acrobat Elements.exe' THEN 'Acrobat Elements'
    WHEN 'AfterFX.exe' THEN 'After Effects'
    WHEN 'Audition.exe' THEN 'Audition'
    WHEN 'Adobe Audition.exe' THEN 'Audition'
    WHEN 'AdobeCaptivate.exe' THEN 'Captivate'
    WHEN 'CFReportBuilder.exe' THEN 'Coldfusion Builder'
    WHEN 'Coldfusion.exe' THEN 'Coldfusion Standard'
    WHEN 'Contribute.exe' THEN 'Contribute'
    WHEN 'dwrcc.exe' THEN 'DameWare Mini Remote Control'
    WHEN 'director.exe' THEN 'Director'
    WHEN 'Projector.exe' THEN 'Director'
    WHEN 'dreamweaver.exe' THEN 'Dreamweaver'
    WHEN 'Adobe Encore.exe' THEN 'Encore'
    WHEN 'Adobe Encore Dvd.exe' THEN 'Encore'
    WHEN 'Encoredvd.exe' THEN 'Encore'
    WHEN 'encoder.exe' THEN 'Expression'
    WHEN 'expressionweb.exe' THEN 'Expression'
    WHEN 'exprwd.exe' THEN 'Expression'
    WHEN 'Fireworks.exe' THEN 'Fireworks'
    WHEN 'FlashBuilder4.exe' THEN 'Flash Builder'
    WHEN 'flash.exe' THEN 'Flash Pro'
    WHEN 'Flex Builder.exe' THEN 'FlexBuilder'
    WHEN 'FlexBuilder.exe' THEN 'FlexBuilder'
    WHEN 'Framemaker.exe' THEN 'FrameMaker'
    WHEN 'framemaker+sgml.exe' THEN 'FrameMaker'
    WHEN 'HomeSite+.exe' THEN 'Homesite'
    WHEN 'homesite4.exe' THEN 'Homesite'
    WHEN 'homesite45.exe' THEN 'Homesite'
    WHEN 'Homesite5.exe' THEN 'Homesite'
    WHEN 'illustrator.exe' THEN 'Illustrator'
    WHEN 'InDesign.exe' THEN 'InDesign'
    WHEN 'Lightroom.exe' THEN 'Lightroom'
    WHEN 'mappoint.exe' THEN 'MapPoint'
    WHEN 'Adobe Media Encoder.exe' THEN 'Media Encoder'
    WHEN 'Adobe OnLocation.exe' THEN 'OnLocation'
    WHEN 'Pm65.exe' THEN 'PageMaker'
    WHEN 'Pm70.exe' THEN 'PageMaker'
    WHEN 'pm.exe' THEN 'PageMaker'
    WHEN 'pm4.exe' THEN 'PageMaker'
    WHEN 'pm5.exe' THEN 'PageMaker'
    WHEN 'pm6.exe' THEN 'PageMaker'
    WHEN 'photoshop.exe' THEN 'Photoshop'
    WHEN 'Photosle.exe' THEN 'Photoshop'
    WHEN 'Photoshopelementsorganizer.exe' THEN 'Photoshop Elements'
    WHEN 'Photoshopelementseditor.exe' THEN 'Photoshop Elements'
    WHEN 'photoshp.exe' THEN 'Photoshop Elements'
    WHEN 'Lightroom.exe' THEN 'Photoshop Lightroom'
    WHEN 'adobe prelude.exe' THEN 'Prelude'
    WHEN 'Adobe Premiere Elements.exe' THEN 'Premiere Elements'
    WHEN 'Adobe Premiere Elements 8.0.exe' THEN 'Premiere Elements'
    WHEN 'Adobe Premiere Elements 10.exe' THEN 'Premiere Elements'
    WHEN 'Adobe Premiere Elements 9.exe' THEN 'Premiere Elements'
    WHEN 'Adobe Premiere Elements 7.0.exe' THEN 'Premiere Elements'
    WHEN 'Premiere.exe' THEN 'Premiere Pro'
    WHEN 'Adobe Premiere Pro.exe' THEN 'Premiere Pro'
    WHEN 'Adobe-Pr-Vc.exe' THEN 'Presenter'
    WHEN 'winproj.exe' THEN 'Project'
    WHEN 'Robohelp.exe' THEN 'RoboHelp'
    WHEN 'robodemo.exe' THEN 'RoboHelp'
    WHEN 'roboinfo.exe' THEN 'RoboHelp'
    WHEN 'Adobe Soundbooth CS5.exe' THEN 'Soundbooth'
    WHEN 'Adobe Soundbooth CS4.exe' THEN 'Soundbooth'
    WHEN 'Adobe Soundbooth CS3.exe' THEN 'Soundbooth'
    WHEN 'speedgrade.exe' THEN 'Speedgrade'
    WHEN 'visio.exe' THEN 'Visio'
    WHEN 'devenv.exe' THEN 'Visual Studio'
    WHEN 'VBExpress.exe' THEN 'Visual Studio'
    WHEN 'VCExpress.exe' THEN 'Visual Studio'
    WHEN 'VCSExpress.exe' THEN 'Visual Studio'
    WHEN 'VWDExpress.exe' THEN 'Visual Studio'
    WHEN 'WinWord.exe' THEN 'Word'
    WHEN 'matlab.exe' THEN 'Matlab'
    ELSE mf.OriginalFileName
    END) IN (@MeteredProduct)
    ORDER BY
    abc.SECTOR
    ,abc.BA
    ,abc.SITE
    ,abc.HOSTNAME

  • Report obsolete returns diff results when backups are UNAVAIL vs AVAIL

    Hello from Nova Scotia, Canada:
    I'm wondering if someone out there who lives and breaths rman (10gR2) for a living can shed some light...
    We are finding that report obsolete (as well as delete obsolete) are returning different results depending on if our backups
    are AVAILABLE or UNAVAILABLE.
    In our shop, our backups are changed to UNAVAILABLE because they get moved to a different location later, but delete
    obsolete doesn't seem to work as expected unless the backups are AVAILABLE.
    I am pasting some output below to demonstrate my point. Basically, in the output you are about to see, I'm showing you
    my retention policy and I'm listing the backups that I have (and you can see their status is "A" for available). Then I do a
    'report obsolete' command to show you what is considered obsolete (3 files are - which is what I expected). Then I change
    all my backups to unavailable. Then I list all my backups again and show you that their status has changed to "U" for unavailable.
    Then I do 'report obsolete' again and as you can see, I get different results! Can someone explain this to me?? I have RTFManuals
    and no where does it say that availability is a factor that can impact determining what is obsolete. You also see in the output
    below what version we're using (10.2.0.4.0) and that we are using a recovery catalog.
    If someone would like to see additional information, feel free to ask, I'm more than happy to help you help me.
    I should also mention this is a 2 node rac on linux.
    Many Thanks.
    ========================================================
    $ rman target / catalog rrc/rg@RRC
    Recovery Manager: Release 10.2.0.4.0 - Production on Tue May 11 22:06:21 2010
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    connected to target database: IPCSD (DBID=1703825384)
    connected to recovery catalog database
    RMAN> show retention policy;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 1 DAYS;
    RMAN> list backup summary;
    List of Backups
    ===============
    Key     TY LV S Device Type Completion Time     #Pieces #Copies Compressed Tag
    64093   B  F  A DISK        05/10/2010 03:06:52 2       1       NO         HOTBKUP201005100300_DB
    64122   B  A  A DISK        05/10/2010 03:08:41 1       1       NO         HOTBKUP201005100300_ARCHLOGS
    64361   B  F  A DISK        05/10/2010 21:56:33 2       1       NO         HOTBKUP201005102149_DB
    64362   B  F  A DISK        05/10/2010 21:56:37 1       1       NO         HOTBKUP201005102149_DB
    64390   B  A  A DISK        05/10/2010 21:58:02 1       1       NO         HOTBKUP201005102149_ARCHLOGS
    64508   B  F  A DISK        05/11/2010 03:07:01 2       1       NO         HOTBKUP201005110300_DB
    64509   B  F  A DISK        05/11/2010 03:07:10 1       1       NO         HOTBKUP201005110300_DB
    64544   B  A  A DISK        05/11/2010 03:07:47 1       1       NO         HOTBKUP201005110300_ARCHLOGS
    RMAN> report obsolete;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to recovery window of 1 days
    Report of obsolete backups and copies
    Type                 Key    Completion Time    Filename/Handle
    Backup Set           64093  05/10/2010 03:06:51
      Backup Piece       64097  05/10/2010 03:06:51 /oracle_admin/rman_backups/201005100300/RMAN_HOTBKUP_IPCSD_201005100300_BS_1349_PC_2_CP_1_DB
    Backup Set           64093  05/10/2010 03:04:01
      Backup Piece       64096  05/10/2010 03:04:01 /oracle_admin/rman_backups/201005100300/RMAN_HOTBKUP_IPCSD_201005100300_BS_1349_PC_1_CP_1_DB
    Backup Set           64122  05/10/2010 03:08:41
      Backup Piece       64125  05/10/2010 03:08:41 /oracle_admin/rman_backups/201005100300/RMAN_HOTBKUP_IPCSD_201005100300_BS_1351_PC_1_CP_1_ARCHLOGS
    RMAN> change backup unavailable;
    changed backup piece unavailable
    backup piece handle=/oracle_admin/rman_backups/201005100300/RMAN_HOTBKUP_IPCSD_201005100300_BS_1349_PC_1_CP_1_DB recid=1533 stamp=718599624
    changed backup piece unavailable
    backup piece handle=/oracle_admin/rman_backups/201005100300/RMAN_HOTBKUP_IPCSD_201005100300_BS_1349_PC_2_CP_1_DB recid=1534 stamp=718599846
    changed backup piece unavailable
    backup piece handle=/oracle_admin/rman_backups/201005100300/RMAN_HOTBKUP_IPCSD_201005100300_BS_1351_PC_1_CP_1_ARCHLOGS recid=1536 stamp=718600043
    changed backup piece unavailable
    backup piece handle=/oracle_admin/rman_backups/201005102149/RMAN_HOTBKUP_IPCSD_201005102149_BS_1354_PC_1_CP_1_DB recid=1539 stamp=718667376
    changed backup piece unavailable
    backup piece handle=/oracle_admin/rman_backups/201005102149/RMAN_HOTBKUP_IPCSD_201005102149_BS_1354_PC_2_CP_1_DB recid=1540 stamp=718667600
    changed backup piece unavailable
    backup piece handle=/oracle_admin/rman_backups/201005102149/RMAN_HOTBKUP_IPCSD_201005102149_BS_1355_PC_1_CP_1_DB recid=1541 stamp=718667797
    changed backup piece unavailable
    backup piece handle=/oracle_admin/rman_backups/201005102149/RMAN_HOTBKUP_IPCSD_201005102149_BS_1356_PC_1_CP_1_ARCHLOGS recid=1542 stamp=718667821
    changed backup piece unavailable
    backup piece handle=/oracle_admin/rman_backups/201005110300/RMAN_HOTBKUP_IPCSD_201005110300_BS_1357_PC_1_CP_1_DB recid=1543 stamp=718686020
    changed backup piece unavailable
    backup piece handle=/oracle_admin/rman_backups/201005110300/RMAN_HOTBKUP_IPCSD_201005110300_BS_1357_PC_2_CP_1_DB recid=1544 stamp=718686253
    changed backup piece unavailable
    backup piece handle=/oracle_admin/rman_backups/201005110300/RMAN_HOTBKUP_IPCSD_201005110300_BS_1358_PC_1_CP_1_DB recid=1545 stamp=718686430
    changed backup piece unavailable
    backup piece handle=/oracle_admin/rman_backups/201005110300/RMAN_HOTBKUP_IPCSD_201005110300_BS_1359_PC_1_CP_1_ARCHLOGS recid=1546 stamp=718686452
    Changed 11 objects to UNAVAILABLE status
    RMAN> list backup summary;
    List of Backups
    ===============
    Key     TY LV S Device Type Completion Time     #Pieces #Copies Compressed Tag
    64093   B  F  U DISK        05/10/2010 03:06:52 2       1       NO         HOTBKUP201005100300_DB
    64122   B  A  U DISK        05/10/2010 03:08:41 1       1       NO         HOTBKUP201005100300_ARCHLOGS
    64361   B  F  U DISK        05/10/2010 21:56:33 2       1       NO         HOTBKUP201005102149_DB
    64362   B  F  U DISK        05/10/2010 21:56:37 1       1       NO         HOTBKUP201005102149_DB
    64390   B  A  U DISK        05/10/2010 21:58:02 1       1       NO         HOTBKUP201005102149_ARCHLOGS
    64508   B  F  U DISK        05/11/2010 03:07:01 2       1       NO         HOTBKUP201005110300_DB
    64509   B  F  U DISK        05/11/2010 03:07:10 1       1       NO         HOTBKUP201005110300_DB
    64544   B  A  U DISK        05/11/2010 03:07:47 1       1       NO         HOTBKUP201005110300_ARCHLOGS
    RMAN> report obsolete;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to recovery window of 1 days
    Report of obsolete backups and copies
    Type                 Key    Completion Time    Filename/Handle
    Backup Set           64362  05/10/2010 21:56:37
      Backup Piece       64366  05/10/2010 21:56:37 /oracle_admin/rman_backups/201005102149/RMAN_HOTBKUP_IPCSD_201005102149_BS_1355_PC_1_CP_1_DB
    RMAN>I just want to point out that the one obsolete file just contains a Control File and a SPFILE, as shown below:
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    64362   Full    17.64M     DISK        00:00:02     05/10/2010 21:56:37
            BP Key: 64366   Status: UNAVAILABLE  Compressed: NO  Tag: HOTBKUP201005102149_DB
            Piece Name: /oracle_admin/rman_backups/201005102149/RMAN_HOTBKUP_IPCSD_201005102149_BS_1355_PC_1_CP_1_DB
      Control File Included: Ckp SCN: 15213106404   Ckp time: 05/10/2010 21:56:35
      SPFILE Included: Modification time: 05/09/2010 18:00:42---------------
    **** END *****
    Edited by: user478914 on May 12, 2010 3:03 AM
    Edited by: user478914 on May 12, 2010 3:24 AM

    Thanks for reading my post. Here is the result of doing the crosscheck command.
    Problem still exists. Someone correct me if I'm wrong but I believe crosscheck does
    nothing because all my backups are listed as unavailable, so there is nothing for it to do.
    Any other thoughts or suggestions?
    This problem is driving me bonkers. I have read the Backup and Recovery Basic Guide and Advanced Guide,
    googled the web, searched OTN, searched Metalink and I can't find anything on the topic of backup
    piece availability affecting obsolescence. Many thanks.
    RMAN> list backup summary;
    List of Backups
    ===============
    Key     TY LV S Device Type Completion Time     #Pieces #Copies Compressed Tag
    64361   B  F  U DISK        05/10/2010 21:56:33 2       1       NO         HOTBKUP201005102149_DB
    64362   B  F  U DISK        05/10/2010 21:56:37 1       1       NO         HOTBKUP201005102149_DB
    64390   B  A  U DISK        05/10/2010 21:58:02 1       1       NO         HOTBKUP201005102149_ARCHLOGS
    64508   B  F  U DISK        05/11/2010 03:07:01 2       1       NO         HOTBKUP201005110300_DB
    64509   B  F  U DISK        05/11/2010 03:07:10 1       1       NO         HOTBKUP201005110300_DB
    64544   B  A  U DISK        05/11/2010 03:07:47 1       1       NO         HOTBKUP201005110300_ARCHLOGS
    64761   B  F  U DISK        05/12/2010 03:06:23 2       1       NO         HOTBKUP201005120300_DB
    64762   B  F  U DISK        05/12/2010 03:06:30 1       1       NO         HOTBKUP201005120300_DB
    64792   B  A  U DISK        05/12/2010 03:08:13 1       1       NO         HOTBKUP201005120300_ARCHLOGS
    RMAN> crosscheck backup;
    using channel ORA_DISK_1
    RMAN> report obsolete recovery window of 1 days;
    Report of obsolete backups and copies
    Type                 Key    Completion Time    Filename/Handle
    Backup Set           64362  05/10/2010 21:56:37
      Backup Piece       64366  05/10/2010 21:56:37 /oracle_admin/rman_backups/201005102149/RMAN_HOTBKUP_IPCSD_201005102149_BS_1355_PC_1_CP_1_DB
    Backup Set           64509  05/11/2010 03:07:10
      Backup Piece       64520  05/11/2010 03:07:10 /oracle_admin/rman_backups/201005110300/RMAN_HOTBKUP_IPCSD_201005110300_BS_1358_PC_1_CP_1_DB
    RMAN>

  • SELECT returning different rows when issued from SQL Developer or Java apps

    Hi there. I'm facing a problem here: I'm trying to issue a SELECT from Java, which should return me 2 rows; but I'm getting just one. When I issue the SELECT directly through SQL Developer it gives me the expected result. I've pastebin the code at http://paste.uni.cc/11821, where I've described in details the problem.
    What could it be? Any help would be appreciated.
    Thanks in advance!

    Marco,
    I would code it a bit differently, but I don't think that would solve your problem.
    I suggest setting up the JDBC logging. I'm not promising it will help, but I guess it
    can't hurt. Here is a white paper about it:
    http://www.oracle.com/technology/tech/java/sqlj_jdbc/pdf/logging%20white%20paper.pdf
    You can also access that link from this Web page:
    http://www.oracle.com/technology/tech/java/sqlj_jdbc/index.html
    Good Luck,
    Avi.

  • XQuery not returning any results when doc contains ENTITY refs

    Dear Forum members,
    I am a bdbxml newbie so please be gentle.
    I am trying to run xqueries against a TEI P5 document on bdxml 2.4.13 using Oxygen 9 (I'm also using Python and the API - it's not working either)
    My XML contains transcripts of poems written in medieval Welsh. There are a lot of Entity references which I am including at the start of the document as:
    <?oxygen RNGSchema="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/teilite.rng" type="xml"?>
    <!DOCTYPE TEI [
    <!ENTITY aacute     "&#x00E1;"> <!-- LATIN SMALL LETTER A WITH ACUTE -->
    <!ENTITY Aacute     "&#x00C1;"> <!-- LATIN CAPITAL LETTER A WITH ACUTE -->
    <!ENTITY acirc     "&#x00E2;"> <!-- LATIN SMALL LETTER A WITH CIRCUMFLEX -->
    <!ENTITY Acirc     "&#x00C2;"> <!-- LATIN CAPITAL LETTER A WITH CIRCUMFLEX -->
    <!ENTITY agrave     "&#x00E0;"> <!-- LATIN SMALL LETTER A WITH GRAVE -->
    <!ENTITY Agrave     "&#x00C0;"> <!-- LATIN CAPITAL LETTER A WITH GRAVE -->
    <!ENTITY aring     "&#x00E5;"> <!-- LATIN SMALL LETTER A WITH RING ABOVE -->
    <!ENTITY Aring     "&#x00C5;"> <!-- LATIN CAPITAL LETTER A WITH RING ABOVE -->
    <!ENTITY atilde     "&#x00E3;"> <!-- LATIN SMALL LETTER A WITH TILDE -->
    <!ENTITY Atilde     "&#x00C3;"> <!-- LATIN CAPITAL LETTER A WITH TILDE -->
    <!ENTITY auml     "&#x00E4;"> <!-- LATIN SMALL LETTER A WITH DIAERESIS -->
    <!ENTITY Auml     "&#x00C4;"> <!-- LATIN CAPITAL LETTER A WITH DIAdERESIS -->
    <!ENTITY aelig     "&#x00E6;"> <!-- LATIN SMALL LETTER AE -->
    <!ENTITY AElig     "&#x00C6;"> <!-- LATIN CAPITAL LETTER AE -->
    <!ENTITY ccedil     "&#x00E7;"> <!-- LATIN SMALL LETTER C WITH CEDILLA -->
    <!ENTITY Ccedil     "&#x00C7;"> <!-- LATIN CAPITAL LETTER C WITH CEDILLA -->
    <!ENTITY eth     "&#x00F0;"> <!-- LATIN SMALL LETTER ETH -->
    <!ENTITY ETH     "&#x00D0;"> <!-- LATIN CAPITAL LETTER ETH -->
    <!ENTITY eacute     "&#x00E9;"> <!-- LATIN SMALL LETTER E WITH ACUTE -->
    <!ENTITY Eacute     "&#x00C9;"> <!-- LATIN CAPITAL LETTER E WITH ACUTE -->
    <!ENTITY ecirc     "&#x00EA;"> <!-- LATIN SMALL LETTER E WITH CIRCUMFLEX -->
    <!ENTITY Ecirc     "&#x00CA;"> <!-- LATIN CAPITAL LETTER E WITH CIRCUMFLEX -->
    <!ENTITY egrave     "&#x00E8;"> <!-- LATIN SMALL LETTER E WITH GRAVE -->
    <!ENTITY Egrave     "&#x00C8;"> <!-- LATIN CAPITAL LETTER E WITH GRAVE -->
    <!ENTITY euml     "&#x00EB;"> <!-- LATIN SMALL LETTER E WITH DIAERESIS -->
    <!ENTITY Euml     "&#x00CB;"> <!-- LATIN CAPITAL LETTER E WITH DIAERESIS -->
    <!ENTITY iacute     "&#x00ED;"> <!-- LATIN SMALL LETTER I WITH ACUTE -->
    <!ENTITY Iacute     "&#x00CD;"> <!-- LATIN CAPITAL LETTER I WITH ACUTE -->
    <!ENTITY icirc     "&#x00EE;"> <!-- LATIN SMALL LETTER I WITH CIRCUMFLEX -->
    <!ENTITY Icirc     "&#x00CE;"> <!-- LATIN CAPITAL LETTER I WITH CIRCUMFLEX -->
    <!ENTITY igrave     "&#x00EC;"> <!-- LATIN SMALL LETTER I WITH GRAVE -->
    <!ENTITY Igrave     "&#x00CC;"> <!-- LATIN CAPITAL LETTER I WITH GRAVE -->
    <!ENTITY iuml     "&#x00EF;"> <!-- LATIN SMALL LETTER I WITH DIAERESIS -->
    <!ENTITY Iuml     "&#x00CF;"> <!-- LATIN CAPITAL LETTER I WITH DIAERESIS -->
    <!ENTITY ntilde     "&#x00F1;"> <!-- LATIN SMALL LETTER N WITH TILDE -->
    <!ENTITY Ntilde     "&#x00D1;"> <!-- LATIN CAPITAL LETTER N WITH TILDE -->
    <!ENTITY oacute     "&#x00F3;"> <!-- LATIN SMALL LETTER O WITH ACUTE -->
    <!ENTITY Oacute     "&#x00D3;"> <!-- LATIN CAPITAL LETTER O WITH ACUTE -->
    <!ENTITY ocirc     "&#x00F4;"> <!-- LATIN SMALL LETTER O WITH CIRCUMFLEX -->
    <!ENTITY Ocirc     "&#x00D4;"> <!-- LATIN CAPITAL LETTER O WITH CIRCUMFLEX -->
    <!ENTITY ograve     "&#x00F2;"> <!-- LATIN SMALL LETTER O WITH GRAVE -->
    <!ENTITY Ograve     "&#x00D2;"> <!-- LATIN CAPITAL LETTER O WITH GRAVE -->
    <!ENTITY oslash     "&#x00F8;"> <!-- CIRCLED DIVISION SLASH -->
    <!ENTITY Oslash     "&#x00D8;"> <!-- LATIN CAPITAL LETTER O WITH STROKE -->
    <!ENTITY otilde     "&#x00F5;"> <!-- LATIN SMALL LETTER O WITH TILDE -->
    <!ENTITY Otilde     "&#x00D5;"> <!-- LATIN CAPITAL LETTER O WITH TILDE -->
    <!ENTITY ouml     "&#x00F6;"> <!-- LATIN SMALL LETTER O WITH DIAERESIS -->
    <!ENTITY Ouml     "&#x00D6;"> <!-- LATIN CAPITAL LETTER O WITH DIAERESIS -->
    <!ENTITY szlig     "&#x00DF;"> <!-- LATIN SMALL LETTER SHARP S -->
    <!ENTITY thorn     "&#x00FE;"> <!-- LATIN SMALL LETTER THORN -->
    <!ENTITY THORN     "&#x00DE;"> <!-- LATIN CAPITAL LETTER THORN -->
    <!ENTITY uacute     "&#x00FA;"> <!-- LATIN SMALL LETTER U WITH ACUTE -->
    <!ENTITY Uacute     "&#x00DA;"> <!-- LATIN CAPITAL LETTER U WITH ACUTE -->
    <!ENTITY ucirc     "&#x00FB;"> <!-- LATIN SMALL LETTER U WITH CIRCUMFLEX -->
    <!ENTITY Ucirc     "&#x00DB;"> <!-- LATIN CAPITAL LETTER U WITH CIRCUMFLEX -->
    <!ENTITY ugrave     "&#x00F9;"> <!-- LATIN SMALL LETTER U WITH GRAVE -->
    <!ENTITY Ugrave     "&#x00D9;"> <!-- LATIN CAPITAL LETTER U WITH GRAVE -->
    <!ENTITY uuml     "&#x00FC;"> <!-- LATIN SMALL LETTER U WITH DIAERESIS -->
    <!ENTITY Uuml     "&#x00DC;"> <!-- LATIN CAPITAL LETTER U WITH DIAERESIS -->
    <!ENTITY yacute     "&#x00FD;"> <!-- LATIN SMALL LETTER Y WITH ACUTE -->
    <!ENTITY Yacute     "&#x00DD;"> <!-- LATIN CAPITAL LETTER Y WITH ACUTE -->
    <!ENTITY yuml     "&#x00FF;"> <!-- LATIN SMALL LETTER Y WITH DIAERESIS -->
    <!ENTITY lab "<">
    <!ENTITY rab ">">
    <!ENTITY amp "&amp;">
    <!ENTITY dash "-">
    <!ENTITY delta "d">
    <!ENTITY macron "-">
    <!ENTITY mdash "-">
    <!ENTITY nbsp "">
    <!ENTITY pound "">
    <!ENTITY cdb "c">
    <!ENTITY ddb "d">
    <!ENTITY ldb "l">
    <!ENTITY rdb "r">
    <!ENTITY udb "u">
    <!ENTITY umac "u">
    <!ENTITY wacute "w">
    <!ENTITY wcirc "w">
    <!ENTITY Wcirc "W">
    <!ENTITY ycirc "y">
    <!ENTITY Ycirc "Y">
    <!ENTITY vbar "vbar">
    ]>
    <TEI xmlns="http://www.tei-c.org/ns/1.0">
    <teiHeader>
    <fileDesc>
    <titleStmt>
    <title>...
    When I try an run a simple xquery like //TEI I'm not get any results. However, if I hack the XML source to remove all entity references, remove the ENTITY declarations and reload the document into bdbxml then the xqueries work. Can anyone offer any insght into why this situation may have arisen and how I might get around it? It seems as if the presence of the ENTITY declarations is somehow effecting the internal index...
    all help appreciated,
    AL

    Big thanks to John,
    I've been a typical newbie and not really understood everything implied by John's very helpful answer in this thread. Now that I now understand how to reference namespaces correctly, John's previous answer really does hit the mark.
    Big thanks
    Here is the working code. The important thing to remember for any other newbies is to always preface the query with the namespace - which I was not doing.
    declare namespace tei="http://www.tei-c.org/ns/1.0";
    doc("source.xml")//tei:body
    or
    declare namespace tei="http://www.tei-c.org/ns/1.0";
    doc("source.xml")//tei:head
    etc.

  • JPA: em.find() returns no result although there is one

    Hi all,
    my JEE application is running on weblogic 10.3, I use eclipseLink 1.1.3 for persisting objects and transactions/entity manager are container managed. In some cases when I try to get an object the find() method of EntityManager returns null although there is an entry in the database. The time elapsed between insert and query is more than a minute (hopefully a commit is done within that period of time). So how could this happen?
    Kind regards,
    Michael

    Hello,
    Are you using list or library? If it is library then try with below query:
    SPQuery dQuery = new SPQuery();
    dQuery.ViewAttributes = "Scope=\"RecursiveAll\"";
    dQuery.Query = "<Where>" +
    "<Eq>" +
    "<FieldRef Name=\"FileLeafRef\"/>" +
    "<Value Type=\"Text\">" + fileName + "</Value>" +
    "</Eq>" +
    "</Where>";
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/0dfb832d-1595-47b0-8b74-496df582f655/how-to-find-document-item-id-if-knowing-file-name-by-caml-query
    You can also download CAML builder to build query (see my reply in below thread where you will get download link)
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/f7b36ebc-6142-404a-8b04-9c87de272871/where-can-i-download-the-u2u-caml-query-builder-for-sharepoint-2010may-i-know-the-exact-link
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Directory search returns wrong results when you modify the view

    Hello,
    I have a custom list used a staff directory.  This is SharePoint 2013.  I am using a search box where users can type in names to find people. 
    When I add or remove a record in the list or modify the view and then I search for my name, all search results appear.  It once just returned 1 record for my name, but now it returns all 100 records in the list.
    How can I fix this?
    Thanks,
    Paul
    Paul

    Hi Paul,
    Did you search in the SharePoint list or in SharePoint search center?
    Could you provide more details about how you created the custom list?
    Please try to enable Server Render as editing the page->Edit Web Part-> Miscellaneous, compare the result.
    Please operate in other lists and in other site collections and test whether this issue occurs.
    Please start a full crawl in Central Administration -> Manage service application -> Search service application -> Content Sources and test whether this issue occurs.
    Could you check if it exists error in ULS log after you failed to search in the SharePoint list.
    Best Regards,
    Dean Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • WebHelp Search returning no results when publishing to SharePoint

    I have an issue I need help with. When I publish my project to Sharepoint, I've tried AIRHelp and WebHelp, and I try to do a search within the help, it ALWAYS says no results are found. Has anyone seen this happen before? Thanks!

    Hi there
    Sorry, no magick bullet or incantation to offer here other than to say you should probably report it as a bug to Adobe.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • SELECT returns incomplete results

    I have a table that has a AccountNumber and TransactionID field. It has a single clustered index on TransactionID. Executed the following SELECT statement:
    SELECT * FROM casaTransaction WHERE AccountNumber = 2
    the result was
    AccountNumber TransactionID
    2                      11
    2                      12
    the result did not reflect one record then tried the following statement
    SELECT * FROM casaTransaction WHERE TransactionID = 13
    result was
    AccountNumber TransactionID
    2                      13
    I have already tried rebuilding the index and still having the same result. I have tried deleting the index and create the index again but TransactionID 13 is already gone. Can you please explain cause of this behavior and how to avoid it.
    Thank you.
    Raymund

    DBCC results for 'PDB01_20140811'.
    Service Broker Msg 9675, State 1: Message Types analyzed: 14.
    Service Broker Msg 9676, State 1: Service Contracts analyzed: 6.
    Service Broker Msg 9667, State 1: Services analyzed: 3.
    Service Broker Msg 9668, State 1: Service Queues analyzed: 3.
    Service Broker Msg 9669, State 1: Conversation Endpoints analyzed: 0.
    Service Broker Msg 9674, State 1: Conversation Groups analyzed: 0.
    Service Broker Msg 9670, State 1: Remote Service Bindings analyzed: 0.
    Service Broker Msg 9605, State 1: Conversation Priorities analyzed: 0.
    DBCC results for 'sys.sysrscols'.
    There are 7924 rows in 101 pages for object "sys.sysrscols".
    DBCC results for 'sys.sysrowsets'.
    There are 393 rows in 5 pages for object "sys.sysrowsets".
    DBCC results for 'sys.sysclones'.
    There are 0 rows in 0 pages for object "sys.sysclones".
    DBCC results for 'sys.sysallocunits'.
    There are 435 rows in 6 pages for object "sys.sysallocunits".
    DBCC results for 'sys.sysfiles1'.
    There are 2 rows in 1 pages for object "sys.sysfiles1".
    DBCC results for 'sys.sysseobjvalues'.
    There are 0 rows in 0 pages for object "sys.sysseobjvalues".
    DBCC results for 'sys.syspriorities'.
    There are 0 rows in 0 pages for object "sys.syspriorities".
    DBCC results for 'sys.sysdbfrag'.
    There are 0 rows in 0 pages for object "sys.sysdbfrag".
    DBCC results for 'sys.sysfgfrag'.
    There are 0 rows in 1 pages for object "sys.sysfgfrag".
    DBCC results for 'sys.sysdbfiles'.
    There are 2 rows in 1 pages for object "sys.sysdbfiles".
    DBCC results for 'sys.syspru'.
    There are 0 rows in 0 pages for object "sys.syspru".
    DBCC results for 'sys.sysbrickfiles'.
    There are 0 rows in 0 pages for object "sys.sysbrickfiles".
    DBCC results for 'sys.sysphfg'.
    There are 1 rows in 1 pages for object "sys.sysphfg".
    DBCC results for 'sys.sysprufiles'.
    There are 2 rows in 1 pages for object "sys.sysprufiles".
    DBCC results for 'sys.sysftinds'.
    There are 0 rows in 0 pages for object "sys.sysftinds".
    DBCC results for 'sys.sysowners'.
    There are 17 rows in 1 pages for object "sys.sysowners".
    DBCC results for 'sys.sysdbreg'.
    There are 0 rows in 0 pages for object "sys.sysdbreg".
    DBCC results for 'sys.sysprivs'.
    There are 197 rows in 1 pages for object "sys.sysprivs".
    DBCC results for 'sys.sysschobjs'.
    There are 3745 rows in 63 pages for object "sys.sysschobjs".
    DBCC results for 'sys.syscolpars'.
    There are 11457 rows in 237 pages for object "sys.syscolpars".
    DBCC results for 'sys.sysxlgns'.
    There are 0 rows in 0 pages for object "sys.sysxlgns".
    DBCC results for 'sys.sysxsrvs'.
    There are 0 rows in 0 pages for object "sys.sysxsrvs".
    DBCC results for 'sys.sysnsobjs'.
    There are 1 rows in 1 pages for object "sys.sysnsobjs".
    DBCC results for 'sys.sysusermsgs'.
    There are 0 rows in 0 pages for object "sys.sysusermsgs".
    DBCC results for 'sys.syscerts'.
    There are 0 rows in 0 pages for object "sys.syscerts".
    DBCC results for 'sys.sysrmtlgns'.
    There are 0 rows in 0 pages for object "sys.sysrmtlgns".
    DBCC results for 'sys.syslnklgns'.
    There are 0 rows in 0 pages for object "sys.syslnklgns".
    DBCC results for 'sys.sysxprops'.
    There are 53 rows in 25 pages for object "sys.sysxprops".
    DBCC results for 'sys.sysscalartypes'.
    There are 34 rows in 1 pages for object "sys.sysscalartypes".
    DBCC results for 'sys.systypedsubobjs'.
    There are 0 rows in 0 pages for object "sys.systypedsubobjs".
    DBCC results for 'sys.sysidxstats'.
    There are 2148 rows in 47 pages for object "sys.sysidxstats".
    DBCC results for 'sys.sysiscols'.
    There are 2505 rows in 18 pages for object "sys.sysiscols".
    DBCC results for 'sys.sysendpts'.
    There are 0 rows in 0 pages for object "sys.sysendpts".
    DBCC results for 'sys.syswebmethods'.
    There are 0 rows in 0 pages for object "sys.syswebmethods".
    DBCC results for 'sys.sysbinobjs'.
    There are 23 rows in 1 pages for object "sys.sysbinobjs".
    DBCC results for 'sys.sysaudacts'.
    There are 0 rows in 0 pages for object "sys.sysaudacts".
    DBCC results for 'sys.sysobjvalues'.
    There are 3181 rows in 1242 pages for object "sys.sysobjvalues".
    DBCC results for 'sys.syscscolsegments'.
    There are 0 rows in 0 pages for object "sys.syscscolsegments".
    DBCC results for 'sys.syscsdictionaries'.
    There are 0 rows in 0 pages for object "sys.syscsdictionaries".
    DBCC results for 'sys.sysclsobjs'.
    There are 17 rows in 1 pages for object "sys.sysclsobjs".
    DBCC results for 'sys.sysrowsetrefs'.
    There are 0 rows in 0 pages for object "sys.sysrowsetrefs".
    DBCC results for 'sys.sysremsvcbinds'.
    There are 0 rows in 0 pages for object "sys.sysremsvcbinds".
    DBCC results for 'sys.sysxmitqueue'.
    There are 0 rows in 0 pages for object "sys.sysxmitqueue".
    DBCC results for 'sys.sysrts'.
    There are 1 rows in 1 pages for object "sys.sysrts".
    DBCC results for 'sys.sysconvgroup'.
    There are 0 rows in 0 pages for object "sys.sysconvgroup".
    DBCC results for 'sys.sysdesend'.
    There are 0 rows in 0 pages for object "sys.sysdesend".
    DBCC results for 'sys.sysdercv'.
    There are 0 rows in 0 pages for object "sys.sysdercv".
    DBCC results for 'sys.syssingleobjrefs'.
    There are 429 rows in 2 pages for object "sys.syssingleobjrefs".
    DBCC results for 'sys.sysmultiobjrefs'.
    There are 13309 rows in 113 pages for object "sys.sysmultiobjrefs".
    DBCC results for 'sys.sysguidrefs'.
    There are 0 rows in 0 pages for object "sys.sysguidrefs".
    DBCC results for 'sys.sysfoqueues'.
    There are 0 rows in 0 pages for object "sys.sysfoqueues".
    DBCC results for 'sys.syschildinsts'.
    There are 0 rows in 0 pages for object "sys.syschildinsts".
    DBCC results for 'sys.syscompfragments'.
    There are 0 rows in 0 pages for object "sys.syscompfragments".
    DBCC results for 'sys.sysftsemanticsdb'.
    There are 0 rows in 0 pages for object "sys.sysftsemanticsdb".
    DBCC results for 'sys.sysftstops'.
    There are 0 rows in 0 pages for object "sys.sysftstops".
    DBCC results for 'sys.sysftproperties'.
    There are 0 rows in 0 pages for object "sys.sysftproperties".
    DBCC results for 'sys.sysxmitbody'.
    There are 0 rows in 0 pages for object "sys.sysxmitbody".
    DBCC results for 'sys.sysfos'.
    There are 0 rows in 0 pages for object "sys.sysfos".
    DBCC results for 'sys.sysqnames'.
    There are 99 rows in 1 pages for object "sys.sysqnames".
    DBCC results for 'sys.sysxmlcomponent'.
    There are 100 rows in 1 pages for object "sys.sysxmlcomponent".
    DBCC results for 'sys.sysxmlfacet'.
    There are 112 rows in 1 pages for object "sys.sysxmlfacet".
    DBCC results for 'sys.sysxmlplacement'.
    There are 19 rows in 1 pages for object "sys.sysxmlplacement".
    DBCC results for 'sys.sysobjkeycrypts'.
    There are 0 rows in 0 pages for object "sys.sysobjkeycrypts".
    DBCC results for 'sys.sysasymkeys'.
    There are 0 rows in 0 pages for object "sys.sysasymkeys".
    DBCC results for 'sys.syssqlguides'.
    There are 0 rows in 0 pages for object "sys.syssqlguides".
    DBCC results for 'sys.sysbinsubobjs'.
    There are 3 rows in 1 pages for object "sys.sysbinsubobjs".
    DBCC results for 'sys.syssoftobjrefs'.
    There are 2789 rows in 38 pages for object "sys.syssoftobjrefs".
    DBCC results for 'TelTellerTransfer'.
    There are 634 rows in 27 pages for object "TelTellerTransfer".
    DBCC results for 'gMSSQLFile'.
    There are 2 rows in 1 pages for object "gMSSQLFile".
    DBCC results for 'casaBatchImportTransaction'.
    There are 0 rows in 0 pages for object "casaBatchImportTransaction".
    DBCC results for 'tdBranchParameter'.
    There are 5 rows in 1 pages for object "tdBranchParameter".
    DBCC results for 'pawnInventories'.
    There are 0 rows in 0 pages for object "pawnInventories".
    DBCC results for 'casaGLGroup'.
    There are 2 rows in 1 pages for object "casaGLGroup".
    DBCC results for 'casaSignatories'.
    There are 16 rows in 1 pages for object "casaSignatories".
    DBCC results for 'wizReportType'.
    There are 25 rows in 1 pages for object "wizReportType".
    DBCC results for 'genSystemMessage'.
    There are 0 rows in 0 pages for object "genSystemMessage".
    DBCC results for 'pawnGroup1'.
    There are 0 rows in 0 pages for object "pawnGroup1".
    DBCC results for 'tdClient'.
    There are 7613 rows in 765 pages for object "tdClient".
    DBCC results for 'genPurgeDataHistory'.
    There are 0 rows in 0 pages for object "genPurgeDataHistory".
    DBCC results for 'casaOneDayClearingParam'.
    There are 1 rows in 1 pages for object "casaOneDayClearingParam".
    DBCC results for 'tdBankLetter'.
    There are 0 rows in 0 pages for object "tdBankLetter".
    DBCC results for 'genMessage'.
    There are 0 rows in 1 pages for object "genMessage".
    DBCC results for 'pawnGroup2'.
    There are 0 rows in 0 pages for object "pawnGroup2".
    DBCC results for 'cifEntityType'.
    There are 4 rows in 1 pages for object "cifEntityType".
    DBCC results for 'casaAccountNoRegister'.
    There are 0 rows in 0 pages for object "casaAccountNoRegister".
    DBCC results for 'pawnTag'.
    There are 0 rows in 0 pages for object "pawnTag".
    DBCC results for 'cifClient'.
    There are 3458 rows in 469 pages for object "cifClient".
    DBCC results for 'loanAmortization'.
    There are 62218 rows in 4397 pages for object "loanAmortization".
    DBCC results for 'cifWatchListType'.
    There are 3 rows in 1 pages for object "cifWatchListType".
    DBCC results for 'tdRegister'.
    There are 192 rows in 3 pages for object "tdRegister".
    DBCC results for 'tdLedger'.
    There are 121 rows in 37 pages for object "tdLedger".
    DBCC results for 'casaBatchIndividual'.
    There are 0 rows in 0 pages for object "casaBatchIndividual".
    DBCC results for 'loanAmortizationType'.
    There are 10 rows in 1 pages for object "loanAmortizationType".
    DBCC results for 'cifWatchList'.
    There are 0 rows in 1 pages for object "cifWatchList".
    DBCC results for 'rptReport'.
    There are 837 rows in 32 pages for object "rptReport".
    DBCC results for 'cifBarangay'.
    There are 1413 rows in 25 pages for object "cifBarangay".
    DBCC results for 'loanApplication'.
    There are 472 rows in 61 pages for object "loanApplication".
    Msg 8980, Level 16, State 1, Line 1
    Table error: Object ID 219199881, index ID 1, partition ID 72057594046447616, alloc unit ID 72057594050510848 (type In-row data). Index node page (1:94971), slot 417 refers to child page (1:96936) and previous child (1:96592), but they were not encountered.
    Msg 8980, Level 16, State 1, Line 1
    Table error: Object ID 219199881, index ID 1, partition ID 72057594046447616, alloc unit ID 72057594050510848 (type In-row data). Index node page (1:94971), slot 418 refers to child page (1:96937) and previous child (1:96936), but they were not encountered.
    Msg 8980, Level 16, State 1, Line 1
    Table error: Object ID 219199881, index ID 1, partition ID 72057594046447616, alloc unit ID 72057594050510848 (type In-row data). Index node page (1:94971), slot 419 refers to child page (1:96938) and previous child (1:96937), but they were not encountered.
    Msg 8980, Level 16, State 1, Line 1
    Table error: Object ID 219199881, index ID 1, partition ID 72057594046447616, alloc unit ID 72057594050510848 (type In-row data). Index node page (1:94971), slot 420 refers to child page (1:96939) and previous child (1:96938), but they were not encountered.
    DBCC results for 'casaTransaction'.
    There are 43634 rows in 4380 pages for object "casaTransaction".
    CHECKDB found 0 allocation errors and 4 consistency errors in table 'casaTransaction' (object ID 219199881).
    DBCC results for 'genCASAPrintingParam'.
    There are 5 rows in 1 pages for object "genCASAPrintingParam".
    DBCC results for 'loanAutoTranEntry'.
    There are 18591 rows in 331 pages for object "loanAutoTranEntry".
    DBCC results for 'xlsQueryTemplate'.
    There are 0 rows in 0 pages for object "xlsQueryTemplate".
    DBCC results for 'genLoansPrintingParam'.
    There are 1 rows in 1 pages for object "genLoansPrintingParam".
    DBCC results for 'loanBankLetter'.
    There are 3 rows in 1 pages for object "loanBankLetter".
    DBCC results for 'loanBorrowerFirm'.
    There are 6 rows in 1 pages for object "loanBorrowerFirm".
    Msg 8914, Level 16, State 1, Line 1
    Incorrect PFS free space information for page (1:15707) in object ID 320772250, index ID 0, partition ID 72057594052542464, alloc unit ID 72057594065125376 (type In-row data). Expected value  80_PCT_FULL, actual value 100_PCT_FULL.
    DBCC results for 'tdTransaction'.
    There are 4412 rows in 149 pages for object "tdTransaction".
    CHECKDB found 0 allocation errors and 1 consistency errors in table 'tdTransaction' (object ID 320772250).
    DBCC results for 'loanBorrowerMajorType'.
    There are 3 rows in 1 pages for object "loanBorrowerMajorType".
    DBCC results for 'smsIn'.
    There are 6 rows in 1 pages for object "smsIn".
    DBCC results for 'loanBorrowerSubType'.
    There are 3 rows in 1 pages for object "loanBorrowerSubType".
    DBCC results for 'smsInvalid'.
    There are 2 rows in 1 pages for object "smsInvalid".
    DBCC results for 'genTDPrintingParam'.
    There are 5 rows in 1 pages for object "genTDPrintingParam".
    Msg 8979, Level 16, State 1, Line 1
    Table error: Object ID 382624406, index ID 9, partition ID 2558350463467520, alloc unit ID 2558350463467520 (type In-row data). Page (1:20385) is missing references from parent (unknown) and previous (page (1:96925)) nodes. Possible bad root entry in system
    catalog.
    DBCC results for 'genPrimaryKeys'.
    There are 40459 rows in 489 pages for object "genPrimaryKeys".
    CHECKDB found 0 allocation errors and 1 consistency errors in table 'genPrimaryKeys' (object ID 382624406).
    DBCC results for 'ReportDate'.
    There are 15 rows in 1 pages for object "ReportDate".
    DBCC results for 'smsMessage'.
    There are 5 rows in 1 pages for object "smsMessage".
    DBCC results for 'loanBranchParameter'.
    There are 5 rows in 1 pages for object "loanBranchParameter".
    DBCC results for 'genSessionLog'.
    There are 36 rows in 2 pages for object "genSessionLog".
    DBCC results for 'smsOut'.
    There are 6 rows in 1 pages for object "smsOut".
    DBCC results for 'genBranchOBO'.
    There are 0 rows in 0 pages for object "genBranchOBO".
    DBCC results for 'smsValid'.
    There are 4 rows in 1 pages for object "smsValid".
    DBCC results for 'TelleringSQLReport'.
    There are 0 rows in 0 pages for object "TelleringSQLReport".
    DBCC results for 'genTellerValidationPrintingParam'.
    There are 2 rows in 1 pages for object "genTellerValidationPrintingParam".
    DBCC results for 'loanCollateral'.
    There are 0 rows in 1 pages for object "loanCollateral".
    DBCC results for 'cifRiskAssessmentCriteria'.
    There are 0 rows in 0 pages for object "cifRiskAssessmentCriteria".
    DBCC results for 'genDocuments'.
    There are 30 rows in 1 pages for object "genDocuments".
    DBCC results for 'casaOutwardCheckSQLReport'.
    There are 0 rows in 0 pages for object "casaOutwardCheckSQLReport".
    DBCC results for 'glBranchGL'.
    There are 283108 rows in 4805 pages for object "glBranchGL".
    DBCC results for 'glOBOGL'.
    There are 0 rows in 0 pages for object "glOBOGL".
    DBCC results for 'loanCollateralLink'.
    There are 0 rows in 1 pages for object "loanCollateralLink".
    DBCC results for 'cifRiskAssessmentClient'.
    There are 0 rows in 0 pages for object "cifRiskAssessmentClient".
    DBCC results for 'genDocumentSubmitted'.
    There are 4178 rows in 47 pages for object "genDocumentSubmitted".
    DBCC results for 'cifProvince'.
    There are 88 rows in 1 pages for object "cifProvince".
    DBCC results for 'glBranchJournalEntry'.
    There are 17468 rows in 578 pages for object "glBranchJournalEntry".
    DBCC results for 'loanCollateralLocation'.
    There are 85 rows in 2 pages for object "loanCollateralLocation".
    DBCC results for 'genRateRange'.
    There are 5 rows in 1 pages for object "genRateRange".
    DBCC results for 'casaInwardCheckSQLReport'.
    There are 0 rows in 0 pages for object "casaInwardCheckSQLReport".
    DBCC results for 'casaInsurancePremium'.
    There are 0 rows in 0 pages for object "casaInsurancePremium".
    DBCC results for 'glBranchTranSummary'.
    There are 13056 rows in 239 pages for object "glBranchTranSummary".
    DBCC results for 'loanCollateralMajorStatus'.
    There are 6 rows in 1 pages for object "loanCollateralMajorStatus".
    DBCC results for 'genTermRange'.
    There are 9 rows in 1 pages for object "genTermRange".
    DBCC results for 'glChartOfAccount'.
    There are 1147 rows in 30 pages for object "glChartOfAccount".
    DBCC results for 'loanCollateralSubStatus'.
    There are 5 rows in 1 pages for object "loanCollateralSubStatus".
    DBCC results for 'REPORT_Layouts'.
    There are 25 rows in 11 pages for object "REPORT_Layouts".
    DBCC results for 'glClassificationOfAccount'.
    There are 6 rows in 1 pages for object "glClassificationOfAccount".
    DBCC results for 'loanCollectionSheet'.
    There are 5068 rows in 265 pages for object "loanCollectionSheet".
    DBCC results for 'genGLPrintingParam'.
    There are 1 rows in 1 pages for object "genGLPrintingParam".
    DBCC results for 'cifRegion'.
    There are 18 rows in 1 pages for object "cifRegion".
    DBCC results for 'REPORT_Properties'.
    There are 25 rows in 11 pages for object "REPORT_Properties".
    DBCC results for 'glDepartment'.
    There are 5 rows in 1 pages for object "glDepartment".
    DBCC results for 'loanComakerLink'.
    There are 433 rows in 5 pages for object "loanComakerLink".
    DBCC results for 'casaCheckBankSource'.
    There are 1 rows in 1 pages for object "casaCheckBankSource".
    DBCC results for 'genSDRL'.
    There are 2675 rows in 109 pages for object "genSDRL".
    DBCC results for 'glParameter'.
    There are 1 rows in 1 pages for object "glParameter".
    DBCC results for 'sys.filestream_tombstone_650537451'.
    There are 0 rows in 0 pages for object "sys.filestream_tombstone_650537451".
    DBCC results for 'casaLetter'.
    There are 3 rows in 1 pages for object "casaLetter".
    DBCC results for 'loanComputationSheet'.
    There are 1304 rows in 141 pages for object "loanComputationSheet".
    DBCC results for 'REPORT_Bands'.
    There are 172 rows in 19 pages for object "REPORT_Bands".
    DBCC results for 'sys.filetable_updates_665157515'.
    There are 0 rows in 0 pages for object "sys.filetable_updates_665157515".
    DBCC results for 'sys.syscommittab'.
    There are 0 rows in 0 pages for object "sys.syscommittab".
    DBCC results for 'glTicket'.
    There are 0 rows in 1 pages for object "glTicket".
    DBCC results for 'telSSSClientInfo'.
    There are 0 rows in 0 pages for object "telSSSClientInfo".
    DBCC results for 'casaLedger'.
    There are 954 rows in 206 pages for object "casaLedger".
    DBCC results for 'loanDeduction'.
    There are 1 rows in 1 pages for object "loanDeduction".
    DBCC results for 'cifClientNameSuffix'.
    There are 2 rows in 1 pages for object "cifClientNameSuffix".
    DBCC results for 'REPORT_Objects'.
    There are 980 rows in 61 pages for object "REPORT_Objects".
    DBCC results for 'glTicketDescription'.
    There are 337 rows in 9 pages for object "glTicketDescription".
    DBCC results for 'loanDiscountAmortization'.
    There are 11041 rows in 644 pages for object "loanDiscountAmortization".
    DBCC results for 'loanEconomicActivity'.
    There are 17 rows in 1 pages for object "loanEconomicActivity".
    DBCC results for 'cifCity'.
    There are 668 rows in 7 pages for object "cifCity".
    DBCC results for 'REPORT_Variables'.
    There are 183 rows in 20 pages for object "REPORT_Variables".
    DBCC results for 'loanExcelSource'.
    There are 366 rows in 5 pages for object "loanExcelSource".
    DBCC results for 'convertCheckDeposit'.
    There are 84 rows in 4 pages for object "convertCheckDeposit".
    DBCC results for 'loanFormula'.
    There are 32 rows in 1 pages for object "loanFormula".
    DBCC results for 'REPORT_Memos'.
    There are 0 rows in 0 pages for object "REPORT_Memos".
    DBCC results for 'genSystems'.
    There are 7 rows in 1 pages for object "genSystems".
    DBCC results for 'casaCheckImportTableRCBC'.
    There are 0 rows in 0 pages for object "casaCheckImportTableRCBC".
    DBCC results for 'loanConversationHistory'.
    There are 1 rows in 1 pages for object "loanConversationHistory".
    DBCC results for 'convertClient'.
    There are 157 rows in 6 pages for object "convertClient".
    DBCC results for 'loanFRPStatus'.
    There are 5 rows in 1 pages for object "loanFRPStatus".
    Msg 8978, Level 16, State 1, Line 1
    Table error: Object ID 857106144, index ID 1, partition ID 72057594042712064, alloc unit ID 72057594046775296 (type In-row data). Page (1:81030) is missing a reference from previous page (1:96840). Possible chain linkage problem.
    DBCC results for 'genLogFile'.
    There are 77529 rows in 2212 pages for object "genLogFile".
    CHECKDB found 0 allocation errors and 1 consistency errors in table 'genLogFile' (object ID 857106144).
    DBCC results for 'rptReportGroup'.
    There are 61 rows in 1 pages for object "rptReportGroup".
    DBCC results for 'convertLedger'.
    There are 157 rows in 6 pages for object "convertLedger".
    DBCC results for 'REPORT_Images'.
    There are 0 rows in 0 pages for object "REPORT_Images".
    DBCC results for 'loanSubSystemTranCode'.
    There are 0 rows in 0 pages for object "loanSubSystemTranCode".
    DBCC results for 'loanGLGroup'.
    There are 42 rows in 4 pages for object "loanGLGroup".
    DBCC results for 'loanAPDSImport'.
    There are 0 rows in 0 pages for object "loanAPDSImport".
    DBCC results for 'gODBCFile'.
    There are 3 rows in 1 pages for object "gODBCFile".
    DBCC results for 'loanCreditLineTransaction'.
    There are 0 rows in 0 pages for object "loanCreditLineTransaction".
    DBCC results for 'loanGroup1'.
    There are 8 rows in 1 pages for object "loanGroup1".
    DBCC results for 'REPORT_DevMode'.
    There are 0 rows in 0 pages for object "REPORT_DevMode".
    Msg 8980, Level 16, State 1, Line 1
    Table error: Object ID 935010412, index ID 1, partition ID 342751819071488, alloc unit ID 342751819071488 (type In-row data). Index node page (1:72875), slot 275 refers to child page (1:96880) and previous child (1:72804), but they were not encountered.
    Msg 8980, Level 16, State 1, Line 1
    Table error: Object ID 935010412, index ID 1, partition ID 342751819071488, alloc unit ID 342751819071488 (type In-row data). Index node page (1:72875), slot 276 refers to child page (1:96881) and previous child (1:96880), but they were not encountered.
    Msg 8980, Level 16, State 1, Line 1
    Table error: Object ID 935010412, index ID 1, partition ID 342751819071488, alloc unit ID 342751819071488 (type In-row data). Index node page (1:72875), slot 277 refers to child page (1:96882) and previous child (1:96881), but they were not encountered.
    Msg 8980, Level 16, State 1, Line 1
    Table error: Object ID 935010412, index ID 1, partition ID 342751819071488, alloc unit ID 342751819071488 (type In-row data). Index node page (1:72875), slot 278 refers to child page (1:96883) and previous child (1:96882), but they were not encountered.
    DBCC results for 'telTellerTransaction'.
    There are 53062 rows in 1891 pages for object "telTellerTransaction".
    CHECKDB found 0 allocation errors and 4 consistency errors in table 'telTellerTransaction' (object ID 935010412).
    DBCC results for 'loanGroup2'.
    There are 9 rows in 1 pages for object "loanGroup2".
    DBCC results for 'loanGroup3'.
    There are 434 rows in 7 pages for object "loanGroup3".
    DBCC results for 'genAMLATranCode'.
    There are 573 rows in 14 pages for object "genAMLATranCode".
    DBCC results for 'genPassbookPrinter'.
    There are 1 rows in 1 pages for object "genPassbookPrinter".
    DBCC results for 'loanIncome'.
    There are 19931 rows in 927 pages for object "loanIncome".
    DBCC results for 'tdAccount'.
    There are 13 rows in 2 pages for object "tdAccount".
    DBCC results for 'casaCheckImportTableBOC'.
    There are 0 rows in 0 pages for object "casaCheckImportTableBOC".
    DBCC results for 'loanInsurance'.
    There are 2 rows in 1 pages for object "loanInsurance".
    DBCC results for 'casaBatchGroup'.
    There are 1 rows in 1 pages for object "casaBatchGroup".
    DBCC results for 'tdParameter'.
    There are 1 rows in 1 pages for object "tdParameter".
    DBCC results for 'loanInterestType'.
    There are 3 rows in 1 pages for object "loanInterestType".
    DBCC results for 'glBranchUploadInfo'.
    There are 301 rows in 4 pages for object "glBranchUploadInfo".
    DBCC results for 'glAutoTranEntry'.
    There are 3887 rows in 60 pages for object "glAutoTranEntry".
    DBCC results for 'tdSignatories'.
    There are 4 rows in 1 pages for object "tdSignatories".
    DBCC results for 'loanLedger'.
    There are 2176 rows in 1090 pages for object "loanLedger".
    DBCC results for 'telTeller'.
    There are 290 rows in 6 pages for object "telTeller".
    DBCC results for 'loanLedgerDeleted'.
    There are 85 rows in 18 pages for object "loanLedgerDeleted".
    DBCC results for 'loanMenuButtonAccess'.
    There are 254 rows in 5 pages for object "loanMenuButtonAccess".
    DBCC results for 'loanMFAccountOfficer'.
    There are 0 rows in 0 pages for object "loanMFAccountOfficer".
    DBCC results for 'glTransactionDescription'.
    There are 0 rows in 1 pages for object "glTransactionDescription".
    DBCC results for 'loanMFCenter'.
    There are 0 rows in 0 pages for object "loanMFCenter".
    DBCC results for 'glTransactionRemarks'.
    There are 0 rows in 1 pages for object "glTransactionRemarks".
    DBCC results for 'loanMFGroup'.
    There are 0 rows in 0 pages for object "loanMFGroup".
    DBCC results for 'CASA_SQLReport'.
    There are 0 rows in 0 pages for object "CASA_SQLReport".
    DBCC results for 'misCOHCIBTran'.
    There are 2407 rows in 48 pages for object "misCOHCIBTran".
    DBCC results for 'loanMFOfficer'.
    There are 0 rows in 0 pages for object "loanMFOfficer".
    DBCC results for 'loanInsuranceRate'.
    There are 0 rows in 0 pages for object "loanInsuranceRate".
    DBCC results for 'wizTableBase'.
    There are 17 rows in 1 pages for object "wizTableBase".
    DBCC results for 'loanMFProject'.
    There are 0 rows in 0 pages for object "loanMFProject".
    DBCC results for 'wizTableJoin'.
    There are 271 rows in 5 pages for object "wizTableJoin".
    DBCC results for 'cifClientImage'.
    There are 3458 rows in 52 pages for object "cifClientImage".
    DBCC results for 'loanMFSourceOfFund'.
    There are 0 rows in 0 pages for object "loanMFSourceOfFund".
    DBCC results for 'secUserOverride'.
    There are 21 rows in 1 pages for object "secUserOverride".
    DBCC results for 'sys.queue_messages_1335011837'.
    There are 0 rows in 0 pages for object "sys.queue_messages_1335011837".
    DBCC results for 'genTransactionCode'.
    There are 433 rows in 18 pages for object "genTransactionCode".
    DBCC results for 'wizTemplate'.
    There are 7 rows in 1 pages for object "wizTemplate".
    DBCC results for 'loanNewCategory'.
    There are 10 rows in 1 pages for object "loanNewCategory".
    DBCC results for 'cifapdsRegion'.
    There are 0 rows in 0 pages for object "cifapdsRegion".
    DBCC results for 'casaCheckImportTableAUB'.
    There are 0 rows in 0 pages for object "casaCheckImportTableAUB".
    DBCC results for 'loanAIR'.
    There are 10552 rows in 316 pages for object "loanAIR".
    DBCC results for 'tempsecUserGroup'.
    There are 1 rows in 1 pages for object "tempsecUserGroup".
    DBCC results for 'sys.queue_messages_1367011951'.
    There are 0 rows in 0 pages for object "sys.queue_messages_1367011951".
    DBCC results for 'genAmountRange'.
    There are 91 rows in 2 pages for object "genAmountRange".
    DBCC results for 'loanNewSubCategory'.
    There are 25 rows in 1 pages for object "loanNewSubCategory".
    DBCC results for 'cifClientRelation'.
    There are 25 rows in 1 pages for object "cifClientRelation".
    DBCC results for 'cifapdsDivision'.
    There are 0 rows in 0 pages for object "cifapdsDivision".
    DBCC results for 'casaBatchTransaction'.
    There are 0 rows in 0 pages for object "casaBatchTransaction".
    DBCC results for 'webxlsReportFilter'.
    There are 0 rows in 0 pages for object "webxlsReportFilter".
    DBCC results for 'tdGroup1'.
    There are 2 rows in 1 pages for object "tdGroup1".
    DBCC results for 'sys.queue_messages_1399012065'.
    There are 0 rows in 0 pages for object "sys.queue_messages_1399012065".
    DBCC results for 'webxlsReportType'.
    There are 16 rows in 1 pages for object "webxlsReportType".
    DBCC results for 'tdAIP'.
    There are 2576 rows in 156 pages for object "tdAIP".
    DBCC results for 'loanOldCategory'.
    There are 13 rows in 1 pages for object "loanOldCategory".
    DBCC results for 'cifapdsStation'.
    There are 0 rows in 0 pages for object "cifapdsStation".
    DBCC results for 'webxlsTableBase'.
    There are 12 rows in 1 pages for object "webxlsTableBase".
    DBCC results for 'tdAIPLedger'.
    There are 0 rows in 0 pages for object "tdAIPLedger".
    DBCC results for 'genHeader'.
    There are 1 rows in 1 pages for object "genHeader".
    DBCC results for 'tdAccountStatus'.
    There are 0 rows in 0 pages for object "tdAccountStatus".
    DBCC results for 'loanOldSubCategory'.
    There are 7 rows in 1 pages for object "loanOldSubCategory".
    DBCC results for 'casaAccruedInterest'.
    There are 9051 rows in 149 pages for object "casaAccruedInterest".
    DBCC results for 'cifapdsDeduction'.
    There are 0 rows in 0 pages for object "cifapdsDeduction".
    DBCC results for 'webxlsTableJoin'.
    There are 218 rows in 4 pages for object "webxlsTableJoin".
    DBCC results for 'tdInterestRate'.
    There are 18 rows in 1 pages for object "tdInterestRate".
    DBCC results for 'loanParameter'.
    There are 1 rows in 1 pages for object "loanParameter".
    DBCC results for 'genTables'.
    There are 93 rows in 1 pages for object "genTables".
    DBCC results for 'webxlsTemplate'.
    There are 0 rows in 0 pages for object "webxlsTemplate".
    DBCC results for 'genDummyTable'.
    There are 0 rows in 0 pages for object "genDummyTable".
    DBCC results for 'loanPurpose'.
    There are 44 rows in 1 pages for object "loanPurpose".
    DBCC results for 'casaInwardStatus'.
    There are 11 rows in 1 pages for object "casaInwardStatus".
    DBCC results for 'tdRenewalFile'.
    There are 0 rows in 0 pages for object "tdRenewalFile".
    DBCC results for 'genSQLCommand'.
    There are 0 rows in 0 pages for object "genSQLCommand".
    DBCC results for 'loanRate'.
    There are 34 rows in 2 pages for object "loanRate".
    DBCC results for 'casaInterestRateRange'.
    There are 0 rows in 0 pages for object "casaInterestRateRange".
    DBCC results for 'loanSchedule'.
    There are 11 rows in 1 pages for object "loanSchedule".
    DBCC results for 'casaCheckImportTableUCPB'.
    There are 0 rows in 0 pages for object "casaCheckImportTableUCPB".
    DBCC results for 'genParameter'.
    There are 1 rows in 1 pages for object "genParameter".
    DBCC results for 'dtproperties'.
    There are 0 rows in 0 pages for object "dtproperties".
    DBCC results for 'casaParameter'.
    There are 1 rows in 1 pages for object "casaParameter".
    DBCC results for 'loanSecurityType'.
    There are 15 rows in 1 pages for object "loanSecurityType".
    DBCC results for 'glCurrency'.
    There are 5 rows in 1 pages for object "glCurrency".
    DBCC results for 'genSubModule'.
    There are 9 rows in 1 pages for object "genSubModule".
    DBCC results for 'secUserUpdateHistory'.
    There are 11 rows in 1 pages for object "secUserUpdateHistory".
    DBCC results for 'loanSpecificPurpose'.
    There are 288 rows in 5 pages for object "loanSpecificPurpose".
    DBCC results for 'glCurrencyRateHistory'.
    There are 0 rows in 0 pages for object "glCurrencyRateHistory".
    DBCC results for 'genTransactionGroup'.
    There are 20 rows in 1 pages for object "genTransactionGroup".
    DBCC results for 'pawnAppraisers'.
    There are 0 rows in 0 pages for object "pawnAppraisers".
    DBCC results for 'casaCheckRegister'.
    There are 0 rows in 1 pages for object "casaCheckRegister".
    DBCC results for 'loanStatus'.
    There are 5 rows in 1 pages for object "loanStatus".
    DBCC results for 'loanLedgerPrintParam'.
    There are 1 rows in 1 pages for object "loanLedgerPrintParam".
    DBCC results for 'pawnCategories'.
    There are 0 rows in 0 pages for object "pawnCategories".
    DBCC results for 'loanSignatories'.
    There are 0 rows in 1 pages for object "loanSignatories".
    DBCC results for 'loanTermClassification'.
    There are 3 rows in 1 pages for object "loanTermClassification".
    DBCC results for 'secUser'.
    There are 18 rows in 2 pages for object "secUser".
    DBCC results for 'loanAPDSImportHistory'.
    There are 0 rows in 0 pages for object "loanAPDSImportHistory".
    DBCC results for 'genHoliday'.
    There are 59 rows in 1 pages for object "genHoliday".
    DBCC results for 'pawnLedgers'.
    There are 0 rows in 0 pages for object "pawnLedgers".
    DBCC results for 'casaAccountStatus'.
    There are 3 rows in 1 pages for object "casaAccountStatus".
    DBCC results for 'loanTransaction'.
    There are 10627 rows in 1487 pages for object "loanTransaction".
    DBCC results for 'LoanAPDSImportRAW'.
    There are 0 rows in 0 pages for object "LoanAPDSImportRAW".
    DBCC results for 'casaPassbookRegister'.
    There are 470 rows in 6 pages for object "casaPassbookRegister".
    DBCC results for 'pawnParameter'.
    There are 0 rows in 0 pages for object "pawnParameter".
    DBCC results for 'casaAccountType'.
    There are 6 rows in 1 pages for object "casaAccountType".
    DBCC results for 'loanType'.
    There are 5 rows in 1 pages for object "loanType".
    DBCC results for 'casaCheckDeposit'.
    There are 225 rows in 9 pages for object "casaCheckDeposit".
    DBCC results for 'wizCrystalReportTemplate'.
    There are 3 rows in 1 pages for object "wizCrystalReportTemplate".
    DBCC results for 'pawnPrintingParameter'.
    There are 0 rows in 0 pages for object "pawnPrintingParameter".
    DBCC results for 'tdProduct'.
    There are 1 rows in 1 pages for object "tdProduct".
    DBCC results for 'arapTransaction'.
    There are 1 rows in 1 pages for object "arapTransaction".
    DBCC results for 'casaTranSQLReport'.
    There are 0 rows in 0 pages for object "casaTranSQLReport".
    DBCC results for 'casaCheckBookletRegister'.
    There are 0 rows in 1 pages for object "casaCheckBookletRegister".
    DBCC results for 'wizFRPParameter'.
    There are 353 rows in 11 pages for object "wizFRPParameter".
    DBCC results for 'pawnProducts'.
    There are 0 rows in 0 pages for object "pawnProducts".
    DBCC results for 'arapTransactionCode'.
    There are 0 rows in 1 pages for object "arapTransactionCode".
    DBCC results for 'pawnTransactions'.
    There are 0 rows in 0 pages for object "pawnTransactions".
    DBCC results for 'casaCheckType'.
    There are 5 rows in 1 pages for object "casaCheckType".
    DBCC results for 'tdGLGroup'.
    There are 2 rows in 1 pages for object "tdGLGroup".
    DBCC results for 'casaGroup1'.
    There are 2 rows in 1 pages for object "casaGroup1".
    DBCC results for 'casaGroup2'.
    There are 0 rows in 1 pages for object "casaGroup2".
    DBCC results for 'genSQLFile'.
    There are 0 rows in 0 pages for object "genSQLFile".
    DBCC results for 'casaGroup3'.
    There are 0 rows in 1 pages for object "casaGroup3".
    DBCC results for 'casaHoldAmount'.
    There are 8 rows in 1 pages for object "casaHoldAmount".
    DBCC results for 'tdSQLTDReports'.
    There are 0 rows in 0 pages for object "tdSQLTDReports".
    DBCC results for 'cifParameter'.
    There are 1 rows in 1 pages for object "cifParameter".
    DBCC results for 'casaPostedInterest'.
    There are 2862 rows in 33 pages for object "casaPostedInterest".
    DBCC results for 'sysdiagrams'.
    There are 0 rows in 0 pages for object "sysdiagrams".
    DBCC results for 'loanGroup4'.
    There are 12 rows in 1 pages for object "loanGroup4".
    DBCC results for 'casaSPCheckRegister'.
    There are 0 rows in 1 pages for object "casaSPCheckRegister".
    DBCC results for 'genAMLATranGroup'.
    There are 13 rows in 1 pages for object "genAMLATranGroup".
    DBCC results for 'secUserBlockedHistory'.
    There are 0 rows in 0 pages for object "secUserBlockedHistory".
    DBCC results for 'genTranCodeMiscParameter'.
    There are 763 rows in 15 pages for object "genTranCodeMiscParameter".
    DBCC results for 'secUserAccessLink'.
    There are 18518 rows in 171 pages for object "secUserAccessLink".
    DBCC results for 'secOverride'.
    There are 10248 rows in 165 pages for object "secOverride".
    DBCC results for 'loanBranchMicroParam'.
    There are 4 rows in 1 pages for object "loanBranchMicroParam".
    DBCC results for 'cifEmployeeType'.
    There are 14 rows in 1 pages for object "cifEmployeeType".
    DBCC results for 'genCyber'.
    There are 1 rows in 1 pages for object "genCyber".
    DBCC results for 'casaProduct'.
    There are 2 rows in 1 pages for object "casaProduct".
    DBCC results for 'telSSSTransaction'.
    There are 0 rows in 0 pages for object "telSSSTransaction".
    DBCC results for 'cifEducation'.
    There are 0 rows in 1 pages for object "cifEducation".
    DBCC results for 'secUserAccess'.
    There are 764 rows in 15 pages for object "secUserAccess".
    DBCC results for 'cifOccupation'.
    There are 416 rows in 4 pages for object "cifOccupation".
    DBCC results for 'genBranch'.
    There are 4 rows in 1 pages for object "genBranch".
    DBCC results for 'casaCheckImportTable'.
    There are 0 rows in 0 pages for object "casaCheckImportTable".
    DBCC results for 'genVersion'.
    There are 58 rows in 1 pages for object "genVersion".
    DBCC results for 'secUserGroup'.
    There are 25 rows in 1 pages for object "secUserGroup".
    DBCC results for 'cifTitle'.
    There are 11 rows in 1 pages for object "cifTitle".
    DBCC results for 'casaInwardClearingBank'.
    There are 0 rows in 1 pages for object "casaInwardClearingBank".
    CHECKDB found 0 allocation errors and 11 consistency errors in database 'PDB01_20140811'.
    repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (PDB01_20140811).
    DBCC execution completed. If DBCC printed error messages, contact your system administrator.

  • Picking returns false results when aspect ratio is different from 1:1

    Hi,
    When using picking with perspective projection when the aspect ratio is different from 1:1 I get false results.
    Any idea how to fix it ?
    Thanks
    Ophir
    Following is the related code:
    // For the perspective projection
    Transform3D prespective = new Transform3D();
    prespective.perspective(hFov, Math.tan(hFov/2)/Math.tan(vFov/2), 1f, 30f);
    view.setProjectionPolicy(View.PERSPECTIVE_PROJECTION);
    view.setLeftProjection(prespective);
    // Picking code
    Point3d eye_pos = new Point3d();
    Point3d mouse_pos = new Point3d();
    canvas.getCenterEyeInImagePlate(eye_pos);
    canvas.getPixelLocationInImagePlate(x, y, mouse_pos);
    Transform3D motion = new Transform3D();
    canvas.getImagePlateToVworld(motion);
    motion.transform(eye_pos);
    motion.transform(mouse_pos);
    Vector3d direction = new Vector3d(mouse_pos);
    direction.sub(eye_pos);
    PickRay ray = new PickRay(eye_pos, direction);

    I tried to download the FireFox setup from both locations you mentioned. I could not reproduce your problem. Always the same file with the same MD5 hash:
    C:\tmp>md5sum "Firefox Setup 18.0.2.exe
    181ac7211db54e793845e8c7216c1a8b *Firefox Setup 18.0.2.exe
    Is it still reproducible from your location? Where are you located?

  • Jdbc:odbc bridge only returning one result when a count show 148 !

    Hello,
    Am sure i have done something stupid, but i have an issue with jdbc:odbc ....
    It is a simple sceanrio that i have coded umpteen times before ...
    I have the following ....
    1. Connection to DB2 on an IBM i5 (I apologise for not using native drivers from jt400.jar, but i had an ODBC code example and was in a rush - no excuse i know)
    2. Statement object created from connection above
    3. A string with my SQL in it
    4. A result set for the results.
    These are created as follows:
    Class.forName( "sun.jdbc.odbc.JdbcOdbcDriver");
    con = DriverManager.getConnection(ODBCSource, userID, password);
    if (con == null) {
    // error handling not relevant here
    } else {
    Statement s = con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_UPDATABLE);
    String SQL = "select * from table";                    
    ResultSet rs = s.executeQuery(SQL);
    i then try to loop ....
    while (rs.next() )
    // stuff
    however, i only ever get one result .... if i stick in the check for isLast, the first loop hits this check, i get my little status message, and the loop ends.
    while (rs.next() )
    if (rs.isLast() )
    System.out.println("I am on last record");
    BUT if i run the SQL
    "select count(*) from table" ... i get a count of 148 !!
    I tried setting the FetchSize through setFetchSize(), but made no difference.
    This is running on a JBoss server 4.2.1GA, JDK is "jdk1.6.0_02" .... i have a suspicion that this may be a JBoss specfic issue, as this exact code runs just fine on the Domino platform that it was originally on, if this is the case, i apologise for wasting everyones time .... but would still appreciate any pointers you can give me.
    Cheers

    sorry .... just relaised this is in the wrong forum ... reposted in the Database connectivity forum !!

  • Product search return no result when searching the root folder.

    Searching any sub-folder works as expected.

    thanks all, I can't find the Manufacturer for the Part Number yet. but I will ask somebody to help me get them.
    I will report my new progress~
    As per the documentation (see below), you have to enter the manufacturer number also. You cannot leave it blank and also you should activate the corresponding MARA index by manufacturer part number.
    Manufacturer and manufacturer part number
    Description
    This parameter is used to determine a material from the number of a manufacturer and manufacturer part number.
    To use this parameter for selection, activate the corresponding index in the table MARA.
    Value range
    The field MANU_MAT must contain the manufacturer part number.
    The field MFR_NO must contain the number of a manufacturer.
    A value must always be entered in both fields. It is not possible to search generically.
    Message was edited by:
            Chao Zhong

  • Returning no Result in the Report Unelss Press Submit

    Hi,
    All In classic Report
    I have Select Crietied for Choosing Specific feilds and Submit & Clear Button
    my Concern is to Return no Results when I Run the Report and Show Only Select Criteria !
    On Selecting the Values in Select Critria & Clicking Sumbit, I Should get the Results For the Report
    kindly Help me in this
    Thanks a lot

    Santu,
    I think I understand your request. You want to only show your report unless there are values in your items and they click the submit button. I think just checking if the items are not null will work.
    If you had the following items: P1_TEXT, P1_SELECT, and P1_TEXT2
    In your report add the following condition:
    Type: PL/SQL Expression
    Expression 1:
    (:P1_TEXT IS NOT NULL OR :P1_SELECT IS NOT NULL OR P1_TEXT2 IS NOT NULL)This will not render the report unless one of those items has a value. In addition make sure your items and your submit button are on a seperate region or else the user will not be able to see them :p.
    Cheers,
    Tyson Jouglet

  • Bing based federated result sources not returning any results for non-English languages

    I have a result source with this query:
    http://www.bing.com/search?q={?searchterms}  language:fr site:msdn.microsoft.com&format=rss&count=50&first={startIndex}
    This used to give me 40-50 results for common terms like download, blog etc.
    From today (7/14) IST, this source does not return any results. There are no results if I execute this query directly in IE either.
    Same behavior observed for: language:es, language:de etc.
    I do however get results as expected for language:en.
    Any idea what the issue might be?

    Hi Swapnil,
    According to your description, my understanding is that no results returned when searching with non-English in the Result Source query.
    I tested the same scenario per your post and I got the same results as you got.
    I recommend to change the language:fr in the Result Source query to be lang=fr to see if the issue still occurs.
    More references:
    http://kbdump.com/sharepoint-2013-opensearch-search-twitter-facebook-wikipedia-page/
    http://richardstk.com/2013/11/08/sharepoint-2013-federated-search-to-bing/
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

Maybe you are looking for

  • Server returned HTTP response code: 503 for URL

    I was deploy my webcenter application and was working fine, but I updated my Webcenter Framework plugin in Jdeveloper to version 11.1.2.0.091030.1847 and now when I try deploy my application error 503 occurr: [05:06:55 PM] Weblogic Server Exception:

  • How to undelete a sheet on NOTES app.

    I delete a sheet from NOTES and I need to recover it. Is there an option to reaches it and brings it back?

  • J2EE agent deployment failed due to authentication error

    Hi All, I had deployed java agent long back in weblogic domain, and was able to connect and execute odi scenarios using this java agent. Recently i have changed masterrepository password and as well SUPERVISOR password. While starting agent applicati

  • Master Data Object as an InfoProvider

    I have a master data object which is loaded with data.  I need to carry out some analysis via queries on this object.  What are the consequences if I now switch on the InfoProvider flag in the InfoObject? Thanks

  • Plugin not compatible

    Since the update to Firefox ver 22.0.0 I can no longer use the Skype Click to Call feature will this be fixed soon? I enjoy Firefox but as I use this feature a lot I am forced to use IE or Chrome both of which still support the Skype Click to Call fe