Hello,
Looking at a current setup of our Oracle 11g SDE I've found that Keyset tables are unable to be generated under the users' schema as they do not have Create Table privileges. I will need to now check for tables which may be generated under the SDE schema after reading the below.
"""
In DB2, Informix, and SQL Server databases, the keyset table is created as a temporary table. In Oracle databases, when a user who has CREATE TABLE privileges causes a keyset table to be created, the keyset table is stored in the user's schema. If a user does not have CREATE TABLE privileges, a procedure is invoked to create the keyset table in the ArcSDE administrator's schema.
"""
Should users be granted create table permission to generate these Keyset tables, and are they worth it? Also noting that Oracle retains the tables, which I would guess needs to be cleared-out regularly.
If anyone has experience of this and particularly Oracle SDE condifuration it would be enormously helpful.