Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


oracle.odi.setup.restricted
Class RepositorySetupUtil

java.lang.Object
  extended by oracle.odi.setup.restricted.RepositorySetupUtil


public abstract class RepositorySetupUtil
extends java.lang.Object

This class contains utility methods useful during repository setup. However usage of this class is restricted and should not be used if the method as not be designed explicitly for you.


Constructor Summary
RepositorySetupUtil()
           

 

Method Summary
static boolean checkUserIsSupervisorOnPreviousRepository(java.sql.Connection pConnectionToMasterRepository, java.lang.String pUsername, char[] pPassword)
           This API is designed for Upgrade Assistant pre upgrade checks and you should not use this API anywhere else.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

RepositorySetupUtil

public RepositorySetupUtil()

Method Detail

checkUserIsSupervisorOnPreviousRepository

public static boolean checkUserIsSupervisorOnPreviousRepository(java.sql.Connection pConnectionToMasterRepository,
                                                                java.lang.String pUsername,
                                                                char[] pPassword)

This API is designed for Upgrade Assistant pre upgrade checks and you should not use this API anywhere else.

This method checks that the provided username and password match a valid user with supervisor privileges in the 10g master repository schema.
Parameters:
pConnectionToMasterRepository - a jdbc connection to the 10g master repository
pUsername - The ODI username
pPassword - The ODI password
Returns:
true if the username and password match a supervisor user false otherwise.

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.