Recent content by Rick Stagliano

  1. R

    Query Builder won't work in Oracle 10G rel 10.2.0.20

    Thanks Marco, Does this mean that you need to change code for 10.2 The query below works: ----------------------------------------------- select object_name, owner object_owner, status, object_type, created, last_ddl_time from sys.all_objects o1 where object_type = 'TABLE' and (object_type !=...
Back
Top