Click or drag to resize
OracleDatabaseSetup Class
Provides setup functionality for Oracle databases.
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Sdk.Database.OracleOracleDatabaseSetup

Namespace: PDTec.IceNet.Sdk.Database.Oracle
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public class OracleDatabaseSetup

The OracleDatabaseSetup type exposes the following members.

Constructors
  NameDescription
Public methodOracleDatabaseSetup
Creates an instance of OracleDatabaseSetup.
Top
Properties
  NameDescription
Public propertyDbPassword
Gets or sets the Oracle password.
Public propertyDbTnsName
Gets or sets the Oracle TNS name.
Public propertyDbUser
Gets or sets the Oracle user name.
Top
Methods
  NameDescription
Public methodCreateDatabase
Creates a new database.
Public methodDropDatabase
Drops a database (clears procedures and schema).
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetConnectionString
Gets a connection string for Oracle database connection.
Public methodGetDatabaseStatus
Retrieves the status of a database.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodTestServerConnection
Tests the connection to the database server.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpgradeDatabase
Upgrades a database to the builtin version.
Top
Events
  NameDescription
Public eventDisplayMessage
Event to display messages from the setup procedure.
Public eventTimeForApplicationEvents
Event to process application events to avoid blocking.
Top
See Also