Newbie,  can't find my database

Hi, I just took over a cold fusion site and am in the process
of updating. This is my first experience with cf and databases.
I have installed CFMX7.0.1 on mac ox 10.4 and have put the
site in the wwwroot folder. When I try to test the site I get an
error stating "Error Occurred While Processing Request
Data source xxx could not be found." - (am using dreamweaver
with cf setup as the testing server)
I have not set the data source in "Data Sources" of the admin
control panel because frankly I can't find it. On the server there
is a folder called database (above the www folder) and in the www
folder there are several files with names starting with sql_xxx.
the contents of the files are like this..."
<cfparam name="contestid" default="">
<cfquery name="getcontest" datasource="#request.dsn#">
SELECT *
FROM Contest
WHERE
0=0
<cfif len(contestid)>
AND id = #id#
</cfif>
</cfquery>
this seems like a db query to me?? but I can't find the
"request.dsn".
any help would be greatly appreciated.

hi - For a start, #request.dsn# will simply contain the DSN
name (the one you masked out with XXX in the error message).
If you go into CF Admin, I assume this DSN does not exist?
Do you have any idea what type of database was installed? If
Access, you'll be looking for file with the .MDB extension, if SQL
Server, there'll be a directory under Program Files (if running
Windows) called MSSQL or Microsoft SQL Server, if MySQL there'll
most likely be a directory under Prog Files called 'MySQL'. For
MySQL you should find a directory called 'Data'. Any folders
therein are databases. For MSSQL , also look for a 'Data'
directory. The databases here are contained in MDF/LDF files. You
should be able to work out the name of the actual database from
this.
Now simply log into the CF Admin and create a new datasource
with the driver appropriate to the type of database.
I hope this gets you at least a little closer!
regards
Jon

