PL/SQL package RMAN_USER.DBMS_RCVCAT not current

We recently upgraded Oracle10gR2 from 10.2.0.4 to 10.2.0.5 including RMAN repository database as well. Upgrade was performed through Grid Control "Patching through Deployment Procedure". Now when logging to RMAN catalog this message is displayed.
PL/SQL package RMAN_USER.DBMS_RCVCAT version 10.02.00.04 in RCVCAT database is not current
Backups run normally.
Any idea why?

Just found answer in Metalink, 'upgrade catalog' did the trick.
RMAN> upgrade catalog;
recovery catalog upgraded to version 10.02.00.05
DBMS_RCVMAN package upgraded to version 10.02.00.04
DBMS_RCVCAT package upgraded to version 10.02.00.04
Message is gone now but still not sure why are these two packages listed as 10.02.00.04. Shouldn't they be 10.02.00.05?

Similar Messages

  • PL/SQL package RMAN1.DBMS_RCVCAT version 10.02.00.04 in RCVCAT database

    Hi,
    catalog database version: 10.2.0.4
    target/auxiliary database :10.2.0.5
    when i connect to catalog by rman recieving below error,
    PL/SQL package RMAN1.DBMS_RCVCAT version 10.02.00.04 in RCVCAT database is not current.
    PL/SQL package RMAN1.DBMS_RCVMAN version 10.02.00.04 in RCVCAT database is not current.
    so should i upgrade the catalog or i need to downgrade target database
    appriciate for the right answers.

    OK..upgrade it with RMAN 10.2.0.5...but you will have to upgrade it again in 11g. It's far more simple to keep a "top" database for the RMAN catalog.
    Just checked the matrix : it's not exactly the databases versions which have to <= catalog version but the rman executables. It's nearly the same since you probably want to be able to connect to the catalog with every rman executable located in the $ORACLE_HOME/bin ..
    Best regards
    Phil
    Edited by: Philippe Florent on Aug 24, 2010 8:34 PM

  • RMAN.DBMS_RCVCAT version 10.02.00.03 in RCVCAT database is not current

    Hello RMAN experts...
    Oracle 10gR2 Recovery Catalog database
    Oracle 10gR2 Client database
    We have just created a new Oracle 10.2.0.3 rman recovery catalog which works fine with our Oracle 9 and 10 (10.2.0.3) databases on both HP-UX and NT servers.
    Problem is that I also just created a new installation of Oracle 10.2.0.4 on a new Redhat Linux 5 server but I can't seem to register my new database from this server.
    First, I get the following message when I connect from the 10.2.0.4 client to the 10.2.0.3 RMAN catalog database:
    $ rman target sys/$SYS catalog rman/xxxxxxx@ccrcat
    Recovery Manager: Release 10.2.0.4.0 - Production on Tue May 27 09:50:14 2008
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    connected to target database: ASCT (DBID=2479914243)
    connected to recovery catalog database
    PL/SQL package RMAN.DBMS_RCVCAT version 10.02.00.03 in RCVCAT database is not current
    PL/SQL package RMAN.DBMS_RCVMAN version 10.02.00.03 in RCVCAT database is not current
    Then... I'm getting the following errors when I attempt to register my 10.2.0.4 database to the 10.2.0.3 recovery catalog database.
    RMAN> register database;
    database registered in recovery catalog
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03008: error while performing automatic resync of recovery catalog
    RMAN-10015: error compiling PL/SQL program
    RMAN-10014: PL/SQL error 0 on line 2138 column 12: Statement ignored
    RMAN-10014: PL/SQL error 306 on line 2138 column 12: wrong number or types of arguments in call to 'CHECKPROXYARCHIVEDLOG'
    RMAN-10014: PL/SQL error 0 on line 1970 column 12: Statement ignored
    RMAN-10014: PL/SQL error 306 on line 1970 column 12: wrong number or types of arguments in call to 'CHECKBACKUPREDOLOG'
    RMAN-10014: PL/SQL error 0 on line 1810 column 12: Statement ignored
    RMAN-10014: PL/SQL error 306 on line 1810 column 12: wrong number or types of arguments in call to 'CHECKBACKUPREDOLOG'
    RMAN-10014: PL/SQL error 0 on line 1618 column 15: Statement ignored
    RMAN-10014: PL/SQL error 306 on line 1618 column 15: wrong number or types of arguments in call to 'CHECKARCHIVEDLOG'
    What can I do? I don't believe that the difference in patchset levels would matter, would it?
    Please advise...
    Thanks.
    Ji Li

    Well, out of determination, I submitted a TAR with Oracle and this is what they said.
    Also note, that I did as they suggested, and now it works...
    ANSWER
    =======
    Yes it does matter. Connect to the catalog with the RMAN 10.2.0.4 executible and execute:
    RMAN> upgrade catalog;
    RMAN> upgrade catalog;
    Note, you must upgrade it twice.
    This upgrade of the catalog will allow the 10.2.0.4 rman target to work with this catalog and will have no effect on the target databases wthich are of an eariler version.
    NOTE, however, that when I checked the recovery catalog and also the registry, all componets in the recovery catalog are still v.10.2.0.3.
    Ji Li

  • How to upgrade RMAN package RMAN.DBMS_RCVCAT ? Thank

    $ rman target / catalog rman/rman@infra
    Recovery Manager: Release 10.2.0.1.0 - Production on Wed Nov 29 15:45:10 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: TRAN7 (DBID=3923896548)
    connected to recovery catalog database
    PL/SQL package RMAN.DBMS_RCVCAT version 10.01.00 in RCVCAT database is too old
    RMAN> register database;
    PL/SQL package RMAN.DBMS_RCVCAT version 10.01.00 in RCVCAT database is too old
    PL/SQL package RMAN.DBMS_RCVCAT version 10.01.00 in RCVCAT database is too old
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of register command at 11/29/2006 15:46:18
    RMAN-06429: RCVCAT database is not compatible with this version of RMAN

    Your rman recovery catalog appears to be a lower version the RMAN client. Check out the RMAN compatibility matrix located below:
    http://download-east.oracle.com/docs/cd/B19306_01/backup.102/b14194/compat002.htm

  • Can't register a database in RMAN catalog (PL/SQL package not current)

    Hi RMAN experts. I'm trying to register a 10.2.0.1.0 database into a 10.2.0.5.0 RMAN catalog but I get the following error (Note: following was done on the rman server machine, ORACLE_SID=rman, target database is remote)
    $ rman catalog rman/rman target sys@MPOWER
    Recovery Manager: Release 10.2.0.5.0 - Production on Sat Apr 30 12:54:16 2011
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    PL/SQL package SYS.DBMS_BACKUP_RESTORE version 10.02.00.00 in TARGET database is not current
    PL/SQL package SYS.DBMS_RCVMAN version 10.02.00.00 in TARGET database is not current
    connected to target database: MPOWER (DBID=**********)
    connected to recovery catalog database
    RMAN> register database;
    database registered in recovery catalog
    starting full resync of recovery catalog
    RMAN-00571: ===============
    RMAN-00569: =========ERROR MESSAGE STACK FOLLOWS
    RMAN-00571: =================
    RMAN-03008: error while performing automatic resync of recovery catalog
    ORA-00904: : invalid identifier
    Basically the error says that there are two packages in the TARGET database (SYS.DBMS_BACKUP_RESTORE and SYS.DBMS_RCVMAN) which are not compatible with the RMAN catalog.
    I cannot register the target database into the RMAN catalog.
    I highly appretiate if you give me an advice on this.
    Regards

    user13064912 wrote:
    Hi RMAN experts. I'm trying to register a 10.2.0.1.0 database into a 10.2.0.5.0 RMAN catalog but I get the following error (Note: following was done on the rman server machine, ORACLE_SID=rman, target database is remote)
    $ rman catalog rman/rman target sys@MPOWER
    Recovery Manager: Release 10.2.0.5.0 - Production on Sat Apr 30 12:54:16 2011
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    PL/SQL package SYS.DBMS_BACKUP_RESTORE version 10.02.00.00 in TARGET database is not current
    PL/SQL package SYS.DBMS_RCVMAN version 10.02.00.00 in TARGET database is not current
    connected to target database: MPOWER (DBID=**********)
    connected to recovery catalog database
    RMAN> register database;
    database registered in recovery catalog
    starting full resync of recovery catalog
    RMAN-00571: ===============
    RMAN-00569: =========ERROR MESSAGE STACK FOLLOWS
    RMAN-00571: =================
    RMAN-03008: error while performing automatic resync of recovery catalog
    ORA-00904: : invalid identifier
    Basically the error says that there are two packages in the TARGET database (SYS.DBMS_BACKUP_RESTORE and SYS.DBMS_RCVMAN) which are not compatible with the RMAN catalog.
    I cannot register the target database into the RMAN catalog.
    I highly appretiate if you give me an advice on this.
    RegardsCould you try to run the rman at the target database server (MPOWER), instead of rman catalog server ant try to register your database?
    Your rman client is higher than your target server. That could be the problem.
    Best Regards,
    Gokhan
    If this question is answered, please mark appropriate posts as correct/helpful and the thread as closed. Thanks

  • Starting Rman getting error PL/SQL package not current

    I come across a problem. My server is windows 2003 and Oracle is 10g Release 2.
    My previous DBA install Oracle 10g R1, 10gR2 and Oracle Data Warehouse Builder 10g on the same server at different Oracle_Home. When I came to this work. I tried to use Rman for backup. When i went to server command line, type Rman, Rman target /. the error message was:
    PL/SQL package SYS.DBMS_BACKUP_RESTORE version 10.02.00.02 in TARGET database is not current and PL/SQL package SYS.DBMS_RCVMAN version 10.02.00.02 in TARGET database is not current.
    I found the solution from oracle_metalink ( Note:429499.1). I followed note to use Oracle Universal Installer to move the 10.2.0.2 home. Then I can start Rman. Then I fixed some other small errors. I came back to loginto Rman. The system told me the same errors. I used Oracle Installer to check the Oracle_Home. Only two home exist. One is 10gR2 10.2.0.2. Another one is data warehouse builder with version 10.2.0.3. So it seems that 10gR2 Home is not current. How can I remove this Oracle_Home? If I remove it off, database will be dead. So if I remove oracle data warehouse builder, will it make two PL/SQL package for Rman current? or I have to remove DW builder first, then patch 10gR2 Home to 10.2.0.3? Please help. Thanks.

    damorgan:
    No. it is not related to oracle_home and oracle_sid. It is related to PATH setting. I have solved the problem. Thanks for your comment.

  • Pl/sql package for use with workflow will not return a value

    hi all,
    just trying to intercept a requisition being turned into an order if it uses a certain cost code. so i have amended the workflow and created a package to check what cost centre a requisition is using. how over the workflow stops on the function that calls the package witha a status of complete as if the package is not returning any values.
    the package is as below:
    CREATE OR REPLACE PACKAGE APPS.xxhccWFcapitalcheck AS
    procedure XXHCC_CHECK_CAPITAL(itemtype in varchar2,
    itemkey in varchar2,
    actid in number,
    funcmode in varchar2,
    resultout out NOCOPY vARCHAR2);
    END xxhccWFcapitalcheck;
    CREATE OR REPLACE PACKAGE BODY APPS.xxhccWFcapitalcheck AS
    procedure XXHCC_CHECK_CAPITAL(itemtype in varchar2,
    itemkey in varchar2,
    actid in number,
    funcmode in varchar2,
    resultout out NOCOPY varchar2 ) is
    x_progress varchar2(100);
    x_resultout varchar2(30);
    l_doc_mgr_return_val VARCHAR2(1);
    l_doc_string varchar2(200);
    l_preparer_user_name varchar2(100);
    doc_manager_exception exception;
    p_test varchar2(100);
    l_req_id varchar2(30);
    CURSOR p_line_id IS
    SELECT
    codes.segment2 cost_center
    FROM
    po_requisition_headers_all headers,
    po_requisition_lines_all lines,
    po_req_distributions_all dist,
    gl_code_combinations_v codes
    WHERE
    headers.requisition_header_id = lines.requisition_header_id
    AND
    lines.requisition_line_id = dist.requisition_line_id
    AND
    dist.code_combination_id = codes.code_combination_id
    AND
    headers.segment1 = l_req_id;
    line_rec p_line_id%rowtype;
    BEGIN
    -- Do nothing in cancel or timeout mode
    --if (funcmode <> wf_engine.eng_run) then
    -- resultout := wf_engine.eng_null;
    -- return;
    -- end if;
    l_req_id := wf_engine.GetItemAttrNumber (itemtype => itemtype,
    itemkey => itemkey,
    aname => 'DOCUMENT_NUMBER');
    --FOR line_rec in p_line_id
    ---loop
    open p_line_id;
    fetch p_line_id into l_doc_string;
    close p_line_id;
    IF p_line_id= 'Q9DEF'
    dbms_output.put_line p_line_id;
    Then resultout := 'COMPLETE:F';
    return;
    p_test := 'USE DIFFERENT CODE';
    ELSE
    resultout := 'COMPLETE:T';
    return;
    END IF;
    END LOOP;
    end;
    END xxhccWFcapitalcheck;
    any help would be great!

    Hi Community,  first of all, english is not my native language and im not sure to use the correct terms for PowerCenter - so if im wrong please help me correct and make clear what we need. We have a kind of 3-steps ToDo. First step: Load data from an external source into a "local" datastore (its an oracle db on a server in our "hands")Second step: Check data against several verifications, this is done with a PL/SQL Package. The PL/SQL Package shall be called with an Interfacename who is set in the First PowerCenter Mapping. Our current thoghts are to do this via a stored procedure, which runs as "Target Post Load" and gets a variable "Interface Name".Is that possible? Im not quite sure about it. About the last part its even more unclear how we can solve it:Third part should be switch back to PowerCenter now - and the package (or to be correct a function in the package) should return a value for "okay everything fine => workflow continue" or "something happened => workflow is stopped" Im not sure how i can handle this. I hope my explanations are good enough so you can provide some help?!If there are any questions please ask!  Thank you alot, best regards, Christian

  • Installing ST-A/PI Addon : "OCS package SAPKITAB9L does not match the current software component vector"

    Dear Gurus,
    When i try to install ST-A/PI Addon from SPAM and select queue : OCS package SAPKITAB9L does not match the current software component vector
    My downloads ;
    1 - SAPKITAB9J ==> CSN0120061532_0073055.PAT  (ST-A/PI , 01Q_731 , Package Level=0000) downloaded from
    ST-A/PI 01Q_731 (INSTALLATIONS AND UPGRADES)
    2 - SAPKITAB9K==> CSR0120031469_0081131.PAT  (ST-A/PI , 01Q_731 , Package Level=0001) downloaded from
    ST-A/PI 01Q_731 (SUPPORT PACKAGES AND PATCHES)
    3 - SAPKITAB9L==> CSR0120031469_0076956.PAT   (ST-A/PI , 01Q_731 , Package Level=0002)
    ST-A/PI 01Q_731 (SUPPORT PACKAGES AND PATCHES)
    I placed them under EPS and uploaded succesfully when i "Load Packages" from " "from Application Server"
    What could be problem ?
    Here is system components ;
    SAP_BASIS
    740
    0005
    SAPKB74005
    SAP Basis Component
    SAP_ABA
    740
    0005
    SAPKA74005
    Cross-Application Component
    SAP_GWFND
    740
    0005
    SAPK-74005INSAPGWFND
    SAP Gateway Foundation 7.40
    SAP_UI
    740
    0006
    SAPK-74006INSAPUI
    User Interface Technology 7.40
    PI_BASIS
    740
    0005
    SAPK-74005INPIBASIS
    Basis Plug-In
    ST-PI
    2008_1_710
    0007
    SAPKITLRE7
    SAP Solution Tools Plug-In
    BI_CONT
    757
    0001
    SAPK-75701INBICONT
    Business Intelligence Content
    BI_CONT_XT
    757
    0001
    SAPK-75701INBICONTXT
    Business Intelligence Content for Bobj I
    SAP_BW
    740
    0005
    SAPKW74005
    SAP Business Warehouse
    CPMBPC
    801
    0005
    SAPK-80105INCPMBPC
    CPM Business Planning and Consolidation
    POASBC
    100_731
    0005
    SAPK-10205INPOASBC
    POA Shared Business Components

    in 000 client but now i am getting DUMP ;
    Category               ABAP Programming Error
    Runtime Errors         CALLBACK_REJECTED_BY_WHITELIST
    ABAP Program           SAPLSTPA
    Application Component  BC-CTS
    What happened?
        An RFC callback has been prevented due to no corresponding whitelist
        entry being configured. The original RFC called function module "RFC_TP" in
        the target system with destination "CALLTP_WindowsNT". The callback called
         function
        module "TRINT_PROGRESS_INDICATOR" in its own system.
    Error analysis
        Function module "RFC_TP" was called. This execute an RFC callback via ABAP
        statement CALL FUNCTION 'TRINT_PROGRESS_INDICATOR' DESTINATION 'BACK'
        . This action resulted in this ABAP short dump.
        This action was triggered explicitly by the application in transaction
        "SAINT               " and in ABAP main program "SAPLSAINT_UI".

  • JS Validation for Drop down List is not working in Oracle PL/SQL Package

    Hi All,
    I am facing an issue with JavaScript validation done in Oracle PL SQL package.
    System Requirement:
    There is one screen which contains two fields viz. FLD 1 & FLD 2 and one 'Submit' button.
    FLD 1 and FLD 2 fields are drop down list boxes.These are mandatory fields.
    The screen is developed in Oracle Mod PL SQL package.
    The html coding and java scripting are embedded in the respective Oracle PL SQL Package procedure which generates this screen,takes the input values provided by user,does the
    field validations and submits the form.
    Issue:
    The javascript validation for FLD 2 dropdown is working successfully.
    When the user leaves this field as blank,the embedded javascript pops up an error message 'Selection of FLD 2 is manadatory before submitting the form!'.
    As FLD 1 is also a mandatory field,the javascripting validation should pop up the similar error message 'Selection of FLD 1 is manadatory before submitting the form!'.
    But,this first field validation is not at all working.
    The system allows to submit the form even if the 'FLD 1' is left blank.
    The javascript code sysntax for validation of FLD 1 & FLD 2 drop down list boxes as follows:
    function validate_form_fields()
    if (document.forms[0].p_fld_1.selectedIndex == 0))) || (document.forms
    [0].p_fld_1.selectedIndex < 1 )
    alert("Selection of FLD 1 is manadatory before submitting the form!!!");
    return false;
    else if (document.forms[0].p_fld_2.selectedIndex == 0))) || (document.forms
    [0].p_fld_2.selectedIndex < 1 )
    alert("Selection of FLD 2 is manadatory before submitting the form!!!");
    return false;
    return true;
    I am viewing the screen from the web browser IE version 8.0.
    Your timely help will really be appreciated.
    Regards & Thanking in advance,
    Alka

    Hi,
    1. Your problem is actually related to JavaScript, not SQL and PL/SQL. So, this is the wrong forum to post. The closest to JS is the Application Express forum {forum:id=137}. Clearly state that it is not an Apex issue and that you are looking for JS help.
    2. Your JS code, the way you has posted it, is syntactically incorrect, so if you post on Apex forum put the correct code and in tags as described in the FAQ
    {quote}
    function validate_form_fields()
    if (document.forms[0].p_fld_1.selectedIndex == 0))) || (document.forms
    [0].p_fld_1.selectedIndex < 1 )
    alert("Selection of FLD 1 is manadatory before submitting the form!!!");
    return false;
    else if (document.forms[0].p_fld_2.selectedIndex == 0))) || (document.forms
    [0].p_fld_2.selectedIndex < 1 )
    alert("Selection of FLD 2 is manadatory before submitting the form!!!");
    return false;
    return true;
    {quote}
    Regards,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • SQL Package not getting created

    Hi,
    We are in process of migrating out application from wl5.1/solaris/jdk1.2.2 to wl6.1/solaris/jdk1.3.
    We are using SQL package due to performance reasons. The package definition was done
    in the weblogic.properties file for 5.1 and we tried to do the same in 6.1 config.xml
    file. We use AS400 as our DB. SQL packages are not created if I use wl6.1. Below
    is the definition we used in xml file
    WL5.1
    weblogic.jdbc.connectionPool.eracDS=\
    url=jdbc:as400:RARMS,\
    driver=com.ibm.as400.access.AS400JDBCDriver,\
    initialCapacity=30,\
    maxCapacity=50,\
    capacityIncrement=5,\
    allowShrinking=true,\
    shrinkPeriodMins=15,\
    testTable=A4TEST,\
    props=libraries=A4LIB;user=INTERNETDB;password=DBFIRST;lob threshold=1048578;extended
    dynamic=true;package=WEBL51;package library=A4LIB
    weblogic.allow.reserve.weblogic.jdbc.connectionPool.eracDS=everyone
    weblogic.jdbc.TXDataSource.eracDS=eracDS
    WL6.1
    <JDBCConnectionPool CapacityIncrement="5"
    DriverName="com.ibm.as400.access.AS400JDBCDriver"
    InitialCapacity="5" MaxCapacity="30" Name="eracDS"
    PreparedStatementCacheSize="0"
    Properties="libraries=ELARMS8;lobthreshold=1048578;user=INTERNETDB;password=DBFIRST;package
    library=ELARMS8;extended package=WEBL61" ShrinkingEnabled="false" Targets="server1dev"
    URL="jdbc:as400:DEV"/>
    <JDBCTxDataSource JNDIName="eracDS" Name="eracDS" PoolName="eracDS" Targets="server1dev"/>
    Please let me know if I am missing anything.
    Thanks
    Krish.

    Krish wrote:
    Hi,
    We are in process of migrating out application from wl5.1/solaris/jdk1.2.2 to wl6.1/solaris/jdk1.3.
    We are using SQL package due to performance reasons. The package definition was done
    in the weblogic.properties file for 5.1 and we tried to do the same in 6.1 config.xml
    file. We use AS400 as our DB. SQL packages are not created if I use wl6.1. Below
    is the definition we used in xml file
    WL5.1
    weblogic.jdbc.connectionPool.eracDS=\
    url=jdbc:as400:RARMS,\
    driver=com.ibm.as400.access.AS400JDBCDriver,\
    initialCapacity=30,\
    maxCapacity=50,\
    capacityIncrement=5,\
    allowShrinking=true,\
    shrinkPeriodMins=15,\
    testTable=A4TEST,\
    props=libraries=A4LIB;user=INTERNETDB;password=DBFIRST;lob threshold=1048578;extended
    dynamic=true;package=WEBL51;package library=A4LIB
    weblogic.allow.reserve.weblogic.jdbc.connectionPool.eracDS=everyone
    weblogic.jdbc.TXDataSource.eracDS=eracDS
    WL6.1
    <JDBCConnectionPool CapacityIncrement="5"
    DriverName="com.ibm.as400.access.AS400JDBCDriver"
    InitialCapacity="5" MaxCapacity="30" Name="eracDS"
    PreparedStatementCacheSize="0"
    Properties="libraries=ELARMS8;lobthreshold=1048578;user=INTERNETDB;password=DBFIRST;package
    library=ELARMS8;extended package=WEBL61" ShrinkingEnabled="false" Targets="server1dev"
    URL="jdbc:as400:DEV"/>
    <JDBCTxDataSource JNDIName="eracDS" Name="eracDS" PoolName="eracDS" Targets="server1dev"/>
    Please let me know if I am missing anything.
    Thanks
    Krish.Well, the URL is different, and the properties aren't the same (missing some blanks in 'lob threshold'
    etc.
    and there's no test table...
    Joe

  • Java.sql.SQLException: Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor

    Good Day,
    I'm encountering this problem
         java.sql.SQLException: Listener refused the connection with the following error:
         ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    here's the java code
    Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
    String url = "jdbc:oracle:thin:@//10.143.85.21/UCSL";
    String userName = "mssoriano";
    String passWord = "mssoriano_4319";
    conn = DriverManager.getConnection(url, userName, passWord);
    and here's my tnsnames.ora
    UCSL =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.143.85.21)(PORT = 1521))
        (CONNECT_DATA =
          (SID = psusldb11)
    Please do let me know if what may the cause of the problem and how to solve this. Thank you and God bless.

    Hi,
    see this example
    Connect to Oracle DB via JDBC driver
    Frank

  • OAS - PL/SQL packages not starting?

    Okay, I realize this is a bone-headed question, but my developer is away and I am on the bottom end of the learning curve here, so bear with me.
    After I have re-compiled a set of PL/SQL packages for an existing application, how do I ensure that these packages start? I have done a re-compile and restarted OAS, but hem... a specific package is not running. My guess is that I have missed a step =)
    (PS - the package in question has run properly in the past; no changes have been made to the code, and it compiles without errors)
    -Stephen-

    Ronald,
    Thanks for you advise.
    I don't think that it will be a good solution .
    First, I would like to know if I have to re-generate the code. If this is a case then plsqlAssemble would be a big problem as a solution. Our clients would need to do this as well.
    What I am actually doing is the following:
    I am trying to secure PL/SQL Web Services with SOAP Headers for passing authentication data such as user and passw for the DataSource.
    It works great but I had to extend some of code generated Java classes which implements ServiceLifecycle to get SOAPMessageContext object.
    Thanks,
    Michael Hitrik

  • My PL/SQL package worked in 8i but does not function in 9i

    At our site we have two servers. On server B (master server) we enter all the user information such as create user,alter,
    grant,revoke... etc. This data is entered into the master server and also inserted into a log table that is accessed, periodically, by our
    second server, server A.
    Server B is accessed by a PL/SQL package, executed at server A. It accesses server B through a database link and selects the
    statements in the table at server B, and executes them on server A. It if encounters an error (user doesn't exist, role doesn't
    exist,...etc) it makes an entry in a error_log table on server B, deletes that entry from the log table on server B, and continues with
    the next statement. In Oracle 8.1.6.3, it works great. However, we have just migrated to Oracle 9.0.1.3 and now we can't get it
    to work at all. It appears that the exception handler(s) is not working and falls through to the outer most exception handler which
    states: when others then dbms_output.put_line ('Processing Aborted');
    If anyone has any ideas on this subject, please let me know.
    Thanks,
    Bernie

    did you check to see what the Oracle error message was, using someting like this:
    dbms_output.put_line(SubStr(SQLERRM, 1, 255)) ;

  • OCS package SAPKITAC4E does not match the current software component vector

    Hello Experts,
    I am running EHP4 upgrade on ECC system, I have downloaded files from MOPZ, I got an error message in PREP_EXTENSION/SUBMOD_EXTENSION_NEW/EHP_INCLUSION, error is as follows,
    Last error code set: Unable to generate addon queue. Return Code = 1, Reason = "OCS package SAPKITAC4E does not match the current software component vector", check log file 'SPDA_EHP_INCLUSION.LOG' for details
    As per the log 'SPDA_EHP_INCLUSION.LOG' it is looking for BBP CRM patches, error message is as follows,
    3 ETN490 Use the Add-On installation package "SAPKITAC4E" (type &4"AOI") for Add-On &2"ST-A/PI" rel.&3"01M_CRM570"
    3 ETN245 The following import prerequisites of OCS Package "SAPKITAC4E" have not been met:
    3 ETN264   In the (alternatively) Requirement set "01":
    3WETN491 Required software component "BBPCRM" rel."500" is not installed
    3 ETN264   In the (alternatively) Requirement set "02":
    3WETN491 Required software component "BBPCRM" rel."510" is not installed
    3 ETN264   In the (alternatively) Requirement set "03":
    3WETN491 Required software component "BBPCRM" rel."520" is not installed
    3 ETN264   In the (alternatively) Requirement set "04":
    3WETN491 Required software component "BBPCRM" rel."600" is not installed
    3 ETN264   In the (alternatively) Requirement set "05":
    3WETN491 Required software component "BBPCRM" rel."700" is not installed
    3 ETN264   In the (alternatively) Requirement set "06":
    3WETN491 Required software component "BBPCRM" rel."701" is not installed
    2WETN543 OCS package "SAPKITAC4E" does not match the current software component vector
    1 ETN214X."**************************************************"
    1 ETN251   End of phase: "'Add-on Queue Calculation'"
    1 ETN254       End date: "02.08.2011"
    1 ETN255       End time: "23:30:08"
    1 ETN214 ."**************************************************"
    BBP CRM is not installed in our ECC system, I am not sure why it is required.
    Can you please advise me how to move forward without installing BBPCRM.
    Regards,
    Fazil

    If someone one found the following errors during SAP ECC6-EHP6 implementation with Software Update Manager:
    1:
    Error message set: 'Unable to generate addon queue. Return Code = 1, Reason = "Extended attribute STACK_XML_REQUIRED for SAPK-100AHINUI2FND is unknown"
    Solution:
    Please update the SPAM/SAINT version with latest available at OSS site, then restart the implementation with INIT option.
    2:
    Error message set: 'RFC error system DEV nr 00 function 'SPDA_READ_NEW_PACKAGES' failed with code 3 key CALL_FUNCTION_NOT_FOUND: Function module "OCS_CHECK_PATH_CONSISTENCY" not found.
    Restart the Software Update Manager and SAP instance. If possible then update SAP Kernel with latest available patch, R3trans and tp as well.
    Regards.

  • OCS package SAPKITL437 does not match the current software component vector

    I am trying to apply SAPKB70108 in SOLMAN 7.1 ehp1. SPAM=KD70143, got error OCS package SAPKITL437 does not match the current software component vector
    Lalit Kumar

    I have posted single time but due to internet problem, I clicked two times and the same posted twice.. I want to delete one but haven't find delete option...
    Lalit Kumar

Maybe you are looking for