# restrict instance access ----------------------------------------------------- # instance.allow. = , .. # instance.disallow. = , .. # # encrypted admin connect string ----------------------------------------------- admin.login = <..> # # schemas to ignore for recompilation ------------------------------------------ schema.norecompile = sys, system # # ignorable db exceptions ----------------------------------------------------- error.alter.01430 = column being added already exists in table error.alter.01442 = column to be modified to NOT NULL is already NOT NULL error.alter.01451 = column to be modified to NULL cannot be modified to NULL error.alter.00904 = invalid column name error.alter.02441 = cannot drop nonexistent primary key error.alter.02443 = cannot drop constraint # nonexistent constraint error.alter.02260 = table can have only one primary key error.alter.02261 = such unique or primary key already exists in the table error.alter.02264 = name already used by an existing constraint error.alter.02275 = such a referential constraint already exists in the table error.create.00955 = name is already used by an existing object error.create.01920 = user name conflict error.create.01921 = role name conflict error.create.02011 = duplicate database link name error.create.12006 = a snapshot with the same user.name already exists error.create.02379 = profile already exists error.drop.00942 = table or view does not exist error.drop.01418 = specified index does not exist error.drop.01918 = user does not exist error.drop.02289 = sequence does not exist error.drop.01919 = role does not exist error.drop.02024 = database link to be dropped is not found error.drop.04043 = object does not exist error.drop.04080 = trigger does not exist error.drop.12003 = snapshot does not exist error.insert.00001 = unique constraint error.rename.955 = name is already used by an existing object error.rename.4043 = object does not exist error.revoke.00942 = table or view does not exist error.revoke.01919 = role does not exist error.revoke.01951 = role not granted error.revoke.01927 = cannot REVOKE privileges you did not grant error.revoke.01952 = system privilege not granted error.revoke.04042 = procedure, function, package, or package body does not exist