sde.gdb_util.update_open_cursors - open_cursors parameter

627
3
Jump to solution
05-22-2023 02:17 AM
JamesMorrison1
Occasional Contributor

Hello Everyone

After reading the following article...we use Oracle 19c...

Update open_cursors setting in geodatabases in Oracle—ArcGIS Pro | Documentation

The sde.gdb_util.update_open_cursors stored procedure updates the open_cursors parameter stored in the sde geodatabase repository 

[Q1] In which SDE  Repository Table is the open_cursors parameter stored?

Thanks.

1 Solution

Accepted Solutions
George_Thompson
Esri Frequent Contributor

That is correct, it updates the value in a safe and supported manner.

I know that many people just update the value via SQL, but always advise against it unless directed by Esri.

It can be done safely (update via SQL) but have seen MANY issues happen during the update process that impact other things.

There also are not many reasons to update the server_config table anymore.

--- George T.

View solution in original post

3 Replies
George_Thompson
Esri Frequent Contributor

I believe that it is in the sde.SERVER_CONFIG table in Oracle.

I do NOT recommend changing the value directly in the SDE repository tables.

--- George T.
JamesMorrison1
Occasional Contributor

Thank you George - so I assume the sde.gdb_util.update_open_cursors stored procedure updates the open_cursors parameter  - no direct SQL.

0 Kudos
George_Thompson
Esri Frequent Contributor

That is correct, it updates the value in a safe and supported manner.

I know that many people just update the value via SQL, but always advise against it unless directed by Esri.

It can be done safely (update via SQL) but have seen MANY issues happen during the update process that impact other things.

There also are not many reasons to update the server_config table anymore.

--- George T.