Recent content by avishay

  1. A

    sql windows ora-6550 ora-942

    i found what is the needed privileges for the operation. grant select on all_tab_columns to pl_sql_developer_role; grant select on all_col_comments to pl_sql_developer_role; grant select on ALL_OBJECTS to pl_sql_developer_role; grant select on ALL_SYNONYMS to pl_sql_developer_role; grant select...
  2. A

    sql windows ora-6550 ora-942

    PL/SQL Developer 5.1.2.687 02.7858 - 20 user license C:\Program Files\PLSQL Developer\PLSQLDev.exe 15/03/2005 13:52:54 Application started 15/03/2005 13:53:01 SessionChanged OracleHomeKey: SOFTWARE\ORACLE\HOME0 OracleHomeDir: \\orant2\orawinfs\OraClient_2000\orawin95 Found: oci.dll Found...
  3. A

    sql windows ora-6550 ora-942

    in the sql window i'm try to see columns of tables - "select * from hearot t where t." and then i see the message -"ora-6550 ora-942 table or view does not exists" i changed the "use DBA views if available" on and off - it did not help.
Back
Top