Hi AllUnless I missing something here most of the objects from are missing from SSMA for Oracle v 6 compared with SSMA for Oracle v 5.3--Results from ssma for oracle 5.3use sysdbselect COUNT(*) from sys.objectswhere schema_name(schema_id) = 'ssma_oracle' -- and type = 'FN'------------------------*/-----------331--Results from ssma for oracle 6/*------------------------use sysdbselect COUNT(*) from sys.objectswhere schema_name(schema_id) = 'ssma_oracle' -- and type = 'FN'------------------------*/-----------19Our product installer is expecting to find ssma_oracle.to_char_date but it’s not there in version 6 , to be honest there’s hardly any objects in v 6 at all.I’ve installed SSMA for Oracle v 6 on Win2012R2 with SQL 2014 and Win2008R2 with SQL 2008R2 both running the installer with the built-in elevated administrator account and using the sa sql login yet the objects don’t get installed.Just in case I was missing something I installed SSMA for Oracle.6.0.0.exe then the SSMA for Oracle.6.0.0.ExtPack.exe but nope the objects don't get created.I’m starting to think they are not there.
↧