> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# adminVerifyDb

<div className="kinetica-javadoc">
  <ul className="member-list">
    <li>
      <div className="section detail" id="adminVerifyDb(com.gpudb.protocol.AdminVerifyDbRequest)">
        <h3>adminVerifyDb</h3>
        <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbResponse" title="class in com.gpudb.protocol">AdminVerifyDbResponse</a></span> <span className="element-name">adminVerifyDb</span><wbr /><span className="parameters">(<a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest" title="class in com.gpudb.protocol">AdminVerifyDbRequest</a> request)</span> throws <span className="exceptions"><a href="/content/api/java/com/gpudb/GPUdbException" title="class in com.gpudb">GPUdbException</a></span></div>
        <div className="block">Verify database is in a consistent state. When inconsistencies or errors are found, the verified\_ok flag in the response is set to false and the list of errors found is provided in the error\_list.</div>

        <div className="dl notes">
          <div className="dt">Parameters:</div>
          <div className="dd"><code>request</code> - <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest" title="class in com.gpudb.protocol"><code>Request</code></a> object containing the parameters for the operation.</div>
          <div className="dt">Returns:</div>
          <div className="dd"><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbResponse" title="class in com.gpudb.protocol"><code>Response</code></a> object containing the results of the operation.</div>
          <div className="dt">Throws:</div>
          <div className="dd"><code><a href="/content/api/java/com/gpudb/GPUdbException" title="class in com.gpudb">GPUdbException</a></code> - if an error occurs during the operation.</div>
        </div>
      </div>
    </li>

    <li>
      <div className="section detail" id="adminVerifyDb(java.util.Map)">
        <h3>adminVerifyDb</h3>
        <div className="member-signature"><span className="modifiers">public</span> <span className="return-type"><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbResponse" title="class in com.gpudb.protocol">AdminVerifyDbResponse</a></span> <span className="element-name">adminVerifyDb</span><wbr /><span className="parameters">(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link">Map</a>\<<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>,<wbr /><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" className="external-link">String</a>> options)</span> throws <span className="exceptions"><a href="/content/api/java/com/gpudb/GPUdbException" title="class in com.gpudb">GPUdbException</a></span></div>
        <div className="block">Verify database is in a consistent state. When inconsistencies or errors are found, the verified\_ok flag in the response is set to false and the list of errors found is provided in the error\_list.</div>

        <div className="dl notes">
          <div className="dt">Parameters:</div>

          <div className="dd">
            <code>options</code> - Optional parameters.

            <ul>
              <li>
                <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#REBUILD_ON_ERROR"><code>REBUILD\_ON\_ERROR</code></a>: \[DEPRECATED] Use the Rebuild DB feature of GAdmin instead. Supported values:

                <ul>
                  <li><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TRUE"><code>TRUE</code></a> </li>
                  <li><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#FALSE"><code>FALSE</code></a> </li>
                </ul>

                The default value is <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#FALSE"><code>FALSE</code></a>.
              </li>

              <li>
                <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#VERIFY_NULLS"><code>VERIFY\_NULLS</code></a>: When <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TRUE"><code>TRUE</code></a>, verifies that null values are set to zero. Supported values:

                <ul>
                  <li><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TRUE"><code>TRUE</code></a> </li>
                  <li><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#FALSE"><code>FALSE</code></a> </li>
                </ul>

                The default value is <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#FALSE"><code>FALSE</code></a>.
              </li>

              <li>
                <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#VERIFY_PERSIST"><code>VERIFY\_PERSIST</code></a>: When <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TRUE"><code>TRUE</code></a>, persistent objects will be compared against their state in memory and workers will be checked for orphaned table data in persist. To check for orphaned worker data, either set <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#CONCURRENT_SAFE"><code>CONCURRENT\_SAFE</code></a> in <code>options</code> to <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TRUE"><code>TRUE</code></a> or place the database offline. Supported values:

                <ul>
                  <li><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TRUE"><code>TRUE</code></a> </li>
                  <li><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#FALSE"><code>FALSE</code></a> </li>
                </ul>

                The default value is <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#FALSE"><code>FALSE</code></a>.
              </li>

              <li>
                <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#CONCURRENT_SAFE"><code>CONCURRENT\_SAFE</code></a>: When <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TRUE"><code>TRUE</code></a>, allows this endpoint to be run safely with other concurrent database operations. Other operations may be slower while this is running. Supported values:

                <ul>
                  <li><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TRUE"><code>TRUE</code></a> </li>
                  <li><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#FALSE"><code>FALSE</code></a> </li>
                </ul>

                The default value is <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TRUE"><code>TRUE</code></a>.
              </li>

              <li>
                <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#VERIFY_RANK0"><code>VERIFY\_RANK0</code></a>: If <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TRUE"><code>TRUE</code></a>, compare rank0 table metadata against workers' metadata. Supported values:

                <ul>
                  <li><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TRUE"><code>TRUE</code></a> </li>
                  <li><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#FALSE"><code>FALSE</code></a> </li>
                </ul>

                The default value is <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#FALSE"><code>FALSE</code></a>.
              </li>

              <li>
                <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#DELETE_ORPHANED_TABLES"><code>DELETE\_ORPHANED\_TABLES</code></a>: If <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TRUE"><code>TRUE</code></a>, orphaned table directories found on workers for which there is no corresponding metadata will be deleted. It is recommended to run this while the database is offline OR set <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#CONCURRENT_SAFE"><code>CONCURRENT\_SAFE</code></a> in <code>options</code> to <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TRUE"><code>TRUE</code></a>. Supported values:

                <ul>
                  <li><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TRUE"><code>TRUE</code></a> </li>
                  <li><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#FALSE"><code>FALSE</code></a> </li>
                </ul>

                The default value is <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#FALSE"><code>FALSE</code></a>.
              </li>

              <li>
                <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#VERIFY_ORPHANED_TABLES_ONLY"><code>VERIFY\_ORPHANED\_TABLES\_ONLY</code></a>: If <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TRUE"><code>TRUE</code></a>, only the presence of orphaned table directories will be checked, all persistence and table consistency checks will be skipped. Supported values:

                <ul>
                  <li><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TRUE"><code>TRUE</code></a> </li>
                  <li><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#FALSE"><code>FALSE</code></a> </li>
                </ul>

                The default value is <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#FALSE"><code>FALSE</code></a>.
              </li>

              <li><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TABLE_INCLUDES"><code>TABLE\_INCLUDES</code></a>: Comma-separated list of table names to include when verifying table consistency on wokers. Cannot be used simultaneously with <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TABLE_EXCLUDES"><code>TABLE\_EXCLUDES</code></a>. </li>
              <li><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TABLE_EXCLUDES"><code>TABLE\_EXCLUDES</code></a>: Comma-separated list of table names to exclude when verifying table consistency on wokers. Cannot be used simultaneously with <a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbRequest.Options#TABLE_INCLUDES"><code>TABLE\_INCLUDES</code></a>. </li>
            </ul>

            The default value is an empty <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" className="external-link"><code>Map</code></a>.
          </div>

          <div className="dt">Returns:</div>
          <div className="dd"><a href="/content/api/java/com/gpudb/protocol/AdminVerifyDbResponse" title="class in com.gpudb.protocol"><code>Response</code></a> object containing the results of the operation.</div>
          <div className="dt">Throws:</div>
          <div className="dd"><code><a href="/content/api/java/com/gpudb/GPUdbException" title="class in com.gpudb">GPUdbException</a></code> - if an error occurs during the operation.</div>
        </div>
      </div>
    </li>
  </ul>
</div>
