Recent content by chizh

  1. C

    SPOOL and Unicode

    Hi! SPOOL always save file in windows codepage. Regardless settings: Unicode support is enabled Encoding set to Always UTF8 without BOM NLS_LANG=AMERICAN_AMERICA.AL32UTF8 Please fix this behaviour. Thank You.
  2. C

    query to describe table

    On our server (exadata) this select executes about 10 minutes. Fix it by this please: SELECT t.*, o.*, m.comments from sys.all_tables t, sys.all_tab_comments m, sys.all_objects o where t.owner = :object_owner and t.table_name = :object_name and m.owner (+) = t.owner and m.table_name...
Back
Top