public final class ExternalTableUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
WRITE_FILE_RESOURCE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static String |
getLocationSQL()
Get LOCATION clause information from the ALL_EXTERNAL_LOCATIONS
dictionary view.
|
static String |
getWriteFileSQL() |
static String[] |
splitTableName(String tableAndSchemaName,
String defaultSchemaName)
Return the components of a schema qualified table name.
|
static void |
validateTableName(String tableName)
Validate the schema qualified table name.
|
public static final String WRITE_FILE_RESOURCE_NAME
public static void validateTableName(String tableName) throws ExternalTableException
ExternalTableExceptionpublic static String[] splitTableName(String tableAndSchemaName, String defaultSchemaName)
tableAndSchemaName - schema qualified table name to be split into
schema and table name components.public static String getLocationSQL()
public static String getWriteFileSQL() throws IOException
IOExceptionCopyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.