Code Expert - Review Tool for PL/SQL

Hi All,
Please provide me some information on the Code Expert Tool(used for reviewing PL/SQL code).
Thanks in advance.

user597888 wrote:
Please provide me some information on the Code Expert Tool(used for reviewing PL/SQL code).Any such s/w tool can only provide superficial information about how well that code is, that the tool is "+reviewing+".
If such a s/w tool is clever and enough to review code "expertly".. it should by the same token be expert enough to write code.
I have yet to see a tool clever and expert enough to write proper code.

Similar Messages

  • Code Review tool for XPRESS

    Does anybody have any idea about Code review tool for XPRESS Language??Please let me know

    We did something like it only using xsl.
    Using the console we do an export of all sources, then the xsl processes the huge xml file and writes 'inconsistencies'
    message for calls to rules/subprocesses/forms that are incorrect...

  • Code Review Tool for Weblogic 8.1

    I am working with WLS 8.1. Can anyone suggest plugin or code review tool for reviewing from workshop?
    I have used PMD open source plugin with eclipse for reviewing java files. I couldnt use it for .ejb files generated from workshop. Pls suggest some procedure for this.
    Thanks in advance!
    Regards,
    Poorani

    Red Samurai is not avaiable for 11.1.2 at the moment as Oracle changes the way extensions plug into jdev :-(.
    Have you tried out the jdev internal audit tools (under Build->'Audit projectname' and follow the dialogs)?
    Timo

  • Javadoc like tool for PL SQL

    Hi ,
    Is there any document generator tool for PL/SQL.
    Thanks in advance.

    Is anyone currently using NaturalDocs for PL/SQL documentation?
    http://www.naturaldocs.org/
    It seems to be about the only project out there that is still being maintained and expanded. The downside is that NaturalDocs does not currently read javadoc-type comments for PL/SQL code (looks like a long while before it will), rather you need use the NaturalDoc-style of comments.
    However the resulting documentation is quite nice looking (compared to pldoc):
    http://www.naturaldocs.org/documentation/html/files/NaturalDocs-.html
    Some larger projects such as OpenLayers use this:
    http://dev.openlayers.org/releases/OpenLayers-2.7/doc/apidocs/files/OpenLayers-js.html
    but nothing I could find anywhere actually showed PL/SQL code in the documentation.
    Thanks,
    Paul

  • Can't find SAP Tools for MS SQL Server

    Hello all,
    I need to do an dettach/attach procedure, and need this tool. As Note 683447 says, can't find the download tool for this tool.
    http://service.sap.com/msplatforms
    Could you give me a hint please?
    Thanks a lot.

    Hello Benjamin,
         following this note: 683447 - SAP Tools for MS SQL Server I could see these options:
    Thanks a lot and best regards

  • Tools for PL/SQL tuning

    Hi,
    Is there any tool to tune PL/SQL apart from oracle DBMS packages.
    Regards
    MMU

    Please Try using DBMS_PROFILER
    DBMS_PROFILER Package
    Oracle provides a new tool called PL/SQL Profiler. This is a powerful tool to analyze a Program unit execution and determine the runtime behavior. The results generated can then be evaluated to find out the hot areas in the code. This tool helps us identify performance bottlenecks, as well as where excess execution time is being spent in the code. The time spent in executing an SQL statement is also generated. This process is implemented with DBMS_PROFILER package.
    The possible profiler statistics that are generated:
    1. Total number of times each line was executed.
    2. Time spent executing each line. This includes SQL statements.
    3. Minimum and maximum duration spent on a specific line of code.
    4. Code that is actually being executed for a given scenario.

  • Any code analysis , audit tool for adf

    Hi,
    Anyone aware of any code analysis and audit tool for ADF.
    Thanks,
    Rohit

    duplicate.
    Free Security testing tool ADF
    Edited by: ADF 7 on Jan 18, 2012 11:05 PM

  • Issue with SQL converter: Query Migration Tool for Microsoft SQL Server to SAP HANA

    Hello,
    I found the following blog : http://scn.sap.com/community/business-one/blog/2013/04/10/how-to-convert-sql-from-ms-sql-server-to-sap-hana
    I am trying out this migration tool for converting my MS SQL queries to HANA.
    I am running into issue while converting certain queries.
    The issue is specific to "set" commands which set local variables inside "create procedure" commands.
    e.g.
    a standalone set command:
    SET @var = (SELECT TOP 1 name FROM mytable ORDER BY name)
    is converted well:
    SELECT (SELECT TOP 1 "name" FROM "mytable" ORDER BY "name") INTO var FROM DUMMY;
    But when the same is part of create procedure:
    CREATE PROCEDURE [dbx].[XXXXX_YYYY_ZZZZ]
    AS
    SET @var = (SELECT TOP 1 name FROM mytable ORDER BY name)
    it fails in converting the same:
    --Statements in the input file contain errors; conversion was canceled
    I would like to understand who can help me here.
    Thanks...

    Hi Mayur,
    that tool cannot convert stored procedures. it is still being developed. For these you have to do it manually.

  • Code Review Tools for Enhancements

    Friends,
    I have to perform code review for enhancement objects. I am aware of tools like Code Inspector (SCI Tcode) and SE30. These tools can be used for reports, function modules.
    I would like to know if these tools can be used for enhancements or are there some other tools available?
    Thanks and Regards.

    Hi
    can you work on :
    1) ST05 Performance Trace
    2) ST03G Global Statistical Records
    STAD Statistical Records
    3) ST30 Global Performance Analysis
    thnak you
    srinu

  • Which is the Right Tool for PL-SQL Programing?

    I'm programing a lot of PL/SQL code in Portal, but until now I don't which of whole Oracle tools can help me to faster programing PL/SQL code
    Can anybody tell me something about it?
    Thanks a lot !!!!

    hi,
    And then there's:
    FROG (funky resource for Oracle Gorilla's) you'll have to find that one on the net.
    Golden32 from benthic software.
    SQL Programmer by sfi-software.
    SQL Station (really good since it installs all kinds of utilities on the server like plvision lite).
    plsql developer from allroundautomations (also very good for building plsql packages and stored procedures to my humble opinion the best).
    hora 4 from keeptool.
    rapid sql from embarcadero.
    and last but not least all the great tools from revealnet. I would especially like to recommend plformatter and plgenerator.
    and of course for this forum, there's a great little tool i use a lot called webalchemy which translates pure html into plsql packages.
    kasper
    null

  • Oracle 9i Migration Tool for PL/SQL

    i tried to migrate the plsql code of my 6i forms to 9i via the oracle migration tool ifplsqlconv90 and always get the following error:
    "subclassed module could not be found....."
    although I have put the forms, that have been subclassed from, in the same directory.
    is it the case, that the tool does not work at all for forms that have subclassed items?
    thanks for your answer
    bernhard

    You can use the latest version.

  • Need query tool for new SQL users

    We have testers that need to see DB data. Not all of them are well versed in SQL. At the moment, we are looking at creating reports for them in Discoverer and allowing them to create their own workbooks, however, I am not sure if this is the route that we want to go. Would any one recommend SQL Developer in this situation, or do you need to be well versed in SQL in order to use it?
    Cheers
    K

    Well, in my knowledge, there's still no magical datamining tool. The more complex information you require, the more knowledge you need to be able to get it.
    Or you make your users all reports they need, or they learn SQL.
    Maybe sqldev isn't so bad; you could provide them like template reports, which they can then modify if needed. But bear in mind that poorly written queries at the end will return them wrong data and clog the database...
    Have fun,
    K.

  • Searching for a Documentation Tool for PL SQL Packages

    Hi there!
    I've got the following problem. Our project contains of many different pl/sql packages and now we want to generate a simple documentation (e.g. the procedure signatures etc.). Is there any tool, which is able to generate such a documentation automatically, like the javadoc tool in Java???
    kind regards, Ingo

    Try one of these open source projects.
    http://oraschemadoc.sourceforge.net/
    http://sourceforge.net/projects/pldoc/
    Jens

  • Code review tools

    Are there any code review tools for WLP 7.x

    Hi,
    You can search in SCN for related articles and blogs.
    ST05 and SE30 are tools which you can use for performance improvement. Use the tips and tricks in SE30.
    Code Inspector and Extended Program Check will help you in efficient programing.
    There are several other things which you need to follow as follows:-
    1.  Proper Naming Convention of variables for better code understanding.
    2.  Avoid nested selects.
    3.  Avoid nested loops whenever possible.
    4.  Use of SORT and BINARY SEARCH in READ statements wherever possible.
    5.  SY-SUBRC checks wherever needed.
    6.  Avoid ZERO DIVIDE errors.
    7.  Use of FOR ALL ENTRIES as needed.
    8.  Better handling of messages and exception.
    9.  Avoiding endless looping.
    These are some points. You can add more as per your knowlegde.
    Create a code review checklist document and ask your developers to follow the same.
    I can share a template if you need.
    Regards,
    Ankur Parab
    Edited by: Ankur Parab on Sep 17, 2009 3:20 PM
    Edited by: Ankur Parab on Sep 17, 2009 3:34 PM

  • Migration Verifier Tool for SQL Developer Migrations?

    Hi all,
    The old Migration Workbench has an optional add on verification tool to verify migrations to Oracle.
    I am looking for a similar migration verifier tool for the SQL Developer migration process.
    Does one currently exist for SQL Developer migration tools?
    Regards,
    Ben Prusinski

    Hi Ben,
    The old migration verifier seems to be at:
    http://www.oracle.com/technology/tech/migration//dmv/index.html
    Sue Harper (Product Manager) would be the person to comment further probably through SQLDeveloper statement of direction:
    http://www.oracle.com/technology/products/database/sql_developer/files/sqldeveloperstatementofdirection.htm
    I do not see anything there.
    There is a tools->database diff wizard which I have not looked into in detail and I doubt that applies for migrations.
    -Turloch

Maybe you are looking for

  • Rounding off the TR quantity

    Hi, We have this scenario: When a production order is created, 79 kg of material A is needed. In the transfer requirement generated during WM staging, the quantity automatically specified is also 79 kg. We would like this to be rounded up to 100 kg,

  • How do I make the video higher quality?

    How do I make dvd's with a higher quality?  I have a Sony AVCHD Camcorder.  I used to use a Macbook Pro and iMovie and iDVD to make DVDs and I could choose to make them a higher quality.  The problem was that it would literally take DAYS to get them

  • Functionality of miro & fb65 in vendor

    please tell me whats the functionality of miro & fb65. How we will post the vendor credit note and debit note what is the impact of miro. who will post the vendor credit note and vendor debit note mm or logistic team

  • Installation audit vault agent with RAC configuration

    Hi at all, I have a question about the installation of the agent on the RAC configuration. Where must I install the Audit vault agent, on all RAC nodes or is there a properly configuration? Thanks Vincenzo

  • C7 apparent liquid damage

    Dear nokia, My C7 was working fine till the last 15 days. The problem started wen wen one night i put my phone to charge and wen i woke up in the morning i was amazed to find that the device had remarkably heated up a lot and the charge was only abou