Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On this Page

Table of Contents
maxLevel2
excludeOlder Versions|Additional Resources|Related Links|Related Information

File Reader

Snap type:

Write


Description:

This Snap executes a SQL delete with the given properties.

Prerequisites:

None

Support and limitations:Works in Ultra Pipelines.
Account: 

This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint.  See Oracle Account for information on setting up this type of account.


Views:


Input

This Snap has exactly one document input view.

Note

This Snap is not meant to be standalone. Executing it without input data will not do anything.


OutputThis Snap has at most one document output view. If an output view is available, then the original document that was used to create the statement will be output with the status of the delete executed.
ErrorThis Snap has at most one document error view and produces zero or more documents in the view.


Settings

Label


Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.

Schema name



The database schema name. In case it is not defined, then the suggestion for the Table Name will retrieve all tables names of all schemas. The property is suggestible and will retrieve available database schemas during suggest values.

Note

The values can be passed using the pipeline parameters but not the upstream parameter.

ExampleSYS
Default value:  [None]


Table name

Required. The table to execute the delete on.

Note

The values can be passed using the pipeline parameters but not the upstream parameter.


Examplepeople
Default value:  [None]
 

Delete Condition (Truncates Table if empty)

This is an expression property to specify the SQL WHERE clause of the delete statement. The delete condition may also be passed via an upstream Snap or through the pipeline parameters.

Note

Specify a valid WHERE clause for the delete condition. If you leave this field blank, the Snap truncates the table.

Examples

Multiexcerpt include macro
nameME_DB_Snaps_Query_Examples
pageOracle - Update

Default value:  [None]

Number of retries

Specifies the maximum number of attempts to be made to receive a response. The request is terminated if the attempts do not result in a response.

Example: 3

Default value: 0

Multiexcerpt include macro
nameretries
page

Retry interval (seconds)

Specifies the time interval between two successive retry requests. A retry happens only when the previous attempt resulted in an exception. 

Example:  10

Default value: 1

Multiexcerpt include macro
nameSnap Execution
pageSOAP Execute

Multiexcerpt include macro
nameExecution_Detail_Write
pageSOAP Execute

Examples


Following are the two examples, the first one using a conditional update of one of the values that then gets merged into the data using the Oracle - Merge Snap. The second one will showcase error handling.


Expand
title1. using a conditional update of one of the values that then gets merged into the data using the Oracle - Merge Snap

In this example, we have a table named STUDENT that stores students' scores. It has 3 columns: ID, NAME and SCORE. Now we want to delete all the student records that have same scores with Adam's, so we built this pipeline:


     


The Oracle - Select Snap finds the row whose NAME is 'Adam', and pass the row's data to Oracle - Delete Snap: 

 


Then the Oracle - Delete Snap will delete all the rows that has the same score as Adam's. We use $SCORE to retrieve data of SCORE Column passed from Oracle - Select Snap.


Expand
title2. Error handling of the Snap.

This example will show the error handling of the Snap.

We use the same pipeline as the one in Example #1 and let error messages route to error view:



We set the Delete condition property to "Score = $NAME", which is supposed to cause a type mismatch error since column SCORE is of type NUMBER while column NAME is of type VARCHAR2:

Here is the error message that is routed to error view:

Downloads

Multiexcerpt include macro
namedownload_instructions
pageOpenAPI

Attachments
patterns*.slp, *.zip


Insert excerpt
Oracle Snap Pack
Oracle Snap Pack
nopaneltrue