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:

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.

blank
Philipp Salvisberg
@phs
Admin
Trusted Member
Topics: 0 / Replies: 51
Reply
Answer to: Exceptions - config file

You have to set the preferences in SQL Developer manually. There are no options to automatically update preferences based on some shared config file. ...

7 years ago
Forum
Reply
Answer to: Static SQL or PL/SQL code

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...

7 years ago
Reply
Answer to: LOG4PLSQL ?

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...

7 years ago
Reply
RE: Enforcing naming convention and code commenting practices

No, you have to build the validators.jar with the Maven build file.

7 years ago
Forum
Reply
Answer to: Enforcing naming convention and code commenting practices

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...

7 years ago
Forum
Reply
Answer to: Initializing Nested Table ( G-7110)

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...

7 years ago
Forum
Page 4 / 4