-
Updated
Aug 30, 2021 - Go
oracle-database
Here are 834 public repositories matching this topic...
-
Updated
Aug 31, 2021 - Shell
-
Updated
Jul 21, 2021 - Python
-
Updated
Aug 13, 2021 - Java
-
Updated
Jul 26, 2021 - C
Is your feature request related to a problem? Please describe.
We have a database schema which includes temporary objects - this means objects which are required only for a short time like procedure for upgrades or objects which are still work in progress - and legacy test code. Temporary objects are always prefixed with the username of the author like:
windowsusr_my_table
Test Procedures a
-
Updated
Aug 1, 2021 - Clojure
-
Updated
Aug 30, 2021 - C#
-
Updated
Oct 30, 2020 - Shell
-
Updated
Aug 31, 2021 - Jinja
Automatic tags could be added to instance_name.
And for versions Oracle 12c onward, could be added tag to pdb name(container).
SELECT SYS_CONTEXT ('USERENV', 'INSTANCE_NAME')
FROM DUAL;
select sys_context('USERENV','CON_NAME') FROM DUAL;
-
Updated
Apr 26, 2021 - Java
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Aug 24, 2021 - Go
-
Updated
Aug 31, 2021 - Java
-
Updated
Aug 23, 2021 - Shell
-
Updated
Oct 17, 2018 - Python
-
Updated
Aug 26, 2021 - Shell
-
Updated
Aug 26, 2021 - PLSQL
-
Updated
Aug 30, 2021 - C++
-
Updated
Aug 31, 2021 - Java
-
Updated
Aug 8, 2017 - Shell
-
Updated
Aug 28, 2021 - Java
-
Updated
Jul 22, 2021 - Puppet
-
Updated
Apr 19, 2021 - Java
Improve this page
Add a description, image, and links to the oracle-database topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the oracle-database topic, visit your repo's landing page and select "manage topics."
Describe the bug
Character greater then > breaks comment in formatter
To Reproduce
Steps to reproduce the behavior:
-- comments are
-- breaks by sign greater than >
-- unfortunately
Expected behavior
the comment should not be affected by a character grea