Similar Messages

  • Where can i find the database?

    im using the discovery server now. and i need to update some data in. however i could not find where is the database store and how i can edit/add/update it. please advise.

    Hi
    Can you explain your problem briefly . and one more thing  what is discovery server ??
    Thanks
    Ankit

  • Can't find my database schema, where do i place the database schema?

    hi folks,
    I was able to generate a database schema for my entity bean, but everytime i try to deploy the entity bean i get this error:
    SEVERE (23542): JDOCodeGenerator: Caught a RuntimeException :
    java.lang.RuntimeException: Could not find schema file SKX_LIVE_BLAZE on classpath EJB CL:
    i place it inside the SKXENTITYBEAN.jar file ..but it can't seem to find it.. where is it supposed to be placed?

    ok, i found out why it didnt' work ..i had the schema in this folder:
    skx\dbschema\SKX_LIVE_BLAZE
    so i had to use this for the schema name:
    <schema>skx/dbschema/SKX_LIVE_BLAZE</schema>
    previous i just did this:
    <schema>SKECHERS_LIVE_BLAZE</schema>
    I wish the documentation had given me some indication that if i had to include the folder path for the schema..

  • How can i find the database session of Configurator request ?

    Hello at all.
    When a user click on configure button of configurator from application i want trace his session on database.
    How can i identify the Sid ?
    Many thanks.

    Search for reg.properties file on server, i think it will give you name of database..
    Or
    Run configuration again and cancel it once you reach to data details (Not recommended).
    Cheers!
    Sh!va

  • Where can I find ACME database schemas

    I recently took JDeveloper P2 class from Oracle training. I asked the instructor if I could take the ACME database schemas to practice. He said that it's in the technet since it's based on marketing materials. Search doesn't return anything on ACME database schemas or SQLLoader. Can someone tell me where it might be located?
    AR

    AR
    Hi
    Is it possible saying a little about course contents and materials?
    Thanks a lot
    Shahram

  • EM can't find my database instance??

    I'm new to Oracle, just installed Oracle 10.1g in Windows XP SP2. Everything is running well but after modifying some configuration, the Enterprise Manager won’t run again. So I removed my Oracle installation and performed new installation. After re-installed the Oracle, I found that I can connect to iSQLPlus and others, but when I am opening: http://my-pc:5500/em, I got an error message saying that my database instance is not mount or in mounting. I can make sure all Oracle’s service is running and ready. What should I do?

    The Service may be started, that does not always mean that the database is started.
    So you need to stop and restart the database. If you do not know how to do this, I would suggest you restart the PC sinceit will start it automatically.
    As a new comer to a product, what I suggest you do first is to read the documentations.
    Here is a linl to the Oracle Documentation Library
    http://www.oracle.com/pls/db102/portal.portal_db?selected=1

  • WTG Newbie: can't find  external CSS file

    Hello Forum... I've placed a css file in a directory (/res/basic.css) just off the root of my test webtogo application but the application doesn't pick it up when I use the syntax:
    <link rel="stylesheet" href="/res/basic.css" type="text/css"> in the html header.
    I've tried some variations on the href url but still can't get it to work.
    I presume I'm not understanding something pretty fundamental. Can anyone enlighten me? Btw, this usually works on another servlet container such as tomcat.
    Many thanks
    /j-p.

    Hello Ravi... thanks for your help.
    1. version 10.0.0 of oracle lite
    2. I'm just starting out with some simple test applications.
    3. I just wanted to include external files for css stylesheets and javascript in my test web application.
    Case 2 is my situation.
    I can't succeed in getting the olite server to serve the css file - even by manually typing the url:
    http://localhost:7070/mobtest2/res/basic.css
    and I had tried removing the root slash as you had suggested but still the same problem.
    Here is the relevant section of wtgapp.xml from the wtgsdk\bin directory, maybe you or someone can make out what I'm doing wrong by how this is configured:
    <application name="SecondMobileTest">
    <platform_info>
    <platform>Oracle Lite WEB;US</platform>
    </platform_info>
    <app_info>
    <directory>/mobtest2</directory>
    <virtualpath>/mobtest2</virtualpath>
    <defaultpage>users</defaultpage>
    <icon></icon>
    <description>A Second Mobile test</description>
    <publication></publication>
    <platform>Oracle Lite WEB;US</platform>
    <localroot>C:\oracle\ora92\Mobile\Sdk\wtgsdk\root\jp_test\tabletest1\</localroot>
    <classpath>/jp_test/tabletest1/servlets</classpath>
    </app_info>
    <xcopy local="C:\oracle\ora92\Mobile\Sdk\wtgsdk\root\jp_test\tabletest1\res\basic.css" server="" recursive="Y"/>
    <xcopy local="C:\oracle\ora92\Mobile\Sdk\wtgsdk\root\jp_test\tabletest1\servlets\org\wfp\test\Users.class" server="" recursive="Y"/>
    <app_db connection="10" sharing="N">
    <dbuser>master</dbuser>
    <dbpwd></dbpwd>
    </app_db>
    <role name="Default Role"/>
    <servlet name="org.wfp.test.Users" virtualpath="/users"/>
    </application>
    Best Regards
    /j-p.

  • How to find Logical database name using selection view

    Hi Experts,
                      How can we find logical database name using selection view in se36.
    Regards,
    Mani

    Hi,
    If you want to see the logincal database used in the report ( tcode se38) in the intial screen select the attribute tab
    and click display you will bw able to see the logical datbase ysed for the report.
    Thanks.

  • DBA Studio does not find any Database 8.1.7

    Hello,
    I have a problem when startung DBA-Studio!
    I installed Windows 2000 and Oracle 8.1.7.
    In Enterprise Manager Console my node is recognised, Manger service and
    Oracle81Agent are running. When starting the DBA Studio in "Manager Server
    OMS" mode giving user/Password for SysMan account and the node-name, it
    stops with VTO-4400 ! It can't find any Database and the user should use the
    Enterprise Manager Console ! But this is done!!!
    Can anybody help!!?
    Thanks Marcel

    this is probably due to an incomplete restoration of xml after running rmjvm.
    having done rmjvm, all java classes, including xml classes are gone so i suspect you need to redo initxml
    I have finally gotten loadjava to load and create all the files in the JAR:
    C:\oracle\ora81\RDBMS\jlib\xsu111.jar
    Using the following command:
    C:\oracle\ora81>loadjava -u sams/<--password-->@samsdb -v -f -r OracleXMLStaticQuery.c
    lass c:\oracle\ora81\rdbms\jlib\xsu111.jar
    internal error: unanticipated exception: java.io.FileNotFoundException: OracleXM
    LStaticQuery.class
    java.io.FileNotFoundException: OracleXMLStaticQuery.class
    at java.io.FileInputStream.<init>(FileInputStream.java:56)
    at java.io.FileInputStream.<init>(FileInputStream.java:75)
    at oracle.aurora.server.tools.loadjava.LoadJava.processLoadAndCreate(Loa
    dJava.java:1512)
    at oracle.aurora.server.tools.loadjava.LoadJava.process(LoadJava.java:14
    22)
    at oracle.aurora.server.tools.loadjava.LoadJavaMain.run(LoadJavaMain.jav
    a:299)
    at oracle.aurora.server.tools.loadjava.LoadJavaMain.main(LoadJavaMain.ja
    va:58)
    initialization complete
    NOW! It will not resolve any of the classes because for each file I am getting the following error:
    ORA-29521: referenced name <--class name--> could not be found
    I recieved this error for each class loaded via loadjava and calling the xsu111.jar file.
    any reasons why? There is also a file named xsu12.jar is the latest?
    Help Please! Thanks in advance.

  • MS access cant find the database file ....

    I have an issue with just one user on network where only one computer cannot access an access database and the error is "ms access can't find the database file...."
    Sometimes I can remap and get it to load, but on reboot I always get the same bad message. The other computers login as different users and access from xp based pcs through office 2007. The user in question's permissions are not the issue. So could it be that she is using a 2013 version of office from a windows 8 machine? And how fix?
    Jay
    This topic first appeared in the Spiceworks Community

    i m calling the servlet from this JSP and the code
    for it is
    <form action="/myPackage/ConnectionToDatabase"
    method="post">
    the value of the action attribute should correspond to whatever you have included in your url-mapping element as stated in the reply by jcalambra...
    there is no need for you to have /mypackage/ConnectionToDatabase...
    if <url mapping>/Servlet</url=mapping>
    then in your form, you should only have
    <form action="/Servlet" as opposed to...
    form action="/myPackage/ConnectionToDatabase"
    i think thats where the problem resides.. the web.xml needs to be properly configured and the form attributes changed to reflect the new values...
    hope this helps

  • Newbie mistake, but I can't find it, help appreciated on XML import

    I'm sure I'm making a newbie mistake but I can't find it. If someone could tell me what I'm doing wrong I would appreciate it.
    Step one works (i'm logged as user xdb on the database):
    SQL*Plus: Release 10.1.0.2.0 - Production on Wed Dec 20 13:47:53 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> Declare
    2 ignore boolean;
    3 begin
    4 ignore :=dbms_xdb.createFolder('/datamart');
    5 ignore :=dbms_xdb.createFolder('/datamart/CustomerCare');
    6 ignore :=dbms_xdb.createFolder('/datamart/CustomerCare/xsd');
    7 ignore :=dbms_xdb.createFolder('/datamart/CustomerCare/xml');
    8 commit ;
    9 end;
    10 /
    PL/SQL procedure successfully completed.
    Step two works, where I drag and drop via Windows Explorer my xsd file into http://d01db:8085/datamart/CustomerCare/xsd. It has a size of about 7k or so. Again, when connecting to the respository with Windows Explorer, I'm logging in as xdb.
    Step three works, where I register the schema that I just put into the XML repository. Still logged into SQLPlus as xdb.
    SQL> begin
    2 dbms_xmlschema.registerURI
    3 (schemaURL => 'http://xmlns.oracle.com/xdb/Steton.xsd'
    4 ,schemaDocURI => '/datamart/CustomerCare/xsd/Steton.xsd'
    5 ,genTables => true
    6 ) ;
    7 end;
    8 /
    PL/SQL procedure successfully completed.
    SQL> describe STETONAUDITRESULTS;
    Name Null? Type
    TABLE of SYS.XMLTYPE(XMLSchema "http://xmlns.oracle.com/xdb/Steton.xsd" Element "StetonAuditResults"
    SQL>
    By the way, here is the schema:
    <?xml version="1.0" encoding="utf-8"?>
    <xs:schema xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xdb="http://xmlns.oracle.com/xdb" id="StetonAuditResults" xdb:storeVarrayAsTable="true">
         <xs:element name="StetonAuditResults" xdb:defaultTable="STETONAUDITRESULTS">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element name="Control">
                             <xs:complexType>
                                  <xs:sequence>
                                       <xs:element name="ResultCount" type="xs:int"/>
                                  </xs:sequence>
                             </xs:complexType>
                        </xs:element>
                        <xs:element name="AuditResults">
                             <xs:complexType>
                                  <xs:choice maxOccurs="unbounded">
                                       <xs:element name="AuditResult">
                                            <xs:complexType>
                                                 <xs:sequence>
                                                      <xs:element name="AuditResultGlobalID" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AuditGlobalID" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AuditName" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AccountID" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AccountName" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AuditorID" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AuditorName" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AcctRepName" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AuditTypeID" type="xs:int" minOccurs="0"/>
                                                      <xs:element name="AuditTypeName" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="DivisionID" type="xs:int" minOccurs="0"/>
                                                      <xs:element name="FaxBack" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="EMailBack" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="StartDateLocal" type="xs:dateTime" minOccurs="0"/>
                                                      <xs:element name="StartDateUTC" type="xs:dateTime" minOccurs="0"/>
                                                      <xs:element name="EndDate" type="xs:dateTime" minOccurs="0"/>
                                                      <xs:element name="UploadDate" type="xs:dateTime" minOccurs="0"/>
                                                      <xs:element name="ProcessDate" type="xs:dateTime" minOccurs="0"/>
                                                      <xs:element name="ApplicationVersion" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AuditResultNotes" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="AuditorSignature" type="xs:base64Binary" minOccurs="0"/>
                                                      <xs:element name="AcctRepSignature" type="xs:base64Binary" minOccurs="0"/>
                                                      <xs:element name="InitialAuditResultGlobalID" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="RecordType" type="xs:string" minOccurs="0"/>
                                                      <xs:element name="ModifiedDate" type="xs:dateTime" minOccurs="0"/>
                                                      <xs:element name="CategoryResults">
                                                           <xs:complexType>
                                                                <xs:choice minOccurs="0" maxOccurs="unbounded">
                                                                     <xs:element name="CategoryResult">
                                                                          <xs:complexType>
                                                                               <xs:sequence>
                                                                                    <xs:element name="AuditResultGlobalID" type="xs:string"/>
                                                                                    <xs:element name="CategoryGlobalID" type="xs:string" minOccurs="0"/>
                                                                                    <xs:element name="CategoryName" type="xs:string" minOccurs="0"/>
                                                                                    <xs:element name="CategoryReference" type="xs:string" minOccurs="0"/>
                                                                                    <xs:element name="CategoryResultNotes" type="xs:string" minOccurs="0"/>
                                                                                    <xs:element name="QuestionResults">
                                                                                         <xs:complexType>
                                                                                              <xs:choice minOccurs="0" maxOccurs="unbounded">
                                                                                                   <xs:element name="QuestionResult">
                                                                                                        <xs:complexType>
                                                                                                             <xs:sequence>
                                                                                                                  <xs:element name="AuditResultGlobalID" type="xs:string"/>
                                                                                                                  <xs:element name="CategoryGlobalID" type="xs:string" minOccurs="0"/>
                                                                                                                  <xs:element name="QuestionGlobalID" type="xs:string" minOccurs="0"/>
                                                                                                                  <xs:element name="QuestionText" type="xs:string" minOccurs="0"/>
                                                                                                                  <xs:element name="QuestionReference" type="xs:string" minOccurs="0"/>
                                                                                                                  <xs:element name="ChoiceGlobalID" type="xs:string" minOccurs="0"/>
                                                                                                                  <xs:element name="ChoiceText" type="xs:string" minOccurs="0"/>
                                                                                                                  <xs:element name="ChoicePointsPossible" type="xs:double" minOccurs="0"/>
                                                                                                                  <xs:element name="ChoicePointsEarned" type="xs:double" minOccurs="0"/>
                                                                                                                  <xs:element name="QuestionResultNotes" type="xs:string" minOccurs="0"/>
                                                                                                                  <xs:element name="QuestionCommentResults">
                                                                                                                       <xs:complexType>
                                                                                                                            <xs:choice minOccurs="0" maxOccurs="unbounded">
                                                                                                                                 <xs:element name="QuestionCommentResult">
                                                                                                                                      <xs:complexType>
                                                                                                                                           <xs:sequence>
                                                                                                                                                <xs:element name="AuditResultGlobalID" type="xs:string"/>
                                                                                                                                                <xs:element name="CategoryGlobalID" type="xs:string" minOccurs="0"/>
                                                                                                                                                <xs:element name="QuestionGlobalID" type="xs:string" minOccurs="0"/>
                                                                                                                                                <xs:element name="QuestionCommentGlobalID" type="xs:string" minOccurs="0"/>
                                                                                                                                                <xs:element name="QuestionCommentText" type="xs:string" minOccurs="0"/>
                                                                                                                                                <xs:element name="QuestionCommentResultNotes" type="xs:string" minOccurs="0"/>
                                                                                                                                           </xs:sequence>
                                                                                                                                      </xs:complexType>
                                                                                                                                 </xs:element>
                                                                                                                            </xs:choice>
                                                                                                                       </xs:complexType>
                                                                                                                  </xs:element>
                                                                                                             </xs:sequence>
                                                                                                        </xs:complexType>
                                                                                                   </xs:element>
                                                                                              </xs:choice>
                                                                                         </xs:complexType>
                                                                                    </xs:element>
                                                                               </xs:sequence>
                                                                          </xs:complexType>
                                                                     </xs:element>
                                                                </xs:choice>
                                                           </xs:complexType>
                                                      </xs:element>
                                                 </xs:sequence>
                                            </xs:complexType>
                                       </xs:element>
                                  </xs:choice>
                             </xs:complexType>
                        </xs:element>
                   </xs:sequence>
              </xs:complexType>
              <xs:key name="StetonAuditResultsKey_AuditResult">
                   <xs:selector xpath=".//AuditResult"/>
                   <xs:field xpath="AuditResultGlobalID"/>
              </xs:key>
              <xs:key name="StetonAuditResultsKey_CategoryResult">
                   <xs:selector xpath=".//CategoryResult"/>
                   <xs:field xpath="AuditResultGlobalID"/>
                   <xs:field xpath="CategoryGlobalID"/>
              </xs:key>
              <xs:key name="StetonAuditResultsKey_QuestionResult">
                   <xs:selector xpath=".//QuestionResult"/>
                   <xs:field xpath="AuditResultGlobalID"/>
                   <xs:field xpath="CategoryGlobalID"/>
                   <xs:field xpath="QuestionGlobalID"/>
              </xs:key>
              <xs:keyref name="AuditResultCategoryResult" refer="StetonAuditResultsKey_AuditResult">
                   <xs:selector xpath=".//CategoryResult"/>
                   <xs:field xpath="AuditResultGlobalID"/>
              </xs:keyref>
              <xs:keyref name="CategoryResultQuestionResult" refer="StetonAuditResultsKey_CategoryResult">
                   <xs:selector xpath=".//QuestionResult"/>
                   <xs:field xpath="AuditResultGlobalID"/>
                   <xs:field xpath="CategoryGlobalID"/>
              </xs:keyref>
              <xs:key name="StetonAuditResultsKey_QuestionCommentResult">
                   <xs:selector xpath=".//QuestionCommentResult"/>
                   <xs:field xpath="AuditResultGlobalID"/>
                   <xs:field xpath="CategoryGlobalID"/>
                   <xs:field xpath="QuestionGlobalID"/>
                   <xs:field xpath="QuestionCommentGlobalID"/>
              </xs:key>
              <xs:keyref name="QuestionResultlQuestionCommentResult" refer="StetonAuditResultsKey_QuestionResult">
                   <xs:selector xpath=".//QuestionCommentResult"/>
                   <xs:field xpath="AuditResultGlobalID"/>
                   <xs:field xpath="CategoryGlobalID"/>
                   <xs:field xpath="QuestionGlobalID"/>
              </xs:keyref>
         </xs:element>
    </xs:schema>
    Step four is where I have problems. I'm using Windows Explorer to drag and drop an XML instance document into http://d01db:8085/datamart/CustomerCare/xml while logged into the repository as xdb.
    Here's some of the test file that I'm using.
    <?xml version="1.0" standalone="no"?>
    <StetonAuditResults xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/xdb/Steton.xsd">
         <Control>
              <ResultCount>112</ResultCount>
         </Control>
    </StetonAuditResults>
    Note, the test XML file is 427k in size and I can't post it here. There is a lot of data between the </Control> tag and the </StetonAuditResults> tag.
    During the Drag and Drop I get the message "An error occured copying some or all of the selected files."
    My first suspicision was that the XML document failed validation. So I changed the namespace line to
    <StetonAuditResults xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="H:\StetonCustomerCare\Steton.xsd">
    I then started Altova's XMLSpy and the XML document is well formed and it validates.
    I then changed the namespace line in the XML document to
    <StetonAuditResults xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    and I could use Windows Explorer to drag and drop the file into the XML DB respository of http://d01db:8085/datamart/CustomerCare/xml, but this version doesn't shred the XML document into the SQL tables that I need.
    I then deleted the file from the repository.
    I then changed the namespace line in the XML document to <StetonAuditResults xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Steton.xsd">
    because someone told me to, and because I have seen an FAQ in this forum suggest this approach. I can copy using Windows Explorer into the http://d01db:8085/datamart/CustomerCare/xml. However, the file size via Windows Explorer is 427kb. Also "select count(*) from STETONAUDITRESULTS;" returns zero.
    What am I doing wrong?
    My background, I'm not an Oracle DBA, but I can code SQL select statements. So if I need to do something involving Oracle DBA privileges, please document it well. I will have to get the DBA's involved.
    My goal is import this XML file so that I can use it as a feed for a datamart. The first XML file in text format is 27mb.
    Thanks again for reading this far.

    I guess you have a namespace issue...(schema registered is not the same as the layout in your XML instance/doc, therefor will not be inserted). You have access to the XDB account...thats all you need (more then enough, i mean, you don't need dba privs).
    on the FAQ Mark explains...
    Why is the size of my XML document 0 bytes when viewed via HTTP or FTP ?
    Posted: Sep 1, 2006 6:07 AM in response to: mdrake in response to: mdrake      
    When a schema based XML is loaded into the XML DB repository via HTTP, FTP or dbms_xdb.createResource() the document is converted from a textual serialization of XML into a series of objects. At this point the size of the document becomes (a) meaningless and (b) difficult / expensive to calculate.
    The first question is what is meant by the size of the document once it has been stored using object-based persistence ? There are two possibilities
    (1) The number of bytes used the text serialization of the XML document.
    (2) The number of bytes required to store the internal object representation of the document. In this case the does the size include the bytes used for keys, refs indexes, etc ?
    Since (1) would be expensive to maintain as the document is updated (particularly in the case of partial updates) and (2) is expensive to calculate on a document by document basis, XML DB shows the size of all schema based XML documents as 'zero' bytes.
    Note that this also applies to the size of the registered version of XML Schema documents, which can be found in the folder tree /sys/schemas.
    If a schema based XML document is loaded into the repository and does not appear as 0 bytes long when viewed via HTTP or WebDAV this means that XML DB was unable to identifiy the XML schema the XML document is associated with.
    Note that immediatlely after uploading a document in Windows Explorer using the WebDAV protocol the size of the document will be non-zero, since the original size is cached by the Microsoft WebDAV client. However once a refresh of the folder is performed in Windows Explorer the size should be shown as zero if the document was recognized as a schema based document.

  • Windows Internal Database on Windows Server 2012 - How can I find out what role or feature is using it?

    We have setup many roles and features and apparently one of them is using the Windows Internal Database (WID). We have had some events logged for WID and need to troubleshoot them. But we are not sure which role/feature is using it. How can I find
    this out?

    Hi,
    Several components of Windows Server 2008 and 2012 use Windows Internal Database for their data storage: Active Directory Rights Management Services, Windows System Resource Manager, UDDI Services, Active Directory Federation Services 2.0, IPAM and Windows
    SharePoint Services.
    Which role did you setup or what is the error message did you received?
    Regards.
    Vivian Wang

  • Where can I find the Stickies database (content). I recovered my hard drive from Time machine and need to load old data.

    Where can I find the Stickies database (content) in OS 10.8 and above. I recovered my hard drive from Time machine and it loaded the app but not the content.

    How to Recover StickiesDatabase From Time Machine

  • How can I find the schemas used in a database?  Any system table contains?

    How can I find the schemas used in a database? 
    Any system table contains?
    I would like to know sql statement (dictionary object name) which tells the all schema s in a database like dba_users.

    Hello,
    this SQL should help:
    db2 "select schemaname from syscat.schemata"

  • How can i find statistics tables in my database?

    code{
    Upgrade Statistics Tables Created by the DBMS_STATS Package
    If you created statistics tables using the DBMS_STATS.CREATE_STAT_TABLE procedure, then upgrade these tables by executing the following procedure:
    EXECUTE DBMS_STATS.UPGRADE_STAT_TABLE('SYS','dictstattab');
    In the example, 'SYS' is the owner of the statistics table and 'dictstattab' is the name of the statistics table. Execute this procedure for each statistics table.
    the above is one of the post upgrade step for 11gR2. How can i find statistics tables in my database?

    You need to read the complete context of this manual upgrade step:
    Step 33
    Upgrade Statistics Tables Created by the DBMS_STATS Package
    If you created statistics tables using the DBMS_STATS.CREATE_STAT_TABLE procedure, then upgrade these tables by executing the following procedure:
    EXECUTE DBMS_STATS.UPGRADE_STAT_TABLE('SYS','dictstattab');
    In the example, 'SYS' is the owner of the statistics table and 'dictstattab' is the name of the statistics table. Execute this procedure for each statistics table.You need to do this step for any statistics table that you created manually with DBMS_STATS.CREATE_STAT_TABLE.
    Marcus

Maybe you are looking for

  • Can I create a shared calendar on iCal from the New iPad?

    My company just gave out iPads for use to all field employees. My coworkers and I currently have an Outlook shared calendar that we utilize for scheduling our work. We can not access the shared calendars on our iPads, therefore I would like to create

  • Urgent: loading a pdf file  to presentation server at the end of the day

    hi I got a requirement like smartform will be converted into pdf file and it will loaded into application server, at the End of the day all the pdf files which are generated on that day will be loaded to in file at presentation server , so please hel

  • Flash Player problem on IE8

    Im having a problem in flash player, it doesnt work in IE but it works in Firefox. Tried to upgrade from IE7 to IE8 but still no luck. Whenever im trying to download in IE the activeX is not showing so what i did is to download the flash player 10 us

  • How to create dictionary table using web dynpro?

    Dear Experts, Please clarify my doubts.Im new in this EP development. Im using EP6 portal with NWDS6 for dev. My Doubts are : Im trying to develop a web dynpro application which captures some data and insert/update in Table. => If we create a structu

  • Solaris 10 3/05 x86 partition problem

    I have tried to install Solaris 10 Express 3/05 on a blank 30GB IDE HDD(c0d0). When I tried to install, install shows error: slice "/" cannot exceed 1023 cylinder in HBA (something like that). I tried to keep /var, /usr, /home, /opt out of /, but sti