I'm not able to get anything but simple sql statements to validate or process using the Attunity PowerPivot Connector for Oracle.
To reproduce my error, try this simple sql statement.
Here is the error I receive:Code:select sysdate from dual
[800D] ICommand::Execute: Failed to prepare the command. SQL = select sysdate from dual
[800D] ICommandPrepare: Failed to prepare the command. SQL = select sysdate from dual
[A033] A column by the name 'sysdate' was not found.
Any idea as to why that won't validate? sysdate is a pretty common Oracle function. This sql works fine with the standard oracle driver. I'm running 11g.
Thanks in advance!


LinkBack URL
About LinkBacks




Reply With Quote