org.hyperic.util.jdbc
Class OracleSequenceSync
java.lang.Object
org.hyperic.util.jdbc.OracleSequenceSync
public class OracleSequenceSync
- extends java.lang.Object
A class which scans all sequences for the specified user and resets them to begin
with a number that is guaranteed to be higher than the last number recorded in the
table
Constructor Summary |
OracleSequenceSync(java.lang.String jdbcUrl,
java.lang.String user,
java.lang.String password,
boolean testMode)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleSequenceSync
public OracleSequenceSync(java.lang.String jdbcUrl,
java.lang.String user,
java.lang.String password,
boolean testMode)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
main
public static void main(java.lang.String[] args)
reinitSequences
public void reinitSequences()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.