summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorShai Berger <shai@platonix.com>2014-10-15 02:52:21 +0300
committerShai Berger <shai@platonix.com>2014-10-17 04:46:15 +0300
commit2e1ed5f33cf5756b52a10ceadd0ce8e9ecf989e3 (patch)
treeef97163ee1c90e5d3afa584d307829d9d4850f86 /docs/ref
parentbabbf1899916a0ad4eae45e40ca13e2c00707718 (diff)
Fixed #23649 -- Made Oracle test-db creation drop test-user earlier when needed
Checked database destruction for ORA-29857, which happens when objects of some types are left over in an old test database (notably, such objects are created by the GIS backend). When this happens, we can resolve the issue by dropping the test-user (if we are allowed to). An alternative approach, to just switch the order of creation (so that, if the test user exists and can be dropped, it is always dropped before the tablespace) was considered; but since the user creation depends on the tablespace, this would necessitate separating the dropping of the user from its creation -- a change I am reluctant to make. Thanks Josh Smeaton and Tim Graham for reviews.
Diffstat (limited to 'docs/ref')
0 files changed, 0 insertions, 0 deletions