opal-tools icon indicating copy to clipboard operation
opal-tools copied to clipboard

A flexible installer to install your Oracle PL/SQL and APEX code into different environments. It is complemented by a flexible exporter to spool your Oracle objects into the file system.

Results 7 opal-tools issues
Sort by recently updated
recently updated
newest added

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

Feature enhancement from @agrlica: Add version of OPAL TOOLS in validateConections (first thing I run on project/s). What about adding the database version, apex version and ords version as well...

enhancement

Feature enhancement from @agrlica: Add Javadoc support on connection pool :) What exactly do you mean by that? Should I simply update the ``Customization.md`` file?

documentation

Feature enhancement from @agrlica: Add Direct connection on SQLcl on connection pool. This should be a script which will directly connect a sqlcl session with the selected connection pool. This...

enhancement