Recent content by Pavlo

  1. P

    To huge package too debug

    Hello, We rearranged the Package and split it into three Packages (Tool, Read and Write) this is our work around.
  2. P

    Recent files are not updated.

    Hello Marco, Sorry for my late response, i had problems with my healthy. I checked it in my new version 14.0.6.1988 and it worked without problems. Thanks
  3. P

    Recent files are not updated.

    I got the problem that i create new Procedures and save then as file. After closing and restarting the developer my newely created file is not shown as recent file. I use the Version 14.0.1.1965 (64bit) 01.127110
  4. P

    To huge package too debug

    Hello, in our software we got a package which is used too read/write our standard interface to external software. It has become very large. Now we added some new procedures/functions in it. This caused the PL/SQL-Developer not too show debug information any longer for this package. In Debug all...
  5. P

    array of variable

    Thanks
  6. P

    array of variable

    Hi, For our procedure/function template it would be nice too have something as an array of variables. We want to create a parameter list like this: CREATE OR REPLACE PROCEDURE EVENT_CREATE_EDITASK_B ( in_cMessageType IN EDI_TASKS.MESSTYPE%TYPE, in_cTableName IN...
  7. P

    Conditional code block in template

    Thanks. That works. Is it also possible to use variables (Example &"Type" for '' in my source) in the conditional code block. So yes are they only requested if the checkbox is true? Is there somewhere a list the the possible syntax of variables used in template? (&)
  8. P

    Conditional code block in template

    Hello I'm trying to insert a conditional code block in a program unit template. So I created an query which gives me the wanted code block. Then I tryed to insert it in my code. My example: [$QUERY EDITASK = SELECT ' ELSIF (REC_AKTION.AKTIONNR = ) THEN -- Aktion 2: EDI-Task vom...
  9. P

    Different queries in a program unit template

    Hello, We are looking for a description of the syntax for your Templates. I know that it is possible to have a query in a template. For example: [$QUERY tables_and_views = select UPPER(object_name) from user_objects where object_type in ('TABLE', 'VIEW') order by...
  10. P

    Parameter description in edit mode

    Hello, we are using Version 11.0.3.1770 01.96650. The Oracle DB's we are using are all set to charactersymantic (not byte). If we declare parameter we try to do this usung the field%TYPE syntax. Now we see in the edit mode if we prozedures with parameter of type VARCHAR2, the length 3 times...
  11. P

    PL/SQL - Developer doesn't close

    For more then 50% of the time I close the PL/SQL-Developer it stays in the task manager as Not Responding and must be killed there before it can be restarted from the taskbar. We got the version 10.0.5.1710 01.96650 Plug ins: Active Query Builder, plsqldoc, Red Gate and version control. All...
  12. P

    Hangup by selecting dropdow for variable type date

    Hello, PL/SQL-Developer version: 10.0.5.1710 01.96650 Preset: Test window in which a variable of type Date exists. If you want to set this variable there is a marker for a drop down list shown in the field 'Value' of the test window. If this Button is clicked the PL/SQL-Developer stops working...
  13. P

    Creating plugins/extending functionality plsqldoc

    Thanks for the hint; now i can start to build something.
  14. P

    Creating plugins/extending functionality plsqldoc

    Hi, i haven't wrote any plugin till now, can somebody tell me where i can find examples (C++/Java) to get started. I want to extend the plsqldoc with references to called object and used tables. Till now i got working sql-functions to get this information and can include them manually into my...
Back
Top