Recent content by tblt

  1. T

    Command window bug

    I know, that statement is wrong. After execution this script, in command window, red underlined strings (usually indicate the error place), stay "active" for all inputs (and outputs). PlSqlDev 7.0.3.11233 It's a very annoyed.
  2. T

    Command window bug

    in "editor tab", place code: -------------------Cut here --------------------- Clear Drop Table A_OBJECTS_DICTIONARY; Drop Table a_object_list; Create Table a_object_list( object_type Number Not Null, object_name Varchar2(200) Not Null, Primary Key(object_type)); Create Table...
  3. T

    lot of bugs

    Ok. i'll send when this eroor occur next time. A) not a bug, but ... 1) i Open package body for edit. 2) i creating new table (rigth mouse click on "table", choice "new", fill all required items, and then press "Apply" button), 3) in opened source this object not showed in code assistant. After...
  4. T

    lot of bugs

    sorry, forgot: Oracle 9.2.0.5 Plsql developer 7.0.3.1123
  5. T

    lot of bugs

    1) ODBC importer bug :: i have created and fully acceselable ODBC data source (for FireBird). after executing, in CLOB fields in destanation table (BLOB fields in source table) i see repeteabled data for each 50-100 rows. For example, BLOB field in source contains like that 'AAAAAAAAAA' (first...
Back
Top