IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Error while creating tables for DatabaseManagement

  • 1.  Error while creating tables for DatabaseManagement

    Posted Sun August 30, 2015 03:00 AM

    Hi Everyone

    I am getting the below error while running database configurator to create tables:

    [b]rror: [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-04063: package body “SYSTEM.OPERATION_MGMT” has errors
    ORA-06508: PL/SQL: could not find program unit being called: “SYSTEM.OPERATION_MGMT”
    ORA-06512: at “SYSTEM.SWAPOPS”, line 1869
    ORA-06512: at line 6

    CREATE DATABASEMANAGEMENT [23.0] FAILED
    CDC ERROR [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-04063: package body “SYSTEM.OPERATION_MGMT” has errors
    ORA-06508: PL/SQL: could not find program unit being called: “SYSTEM.OPERATION_MGMT”
    ORA-06512: at “SYSTEM.SWAPOPS”, line 1869
    ORA-06512: at line 6

    Suspending execution…[/b]


    [b] Following components could not be installed:

    DatabaseManagement 23.0[/b]

    Due to this the MWS is not coming up. Could someone please help.

    I am connecting to Oracle DB.

    Please let me know if you need more information.

    Thanks in Advance.


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Error while creating tables for DatabaseManagement

    Posted Sun August 30, 2015 03:08 AM

    Can you share the below details:

    1> IS version
    2> OS
    3> Oracle XE or enterprise edition
    4> Components installed on IS


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Error while creating tables for DatabaseManagement

    Posted Sun August 30, 2015 03:15 AM

    Hi Mahesh

    Below are the details:

    1> IS version : 9.6
    2> OS : Windows
    3> Oracle XE or enterprise edition : Oracle Database 10g Express Edition Release 10.2.0.1.0
    4> Components installed on IS: IS, Broker,MWS,Adapters,DesignerOptimize and platform manager

    Please let me know if you need more information.

    Thanks in advance.


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Error while creating tables for DatabaseManagement

    Posted Sun August 30, 2015 03:43 AM

    Regarding error: “UTL_SMTP” is an Oracle package, and it may be the permissions have not been granted on that package.

    Grant privileges on the UTL_SMTP package to be able to Execute from the package.

    I would suggest to use Oracle 11g or MSQL 2008/2008R2 or 2012. Refer system requirements guide for 9.6


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: Error while creating tables for DatabaseManagement

    Posted Sun August 30, 2015 04:05 AM

    I tried executing the below command:

    Grant execute on util_smtp to public;

    But it is throwing the below error:

    ORA-04042: procedure, function, package, or package body does not exist


    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: Error while creating tables for DatabaseManagement

    Posted Sun August 30, 2015 04:20 AM

    It worked with the below command:

    Grant execute on utl_smtp to public;

    Thank you for the help!!


    #Integration-Server-and-ESB
    #webMethods


  • 7.  RE: Error while creating tables for DatabaseManagement

    Posted Sun August 30, 2015 04:47 AM

    Ok… :slight_smile:


    #Integration-Server-and-ESB
    #webMethods


  • 8.  RE: Error while creating tables for DatabaseManagement

    Posted Wed December 30, 2015 10:05 AM

    Hi Tried it is working for one machine but in other version i was not able to install DatabaseManagement.

    Version:9.8


    #webMethods
    #Integration-Server-and-ESB


  • 9.  RE: Error while creating tables for DatabaseManagement

    Posted Thu December 31, 2015 12:48 AM

    Share the version and error details.


    #webMethods
    #Integration-Server-and-ESB