Recent content by childish

  1. C

    bugs ,copy words

    yes,you are right.The last word is LF,when I copy the text column,LF changed to "
  2. C

    bugs ,copy words

    I think that this is right. package STANDARD AUTHID CURRENT_USER is -- careful on this line; SED edit occurs! /********** Types and subtypes, do not reorder **********/ type BOOLEAN is (FALSE, TRUE); type DATE is DATE_BASE; type NUMBER is NUMBER_BASE; subtype FLOAT...
  3. C

    bugs ,copy words

    When I copy the result of select text from dba_source,The first paste word is ",but I dont see from the result paste result is following: "package STANDARD AUTHID CURRENT_USER is -- careful on this line; SED edit occurs! " " " " /********** Types and subtypes, do not reorder...
  4. C

    wrapped program is not complete.

    I view a wrapped program,sometimes it is not complete.I select from user_source ,there two lines ,but there is only one lines of user_source in plsql editor.
  5. C

    beautifier

    begin --the following ,there two space in the empty lines end;
  6. C

    beautifier

    After beautifier,there are two space in the empty lines.How can I do to be no space.
  7. C

    object search

    Now,when we search a object_name we must click the object_type,I think that we just input object_name and we dont click the object_type.
  8. C

    compile invalid objects

    I will check,but i think the sql is good. SELECT dbms_metadata.get_ddl(object_type =>'FUNCTION', NAME =>'' ) FROM dual;
  9. C

    compile invalid objects

    SELECT COUNT(1) FROM all_source;-- 686603
  10. C

    compile invalid objects

    when I compile the object ,I find the sql run slowly. SELECT text FROM all_source WHERE owner = :object_owner AND TYPE = :object_type AND NAME = :object_name AND line = :line AND origin_con_id = sys_context('userenv', 'con_id') I hope we can tune it.
  11. C

    multi-thread for user interface

    we can code with multi-thread,and we will reduce 'no response' when we click the interface.
  12. C

    grid edging line

    we can use different color.
  13. C

    grid edging line

    I hope that the line can be remove.
  14. C

    session windows error

    12.0.4.1826
  15. C

    session windows error

    I knew the reason,the plsql only supports about 3500 rows sessions.
Back
Top