Recent content by G Vetter

  1. G

    Code Assistant? ORA-00942

    Oops, our DBA told me what the problem is. Oracle has a table ALL_USERS to which I have to be granted access for Code Assistant to work. Looks OK now.
  2. G

    Code Assistant? ORA-00942

    I ran PL/SQL Developer several times with the debugsql parameter, reproduced the problem every time, but no debug file was created.
  3. G

    Code Assistant? ORA-00942

    7.0.3.1123 01.24101
  4. G

    Code Assistant? ORA-00942

    In a SQL window, I have the start of a query: "select * from member m". If I go back, replace the "*" with "m." and wait for the prompting list of columns, I get an error message: ORA-06550: line 121, column 16: PL/SQL: ORA-00942: table or view does not exist. ORA-06550: line 119, column 7...
Back
Top