Recent content by Athlantis

  1. A

    Text Importer cannot load file with one row of data

    Yeah, face it always, workaround is dublicate a record in a source file It's tough to tune it manually when there are 50 fields, man
  2. A

    Alternative quoting mechanism for text literals

    Yes, 13.0.6 Thanks
  3. A

    Alternative quoting mechanism for text literals

    After using alternative quoting mechanism view of source code looks as text literal
  4. A

    NLS Options

    Ok, thank you very much Anticipating
  5. A

    NLS Options

    Interested only in Oracle date format in preferences. May we expect in future the Developer would react on alter session adjustments? It is not urgent or crucial but apparently a malfunction. For example, timestamp values change according to any nls_timestamp_format changes through a session...
  6. A

    NLS Options

    Couldn't find anything at forum so writing... Oracle date format doesn't change through alter session adjustments. Seems an application takes it once on load from nls_database_parameters and that's all. Also manual edit in grid calendar submits wrong year: years XX00-XX68 transfer 2000-2068 and...
  7. A

    Slow column completion in version 11.

    I have just come to check is there some likely stuff, and seems it is... Recently we established 11.2.0.4 x64 and I started to tune it. And after all... select * from user_tables in some schema takes more than 20 secs, SQL*Plus takes less then a second. But the very interesting thing is at old...
  8. A

    Toolbar icons are too small for HD display

    In early versions there was Pref/UserInterface/toolbar "button spacing (pixels)" option. Has it been deprecated? Please, give a tip how to tune version 11 in tha way.
  9. A

    Export index-organized table with nested table column

    Eine kleine... Dev exports a nested table by itself, which not just executable, but futile in principle. Looks like: prompt prompt Creating table TACCESSKEY prompt ========================= prompt create table TACCESSKEY cache; dbms_metadata.get_ddl('TABLE', 'TACCESSKEY') returns ORA-31603...
  10. A

    Export index-organized table with nested table column

    It would be a big pleasure to add checkbox possibility to choose whether to export partitions of a table or not. Because excluding storage option doesnt influent on it. Then an export releases with useless partitions within non-existent tablespaces... :)
  11. A

    Export index-organized table with nested table column

    Hi there. Exporting IO-table with nested table column come out with a little bit wrong script, which one couldn't be executed. For example, export some table by PLSQLDev gives next: create table BCZ.TRIGHTS ( branch NUMBER not null, userid NUMBER not null, usertype NUMBER not null...
Back
Top