Dietmar Aust

Results 18 issues of Dietmar Aust

Just stumbled over a small issue in the customers sample app (version 21.2) on page 59. When I click on the logo view ... the session gets lost, and I...

During setup, we can use environment variables where appropriate, e.g. ``%USERPROFILE%`` which points to the user's home directory under Windows. It should be resolved to a physical location when prompted...

enhancement
module:setup

For exporting database objects, we can define a naming scheme for the export, e.g.: ``` --filename-templates default:#schema#/#object_type_plural#/#object_name#.sql package:#schema#/packages/#object_name#.pks "package body:#schema#/packages/#object_name#.pkb" ``` We need another variable ``#conn_pool_name#`` to use the connection...

enhancement
module:exporter
module:setup

When running sql scripts with SQLplus or SQLcl you can define variables in the script and you will be prompted for them, e.g.: ``` define LABEL=&&1 select user "&&LABEL." from...

enhancement
module:installer

Christoph made a great suggestions to replace placeholders during ``1.copy`` or ``3.install``. This way we could use a placeholder like ``#project.version#`` in the definition of the APEX application: ![image](https://user-images.githubusercontent.com/4840057/101156930-a2557280-3629-11eb-88e9-7e9a8bb266e7.png) and...

enhancement
module:installer

As [Fernando ](https://github.com/jfernal) suggested, a report could be deployed directly from the database. Ideally this would be the .jrxml source code version, not the compiled .jasper file. See [this enhancement...

type: enhancement

As [Fernando ](https://github.com/jfernal) suggested, he runs his reports on data stored in apex_collections ... and this is not accessible by a different database session. Again, multiple approaches are possible here,...

type: enhancement

Well, there is a workaround for this, but many people stumble over this. http://daust.blogspot.com/2012/08/jasperreportsintegration-passing.html All parameters are passed directly as URL parameters and the developer has to make sure, to...

type: enhancement

It would be helpful to create a better sample application and also sample reports to showcase the typical use cases and how to implement that in JasperReports and also how...

type: documentation

The proper documentation of the pl/sql api still needs to be done.

type: documentation