Class OracleConfig
- All Implemented Interfaces:
ExtensionConfig
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWarning: Feature not implemented!Warning: Feature not implemented!Warning: Feature not implemented!booleanWarning: Feature not implemented!booleanWarning: Feature not implemented!kerberosCacheFile(String KerberosCacheFile) Warning: Feature not implemented!kerberosConfigFile(String KerberosConfigFile) Warning: Feature not implemented!voidsetKerberosCacheFile(String KerberosCacheFile) Warning: Feature not implemented!voidsetKerberosConfigFile(String KerberosConfigFile) Warning: Feature not implemented!voidsetSqlplus(boolean Sqlplus) Warning: Feature not implemented!voidsetSqlplusWarn(boolean SqlplusWarn) Warning: Feature not implemented!voidsetWalletLocation(String WalletLocation) Warning: Feature not implemented!sqlplus(boolean Sqlplus) Warning: Feature not implemented!sqlplusWarn(boolean SqlplusWarn) Warning: Feature not implemented!walletLocation(String WalletLocation) Warning: Feature not implemented!
-
Field Details
-
ORACLE_SQLPLUS
- See Also:
-
ORACLE_SQLPLUS_WARN
- See Also:
-
ORACLE_KERBEROS_CONFIG_FILE
- See Also:
-
ORACLE_KERBEROS_CACHE_FILE
- See Also:
-
ORACLE_WALLET_LOCATION
- See Also:
-
-
Constructor Details
-
OracleConfig
public OracleConfig()
-
-
Method Details
-
isSqlplus
public boolean isSqlplus()Warning: Feature not implemented!Whether MigrateDB's support for Oracle SQL*Plus commands should be activated.
- Returns:
trueto active SQL*Plus support.falseto fail fast instead. (default:false)
-
isSqlplusWarn
public boolean isSqlplusWarn()Warning: Feature not implemented!Whether MigrateDB should issue a warning instead of an error whenever it encounters an Oracle SQL*Plus statement it doesn't yet support.
- Returns:
trueto issue a warning.falseto fail fast instead. (default:false)
-
getKerberosConfigFile
Warning: Feature not implemented!When Oracle needs to connect to a Kerberos service to authenticate, the location of the Kerberos configuration.
-
getKerberosCacheFile
Warning: Feature not implemented!When Oracle needs to connect to a Kerberos service to authenticate, the location of the Kerberos cache.
-
getWalletLocation
Warning: Feature not implemented!The location of your Oracle wallet, used to automatically sign in to your databases.
-
setSqlplus
public void setSqlplus(boolean Sqlplus) Warning: Feature not implemented!Whether MigrateDB's support for Oracle SQL*Plus commands should be activated.
- Parameters:
Sqlplus-trueto active SQL*Plus support.falseto fail fast instead. (default:false)
-
sqlplus
Warning: Feature not implemented!Whether MigrateDB's support for Oracle SQL*Plus commands should be activated.
- Parameters:
Sqlplus-trueto active SQL*Plus support.falseto fail fast instead. (default:false)
-
setSqlplusWarn
public void setSqlplusWarn(boolean SqlplusWarn) Warning: Feature not implemented!Whether MigrateDB should issue a warning instead of an error whenever it encounters an Oracle SQL*Plus statement it doesn't yet support.
- Parameters:
SqlplusWarn-trueto issue a warning.falseto fail fast instead. (default:false)
-
sqlplusWarn
Warning: Feature not implemented!Whether MigrateDB should issue a warning instead of an error whenever it encounters an Oracle SQL*Plus statement it doesn't yet support.
- Parameters:
SqlplusWarn-trueto issue a warning.falseto fail fast instead. (default:false)
-
setKerberosConfigFile
Warning: Feature not implemented!When Oracle needs to connect to a Kerberos service to authenticate, the location of the Kerberos configuration.
-
kerberosConfigFile
Warning: Feature not implemented!When Oracle needs to connect to a Kerberos service to authenticate, the location of the Kerberos configuration.
-
setKerberosCacheFile
Warning: Feature not implemented!When Oracle needs to connect to a Kerberos service to authenticate, the location of the Kerberos cache.
-
kerberosCacheFile
Warning: Feature not implemented!When Oracle needs to connect to a Kerberos service to authenticate, the location of the Kerberos cache.
-
setWalletLocation
Warning: Feature not implemented!The location of your Oracle wallet, used to automatically sign in to your databases.
- Parameters:
WalletLocation- The path to your Oracle Wallet
-
walletLocation
Warning: Feature not implemented!The location of your Oracle wallet, used to automatically sign in to your databases.
- Parameters:
WalletLocation- The path to your Oracle Wallet
-