Skip to main content

Create Database

Creates a new Oracle database file.

warning

This node is currently disabled and not available for use.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.

Inputs

  • DB File Path - The file path where the new database will be created.

Options

  • Overwrite If Exists - If true, overwrites the database file if it already exists. Default is false.

Error Handling

The node would return specific errors in the following cases:

  • Empty or invalid file path
  • Database file already exists and Overwrite If Exists is false

Usage Notes

  • This node is currently commented out in the source code and not available for use
  • When implemented, it would create a new Oracle database file at the specified path
  • The Overwrite If Exists option allows for replacing existing database files