zoukankan      html  css  js  c++  java
  • arcgis10.3 报 Lock request conflicts with an established lock。


    Windows PowerShell
    版权所有 (C) 2014 Microsoft Corporation。保留所有权利。

    PS C:UsersAdministrator> sqlplus sys/xxxxxx@orcl as sysdba

    SQL*Plus: Release 11.2.0.1.0 Production on 星期一 3月 5 17:49:27 2018

    Copyright (c) 1982, 2010, Oracle.  All rights reserved.


    连接到:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options

    SQL> select * from sde.state_locks;

    未选定行

    SQL> select * from sde.object_locks;

    未选定行

    SQL>  select * from sde.layer_locks;

    未选定行

    SQL> select * from sde.table_locks;

        SDE_ID REGISTRATION_ID LO LOCK_TIME
    ---------- --------------- -- --------------
            13               9 S  05-3月 -18
            13              10 S  05-3月 -18
            13              11 S  05-3月 -18
            13               8 S  05-3月 -18
            13              12 S  05-3月 -18
            22               9 S  05-3月 -18
            22              10 S  05-3月 -18
            22              11 S  05-3月 -18
            22               8 S  05-3月 -18
            22              12 S  05-3月 -18

    已选择10行。

    SQL> truncate table sde.table_locks;

    表被截断。

    SQL> select * from sde.table_locks;

        SDE_ID REGISTRATION_ID LO LOCK_TIME
    ---------- --------------- -- --------------
            22               9 S  05-3月 -18

    SQL> truncate table sde.table_locks;

    表被截断。




  • 相关阅读:
    《Redis内存数据库》Redis主复制集(主从复制)
    《Redis内存数据库》Redis消息模式
    《Redis内存数据库》redis配置文件说明
    《Redis内存数据库》Redis事务
    《Redis内存数据库》Redis持久化实现方式和原理
    《Redis内存数据库》Redis基本操作命令
    《Redis内存数据库》Redis权限管理
    yum install 与 yum groupinstall 的区别
    LNMP卸载
    Vim配置 终端背景色配置
  • 原文地址:https://www.cnblogs.com/herosoft/p/8510800.html
Copyright © 2011-2022 走看看