Recent content by stephan0h

  1. S

    pl/sql developer not case sensitive!

    Ok, I think I need to specify my problem in more detail: Say, I'm in pl/sql developer 6.0.5, in the left hand tree I see all my (case sensitive) tables, on the right hand pane i've got an sql-window. Now I select a table "MyTab" and copy it to clipboard. I paste it to the sql window -> here it...
  2. S

    pl/sql developer not case sensitive!

    what really bugs me with the current pl/sql-developer and will probably keep me from upgrading to v 7 is that it's not case sensitive. Consider this example: create table "MyTab" ("Col1" number); I can do this in sqlplus, but when handling this table with pl/sql-developer i often end up with...
  3. S

    Export User Objects: Table Create Statements for Nested Tables?

    Hello, I've got one table containing a nested table. The ddl-statement created with pl/sql-developer looks like this: create table PDB_CHAINS ( CHA_ID NUMBER not null, MOD_ID NUMBER not null, CHAINID VARCHAR2(2), SEQRES CLOB, SEQUENCE CLOB, RESIDUES RESIDUES ) tablespace...
Back
Top