How do the version of pl/sql code to trace over time

Hello
There are many pl/sql developers in the office, in that I work, let's think about how to keep older versions of the pl/sql code and, above all, to prevent two different programs to work on the same code at the same time.
I said we could use Subversion (http://subversion.apache.org/) for pl/sql
What do you usually use for this target? You use Subversion or what else?
Thanks in advance!

You can use any version control system. Because your procedure and scripts are just text files and any version control system can manage file text very well.

Tags: Database

Similar Questions

  • Apex - disable the button using PL/SQL code

    Hi all

    I use a PL/SQL code to get a DB value, depending on the value that I need to disable the buttons on the Page.

    I tried code below

    IF : P2_FLAG == ' not THEN

    HTP.script ("document.getElementById ("SUBMIT") .disabled = false;", "Javascript");

    END IF;

    It is said screw the page saying - the/apex/f requested URL was not found on this server

    I use Apex 5.0, please need your contributions.

    Hello

    However, if you want to show/hide the button, you can use conditions:

    Open the properties of the button and put Conditions such as "Item = value '.

    Point - P2_FLAG

    Value - N

    To turn on or off, you must run ajax with jquery to get the DB value before charge and then print button.

    It may be useful

    Sunil Bhatia

  • How check the version of the adobe illustrator document.

    Hi all

    Can someone guide me how to check the version of the adobe illustrator document. (current document).

    I tried to use app.version which gives the version of adobe illustrator application i.e. for CS2 12.0.0.

    But I want the version of the illustrator document. I tried app.activeDocument.version which gives me the value undefined.

    Any suggestion on this?

    Also, please help me with the script to find the type of font used in the document. for example, times new roman, arial new etc.

    Thanks in advance,

    Sanat

    OWH dear

    var v_fl = "/ d/_temp/3ds_eles_msh.ai".

    function getFileVersion (v_flToOpen) {}
    var v_fileObj = new queue (v_flToOpen);
    VRS var = null;
    v_fileObj.open ("r");

    try {}
    While (v_fileObj.Tell)< v_fileobj.length)="">
    var row = v_fileObj.readln ();
    Alert (Line.Reflect.Methods);
    var idxOf = line.indexOf ("creator: Adobe Illustrator (R)");
    If (idxOf > 0) {vrs = line.substring (idxOf + 30, line.length) ;}}
    }
    }
    catch (ex) {alert ("there's a kind of strange error... damn and everything was going so well") ;}}
    Finally {v_fileObj.close (); return vrs ;}

    }

    var v_fileVersion = getFileVersion (v_fl);

    If (v_fileVersion! = null) {}

    Alert ("the Version of the file is:" + v_fileVersion);

    } else {}

    Alert ("now seriously done really you have selected an .ai file?") If so, something strange happened. ») ;

    }

    see you soon;

  • How to view this calendar of the current month using SQL code

    Hello

    I have a problem with the creation of a timetable for this month. Without any pl/sql program. Only by using sql.
    Please help me... !!


    Concerning
    Evelyne

    Hello

    Try this... It works...: D

         with x
               as (
            select *
              from (
            select to_char(trunc(sysdate,'mm')+level-1,'iw') wk,
                   to_char(trunc(sysdate,'mm')+level-1,'dd') dm,
                   to_number(to_char(trunc(sysdate,'mm')+level-1,'d')) dw,
              to_char(trunc(sysdate,'mm')+level-1,'mm') curr_mth,
                   to_char(sysdate,'mm') mth
             from dual
            connect by level <= 31
                  )
            where curr_mth = mth
           )
           select max(case dw when 2 then dm end) Mo,
                  max(case dw when 3 then dm end) Tu,
                  max(case dw when 4 then dm end) We,
                  max(case dw when 5 then dm end) Th,
                  max(case dw when 6 then dm end) Fr,
                  max(case dw when 7 then dm end) Sa,
                  max(case dw when 1 then dm end) Su
             from x
            group by wk
            order by wk
         
    

    concerning
    K

  • Determine the version of Orchestrator from code?

    Thanks to some environments inherited, that we support, we have several versions of Orchestrator running in our environment. We run a common code base for all versions, so our workflows are the same on all instances of Orchestrator, but sometimes we need to run slightly different code on different versions of Orchestrator.

    The question is, is there a way I can tell from Orchestrator which version is running? Right now we run a local "hostname" command to get the name of the server Orchestrator and our decisions around that, but I wanted to know if there was a more graceful way / Dynamics to determine which versions. Is there something in the API or any object script that I can use for this information?

    Thank you!

    A GET request to the REST API:

    / VCO/API/about

    Sample of the output from my device:

    JSON:

    {
        "version": "6.0.2.2707387 (6.0.2.2700137)",
        "build-number": "2707387",
        "build-date": "20150428-1104",
        "api-version": "5.5.2"
    }
    

    XML:

    
    
        2707387
        20150428-1104
        6.0.2.2707387 (6.0.2.2700137)
        5.5.2
    
    
  • Make the HTML via PL/SQL code

    How can I get a file via PL/SQL porgram .html.

    You can use TEXT_IO built - in the opening and drop package
    and use the HTML tag
    and tag/html to open and station as

    declare
    sFile text_io.file_type;
    Start
    sFile:=TEXT_IO.fopen('D:\ss\ss','rw");
    TEXT_IO.put_line (sFile, e');
    TEXT_IO.put_line (sfile, '<-------------->');
    TEXT_IO.put_line (sFile, e');
    end;

  • In the version of deployment error codes

    Hello

    I would use error defined codes that I have on my machine of developmet of working on the deployment machine unter RTE. What should I do?

    Simply copy your files for "% Program Files%\National Instruments\LabVIEW x.x\resource\errors\" error "% Program Files%\National Instruments\Shared\LabVIEW Run-Time\x.x\errors\"

    Andrey.

  • Wait for the event begins with SQL * Net message from client-time wait 178577 units

    Hello

    I'm watching events waiting for a request from long time in TOAD.
    I start the query on an instance of TOAD, and open the browser to log on to another instance.
    But I am surprised to see that in "TOtal expected" on the RIGHT part->
    SQL * Net message from client is the longest time and is already - > 178577 units while I just to start the query.

    Considering that, in the current waiting she shows DB file scattered read correctly for a few seconds.

    Please suggest.

    user8941550 wrote:
    Hello. No explanation for this... :-(

    Hello

    people work here, you don't know?
    I think Tom Kyte explains it well enough. This wait event is linked to your session database waiting for the guest to say to do something.

    So it is not related to the database, but to your application.
    Also as it is a wait of session event you might have had your session inactive for some time (do nothing)

    If you want to check the waiting events correctly I suggest using tkprof and start a new session in SQL more as shown by Tom Kyte in the link I posted.

    Then, run your query in sqlplus setting track and pull it out as soon as your statement is completed.
    that is to say:

    -- myest.sql
    alter session set events '10046 trace name context forever, level 12';
    SELECT ... -- your query here
    exit
    

    Run in sqlplus in this way:

    sqlplus user/password@db @mytest.sql
    

    Then check with tkprof.

    Kind regards.
    Al

  • Dynamic Action run PL/SQL Code runs is not after 4.2.5 upgrade

    APEX 4.2.4 to 4.2.5 11.2 database upgrade

    I have a button to click on DA who owns shares run of PL/SQL Code and update point who worked in version 4.2.4 which is no longer running after the 4.2.5 patch.

    The PL/SQL procedure has been tested autonomous and it runs correctly.

    I tested him DA is actually shot on the click event by adding an alert "DA xxxx pulled" action before the execution of work of PL/SQL action and action alert.

    There is also a similar on DA click which makes the action opposite to the DA problem and it works both are configured in the same way:

    Static DA, run Code PL/SQL - check waiting for result, and not repress with the same Submit and return items.

    Any ideas on a possible cause/solution much appreciated

    Fixed it, the question was the Page elements of return of goods on the action of PL/SQL Code:

    If the target element was empty the action failed, by adding a value in the database through a normal SQL insert then the insert DA completed successfully.

    Removing Page elements at the point of return of the action of PL/SQL and together action update the target element after the DA fires in all scenarios.

    But thanks for the lead

  • Dynamic SQL code generation

    I'm having a problem with the generation of dynamic SQL code.

    Specifically when I use single quotes in my SQL statements, they end by showing as quotes when the query is run.

    Any ideas on how I can remdey it?

    When I view my dynamic SQL code, it looks and works fine if I run it

    AND (External_Group_Members LIKE ' % 1% ' OR External_Group_Members LIKE ' %, 3, %'))

    but when these data are transmitted to the SQL, it looks at and I get an error

    SELECT * FROM External_Groups WHERE 1 = 1 AND (External_Group_Members LIKE '% 1% ' OR External_Group_Members LIKE "%, 3, %'') ORDER BY External_Group_Name)

    PreserveSingleQuotes().

  • Extensions: Convert T - SQL code

    Hello

    Do we not have an extension for SQL Developer that converts the Oracle in T - SQL code?

    Thank you

    Do we not have an extension for SQL Developer that converts the Oracle in T - SQL code?

    There is such an extension. It is called a "consultant."

    See you soon,.

    Brian

  • How to make the exchange of data between 2 whole loop real-time

    Hello
    I have 2 while loop
    the 1st loop includes data acquisition program
    the 2nd loop includes control program
    --------------------------------------------------------------------------------------------------------------
    My question is how do the exchange of data between 2 whole loop real-time

    --------------------------------------------------------------------------------------------------------------
    I tried with the variable and direct wiring between the 2 local while loop
    It does not work (there is a delay)


  • java.sql.SQLDataException: ORA-01882: region time zone not found

    Hello

    I use JDeveloper 11.1.2.0.0 and holds zone schedule system: 5 h 30 GMT + (Chennai, Kolkatta, Mumbai, New delhi) when I run the page jspx - only with a command button, it works fine. But when I drag a table into the jspx page and run the implementation even the below error.

    java.sql.SQLDataException: ORA-01882: region time zone not found

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:457)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:889)


    To set the same, tried the resolution below as suggested on the forums and did not fix the issue

    1. define the Application-> default Application of properties-> Run/Debug/profile-> Edit and set java options like - Duser.timezone = "-05:30.
    2 edited the jdev.conf file and set the AddVMOption property - Duser.timezone = 'GMT + 05:30 '.

    The steps that worked.

    Set java options like - Duser.timezone = "-05:30 ' for each project that is available in the application.
    Note: This correction of the problem. But my application has more than 10 projects and must be repeated. So for each application and its projects step below must be repeated.

    I understand that there is a resolution. But is there a solution to the same difficulty in JDEV level. If so help me please on the same sample.

    Kind regards
    Olivier G

    http://manojm-Nair.blogspot.in/2011/03/ora-01882-timezone-region-not-found.html

  • How to invoke the export and import of orders for all tables of pl/sql code?

    I want to export a few (not entire schema) tables from one database to another. But I want to run as a PL/SQL package so that I can call it from an application server. So my question is...

    How to call a tax / export commands from pl/sql code (SP or packaging) so that I can call these (SP or packaging) as a JDBC application server call?

    Krishna_Architect wrote:

    I want to export a few (not entire schema) tables from one database to another. But I want to run as a PL/SQL package so that I can call it from an application server. So my question is...

    How to call a tax / export commands from pl/sql code (SP or packaging) so that I can call these (SP or packaging) as a JDBC application server call?

    When all else fails, read the Fine

    The API data pump

  • How to see the generated sql code

    Hello

    With the help of obiee 10g, I would like to see the generated sql code.
    I logged in as administrator
    Following manage-> sessions-> view log

    But when I click on connect gives this error ii do me "no logs found.

    The RPD administrator is a user with the recording as a 2 level.

    Thank you

    BI_ORACLE_HOME/server/log/nqquery.log

    to learn more:

    http://gerardnico.com/wiki/dat/OBIEE/nqquery.log

    Another method

    http://varanasisaichand.blogspot.com/2010/04/how-to-set-logging-level-for-users-in.html

    Thank you

    Deva

    Published by: Devarasu on December 6, 2011 17:26

Maybe you are looking for