Execute command
Posted: Fri 23 Jun 2006 07:23
Execute dbms_xxxx' cannot run with oraSql or OraQuery ?
i try and become : ORA:00900: invalid SQL statement
i try and become : ORA:00900: invalid SQL statement
Discussion forums for open issues and questions concerning database tools, data access components and developer tools from Devart
https://forums.devart.com/
With Orapacket is very slow the executingchallenger wrote:We couldn't reproduce this error. Please send to ODAC support address complete sample that demonstrates this problem and include script to create server objects.
Code: Select all
BEGIN
DBMS_SNAPSHOT.REFRESH('ESQUEM.TABLE', 'C');
END;
Run Ok , but is as slow as sqlplus more 120%plash wrote:Try to use TOraSQL component. Assign the following text to SQL property:Code: Select all
BEGIN DBMS_SNAPSHOT.REFRESH('ESQUEM.TABLE', 'C'); END;