Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 8 (11.1.8)

E22564-08

oracle.apps.fnd.applseed.rt.loader
Class SDPLSQLLoader

java.lang.Object
  extended by oracle.apps.fnd.applseed.rt.loader.SDPLSQLLoader

public class SDPLSQLLoader
extends java.lang.Object


Field Summary
protected  java.sql.Connection conn
           
protected static java.util.logging.Logger LOGGER
           
static int SEED_STATUS_CLASS_NOT_FOUND
          Class not found Error.
static int SEED_STATUS_DB_FATAL_ERROR
          DB Fatal Error.
static int SEED_STATUS_ERRORS
          One or more exceptions have occured, use getExceptions to retrive them.
static int SEED_STATUS_METHOD_NOT_FOUND
          Method not found Error.
static int SEED_STATUS_OTHER
          Undefined error.
static int SEED_STATUS_RECONNECT_REQUIRED
          Reconnect Required.
static int SEED_STATUS_SUCCESS
          Success status.
protected  SDLoaderParams theParams
           
protected  java.io.InputStream theStream
           
protected  java.net.URL theURL
           
 
Constructor Summary
SDPLSQLLoader(SDLoaderParams lps, java.sql.Connection conn_)
           
 
Method Summary
protected  int handleExceptions(java.lang.Throwable t)
           
 int load()
           
protected  void logException(java.lang.Throwable t)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final java.util.logging.Logger LOGGER

SEED_STATUS_SUCCESS

public static final int SEED_STATUS_SUCCESS
Success status.

See Also:
Constant Field Values

SEED_STATUS_CLASS_NOT_FOUND

public static final int SEED_STATUS_CLASS_NOT_FOUND
Class not found Error.

See Also:
Constant Field Values

SEED_STATUS_METHOD_NOT_FOUND

public static final int SEED_STATUS_METHOD_NOT_FOUND
Method not found Error.

See Also:
Constant Field Values

SEED_STATUS_OTHER

public static final int SEED_STATUS_OTHER
Undefined error. Stack trace populated.

See Also:
Constant Field Values

SEED_STATUS_ERRORS

public static final int SEED_STATUS_ERRORS
One or more exceptions have occured, use getExceptions to retrive them.

See Also:
Constant Field Values

SEED_STATUS_RECONNECT_REQUIRED

public static final int SEED_STATUS_RECONNECT_REQUIRED
Reconnect Required. Refer to Bug 9430792.

See Also:
Constant Field Values

SEED_STATUS_DB_FATAL_ERROR

public static final int SEED_STATUS_DB_FATAL_ERROR
DB Fatal Error. Refer to Bug 9430792.

See Also:
Constant Field Values

theParams

protected SDLoaderParams theParams

theStream

protected java.io.InputStream theStream

theURL

protected java.net.URL theURL

conn

protected java.sql.Connection conn
Constructor Detail

SDPLSQLLoader

public SDPLSQLLoader(SDLoaderParams lps,
                     java.sql.Connection conn_)
Method Detail

load

public int load()

logException

protected void logException(java.lang.Throwable t)

handleExceptions

protected int handleExceptions(java.lang.Throwable t)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 8 (11.1.8)

E22564-08

Copyright © 2013 Oracle. All Rights Reserved.