Recent content by felixxu

  1. F

    How to I install the VCS plug-in?

    After install VCS flie, two extra menus appear in the menu list. 1) VCS menu VCS menu list contains some items, such as, Open Project/Close Project/Check Out/Check In/Get/Add/Remove...etc. But They are all inactive, only "Preference" is active. 2)TortoiseSVN Meanwile, in the drop-down box of...
  2. F

    How to display explicitly CHAR or Byte in varchar2(10 CHAR)?

    Dear Marco, thanks for your reply. I know what you mean, PL/SQL Developer only shows the CHAR or BYTE when it is different with the default set, actually this may be liable to cause misunderstanding especially when we create table in Database A from the script in Database B. I suggest it is...
  3. F

    How to I install the VCS plug-in?

    http://www.allroundautomations.com/plsqldevplugins.html
  4. F

    How to display explicitly CHAR or Byte in varchar2(10 CHAR)?

    Dears, When we view table in PL/SQL developer, If the NLS_LENGTH_SEMANTICS of Oracle database is set to CHAR, we can see the column data type, such as, VARCHAR2(255); However, in TOAD, we can see that is, VARCHAR2(255 CHAR), Therefore, my question is, what should I do if I want to see...
Back
Top