Recent content by moberm

  1. M

    ORA-00900: invalid SQL statement on VALID! SQL

    Hi, I get ORA-00900: invalid SQL statement on select count(*) from V$SESSION a, dba_jobs_running b, dba_jobs c where a.SchemaName = user and c.what= 'FORECAST_PROCESSOR.PROCESS_EVENTS;' and b.job=c.job and a.sid=b.sid which should work w/o problems. I have multiple...
  2. M

    ORA-01026: multiple buffer size > 4000

    Hi, using Oracle 8.0.5.0.0, Delphi 5 prof, DOA 3.3.0 I get this error when I try to insert a new record into a table using a TOracleDataSet, TOracleNavigator and a TDBGrid. Any idea? P.S.: When I use a TOracleQuery and perform an insert sql statement it works... Any help appreciated, Michael
Back
Top