Recent content by raam94

  1. R

    Viewing Objects in Allround PL/SQL Developer

    I am experiencing an issue in Allround PL/SQL Developer (Version 16.0.3.2156 (64 bit)) where I can only see tables and views, but not packages, functions, or procedures. The tool only displays system-defined functions and procedures, while user-defined ones are not visible. However, when I use...
  2. R

    PL/SQL Beautifier

    SELECT CASE WHEN caus = 11 THEN 1 WHEN caus = 12 THEN 2 ELSE caus END caus , SUM(numero) numero, SUM(importo) importo FROM TAB
  3. R

    PL/SQL Beautifier

    Sure, thanks Version=1 RightMargin=200 Indent=3 UseTabCharacter=FALSE TabCharacterSize=2 AlignDeclarationGroups=TRUE AlignAssignmentGroups=TRUE KeywordCase=1 IdentifierCase=2 UseSpecialCase=TRUE ItemList.Format=1 ItemList.Align=TRUE ItemList.CommaAfter=TRUE ItemList.AtLeftMargin=FALSE...
  4. R

    PL/SQL Beautifier

    Hi All, I would like to understand how to format correctly the CASE Expression with PL/SQL Beautifier. Now when I use it, I have this behaviour: CASE WHEN ... THEN 1 WHEN .... THEN 2 I would like to have the value after then in single...
  5. R

    GIT Integration

    I have correctly configured the PL/SQL and GitLab through the use of GitExtension. But now, I have to bring the entire DB on the Repository, is there a feature that exports the structure of DB (such us Table : table1, table 2..., Procedure: proc1, proc2..) and allow me to import that in File...
  6. R

    GIT Integration

    First of all, thanks for the response. I try to follow this documentation. But I have on question, can I use PL/SQL Developer with GIT integration and have a remote repository on GitLab? Thanks, have a good day.
  7. R

    GIT Integration

    Hello everyone, I need to install GIT on my PL/SQL Developer and have followed a guide (chapter 16/22). This involved installing the Git Executable and GIT GUI Executable. When I enabled version control, the paths were automatically populated as follows: -...
  8. R

    Find Database Object

    Hi everyone :), I'm using PL/SQL Developer for several days (i have always used SQL/Developer). I have an issue with the function Find Database Object, I need to find (for work) DB Object in all owner, but I must select one owner for to find object. Is there a way to search an object in all...
Back
Top