Hi,
in the document 'upgrading mysource matrix from v3.8 to v3.10' there is a section titled 'run database queries' and this nicely details the changes to be made if using a postgresql database but no detail on any change to oracle. is this because the oracle change is really trivial like: 'DROP FUNCTION sq_get_parent_treeids;' or is there no change to oracle ?
Oracle automatically replaces the functions, which PostgreSQL does not. This is why there are no specific Oracle queries.
[quote]Oracle automatically replaces the functions, which PostgreSQL does not. This is why there are no specific Oracle queries.
[right][post=“13244”]<{POST_SNAPBACK}>[/post][/right][/quote]
thanx for the quick reply - much appreciated.