Create a Create Table or View Node

You create a Create Table or View node to save a data flow to a table or view. You can connect a Create Table or View node to any node that create a data flow, such as an Apply node.

To create a Create Table or View node:

  1. In the Components pane, go to the Workflow Editor and expand Data.

    If the Components pane is not visible, then in the SQL Developer menu bar, go to View and click Components. Alternately, press Ctrl+Shift+P to dock the Components pane.

  2. In the Data section, click the Create Table or View icon.

  3. Drag and drop the Create Table or View node from the Components pane to the Workflow pane. This adds the Create Table or View node to the workflow.

  4. Right-click the node from which to create the table, and click Connect in the context menu.

  5. Draw a line from the selected node to the Create Table or View node and click again.

  6. You can accept the default settings of the Create Table or View node or edit the default settings. Click Edit in the context menu.

  7. To create the table, right-click the Create Table or View node and select Run from the context menu.

    The table is automatically compressed, if possible.

  8. After running the node, right-click the node and select View Data to view the results.