Important Announcement
This forum will be discontinued.
The creation of new topics is disabled.
Please open GitHub issues for the corresponding topics/products in the following Trivadis repositories:
- PL/SQL & SQL Coding Guidelines
- PL/SQL Cop Command Line
- PL/SQL Cop for SonarQube
- PL/SQL Cop for SQL Developer
- PL/SQL Cop Validators
- PL/SQL Analyzer
- PL/SQL Unwrapper
A lot of users have already a GitHub account and the management of the issues is better than in this forum. For example, closing a forum topic is never related to a product change. Closing a GitHub issue for an accepted bug means that the bug is fixed. This should simplify the work for all involved parties.
See this blog post for more information.
Thank you for your understanding.
You have to set the preferences in SQL Developer manually. There are no options to automatically update preferences based on some shared config file. ...
PL/SQL Analyzer is primarily used to analyse code installed in the Oracle database. To analyse all objects in the schema PLSCOPE you may run the follo...
Last version of log4plsql is from 2010-04-13 (see). Last version of Logger is from 2015-08-17 (see). However there were some commits on the master bra...
No, you have to build the validators.jar with the Maven build file.
Is there any option in PL/SQL Cop to enforce the naming conventions ? for instance that a cursor must be named "c_employees", and so on ? Not directly...
The following code does not report a G-7110 violation: DECLARE TYPE lst_chars IS TABLE OF VARCHAR2(40 CHAR); list_tbl CONSTANT lst_chars := ls...