Recent content by prikey

  1. P

    Poor perfermane in Program Editor

    I use plsql develper with 10 version. It is very slow to select program window with a lot of lines in program editor. ( program source is 3000 lines over ) I tested in verious version 7,8,9 and10 of plsql delverper Only 7 version has no problem. other developers also have same problem. It is not...
  2. P

    Copy problem in Describe Table

    Hi, I often use copy and paste using short key(Ctrl + C) in Describe Table. It works well untill 9 version. But It doesn't work in 10 version. Is it replaced with another short key or This function is removed? You can test with below step. 1. Type one table name in SQL window 2. Select a...
  3. P

    about auto replace

    yes. I in general use table name || "-" for example mmt- => mtl_material_transaction msi- => mtl_system_items_b The auto replace of 7.1x version does not support dash
  4. P

    about auto replace

    Hi. I had used auto replace function of plsql 7.1 it does not support below. "mmt-" => "mtm_transaction_materal mmt" "mmt*" is enable. But '*' is reqired the combiantion key of "Shift + 8". it is not comportable. the previous short cut plug-in is support "mmt-" I want to use like that in auto...
Back
Top