Purpose of Query

The SQL query in this page lists the Data Functions that are considered as Transactions. This corruption is due to configuration

Applicable CAST Version
Release
Yes/No
8.2.x(tick)
8.1.x(tick)
8.0.x(tick)
7.3.x(tick)
Applicable RDBMS
RDBMS
Yes/No
Oracle Server(question)
Microsoft SQL Server(question)
CSS2(tick)
Query for CSS
SELECT * 
FROM   efp_df_info 
WHERE  object_id IN (SELECT object_id 
                     FROM   efp_tran_info); 
Query result example

-- 5;2523;0;1;"ADDED";30;0

Query result interpretation
The above result return the list of datafunctions that are configured as transactions

In order to fix this corruption do the following:

  1. Install the following Stored procedure SYSTEMX_EFP_Correct.sql
  2. Execute the Stored procedure on the central base as follow:

    Remediation
    select SYSTEMX_EFP_Correct()
Query for Oracle
Enter the SQL query
Query result example
 
Query result interpretation
 
Query for SQL server
Enter the SQL query
Query result example
 
Query result interpretation
 
Notes/comments
 

 

 

Related Pages