Windows PowerShell
版权所有 (C) 2014 Microsoft Corporation。保留所有权利。
PS C:\Users\Administrator> sqlplus sys/[email protected] 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;
表被截断。
arcgis10.3 报 Lock request conflicts with an established lock。
Posted 一骑绝尘
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了arcgis10.3 报 Lock request conflicts with an established lock。相关的知识,希望对你有一定的参考价值。
以上是关于arcgis10.3 报 Lock request conflicts with an established lock。的主要内容,如果未能解决你的问题,请参考以下文章
为啥arcgis10.3装好了打开时候显示许可证密钥和日期不匹配?
VS 2013+ ArcGIS 10.3 AddIn 断点不断异常解决