cancel
Showing results for 
Search instead for 
Did you mean: 

Use of test

Former Member
0 Kudos

What is use of "Test" which we use while defining data type structure (as Test, action, table,access) to send the data to database?

What is the navigation to check in oracle database, whether database table is updated with the data coming from xi or not?

Regards,

Suresh.

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

I think by "Test" u mean the"Statement" level node for the JDBC datatype.

http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/frameset.htm

This tag identifies the individual actions to be performed on database.

U can fire an SQL query to check the database content in Oracle

Regards,

Prateek

Answers (2)

Answers (2)

Former Member
0 Kudos

Once data is sent to Oracle database. You can connect to the Oracle data base by Using SQL editor.

You can get Oracle Sql statements in Google.

Regards

Shankar

Former Member
0 Kudos

If you want the data determined from the Query SQL Statement to remain in the database unchanged after being sent successfully, enter <TEST>.

This is recommended if the data has not only been read, but also changed by a stored procedure entered under Query SQL Statement.