Does OracleDirect support TSqlConnection metadata commands?
Posted: Wed 08 May 2013 13:54
I've been trying to get our in-house tools working with Oracle direct mode but am stuck with getting the metadata commands to work. Both the Devart Oracle & SqlServer drivers work with the metadata commands, but we have a few installations where Oracle direct mode would be a better choice.
Oracle direct works fine for normal queries, updates, etc, but whenever I try a metadata command I get an error like:
Project DBDiff.exe raised exception class TDBXMetaDataError with message 'Could not parse the GetTables metadata command. Problem found near: :. Original query: GetTables ora11g:1521:TIPQA11g . auto_74 .% Table;.'.
Before I spend any more time on trying to work through the problem I was wondering if it's even supported. I haven't found anything in the help or forums regarding it.
ie. aConnection.GetTableNames(TableList, aSchema, False);
where
AConnection is a valid TSqlConnection
TableList is a TStringList
ASchema is a string = '';
Thanks,
Rich Werning
TIP Technologies, Inc.
Oracle direct works fine for normal queries, updates, etc, but whenever I try a metadata command I get an error like:
Project DBDiff.exe raised exception class TDBXMetaDataError with message 'Could not parse the GetTables metadata command. Problem found near: :. Original query: GetTables ora11g:1521:TIPQA11g . auto_74 .% Table;.'.
Before I spend any more time on trying to work through the problem I was wondering if it's even supported. I haven't found anything in the help or forums regarding it.
ie. aConnection.GetTableNames(TableList, aSchema, False);
where
AConnection is a valid TSqlConnection
TableList is a TStringList
ASchema is a string = '';
Thanks,
Rich Werning
TIP Technologies, Inc.