Skip to content
Knowledge Center
Login
Knowledge Cards
All
Performance
Do’s and Dont’s
Learning Places
About
Delivery Network
Knowledge Library
Future Plans
Guiding Principles
Search
Results for
{phrase}
(
{results_count}
of
{results_count_total}
)
Displaying
{results_count}
results of
{results_count_total}
More results...
Benefit: Configuration
DOs And DONTs
Avoid selects on big tables in TSA.SERVICES that run all day in AUTO mode
TSA.SERVICEs that run on AUTO mode all day must have light select queries ,otherwise this can be troublesome
2
0
0
0
A.S. Harish
November 6, 2022
DOs And DONTs
Oracle health checks should be done periodically to keep things in check
The attached document is a holistic oracle health check guide that helps in tuning various oracle parameters
2
0
0
0
A.S. Harish
November 6, 2022
DOs And DONTs
Use database triggers with caution. Avoid triggers on large T24 tables
Avoid database triggers on big tables like
STMT.ENTRY,CATEG.ENTRY&
RE.CONSOL.SPEC.ENTRY
2
0
0
0
A.S. Harish
November 6, 2022
DOs And DONTs
Database Indexes must be created the correct way to avoid performance impacts
Surprisingly indexes created the incorrect way can cause performance issues and slowness.
4
0
0
0
A.S. Harish
November 6, 2022
DOs And DONTs
No Journal.Update calls should be done in version routines(valid for older T24 releases)
L3 routines attached to version should not call JOURNAL.UPDATE.This will destroy transaction integrity.
1
0
0
0
A.S. Harish
November 6, 2022
DOs And DONTs
T24 screens(versions) for high volume applications can switch of lock reporting
REPORT.LOCKS field can be set to NO in the VERSION application for high volume application versions.
3
0
0
0
A.S. Harish
November 6, 2022
DOs And DONTs
Configure your tcserver using the formulates shown here
The adapter min/max sessions,response time outs etc can be set up some formulas used in the attached document
1
0
0
0
A.S. Harish
November 6, 2022
DOs And DONTs
Configure your T24 application servers and oracle db with this guide
Many best practices have been covered in this document in relation to T24 application servers and oracle db
4
0
0
1
A.S. Harish
November 6, 2022
DOs And DONTs
Cob jobs with multiple selects can be split and run separately for performance benefits
COB jobs with more than 1 SELECT need to be split into 2 and run separately(in the same batch)
4
0
0
0
A.S. Harish
November 6, 2022
DOs And DONTs
Links to read other tables can be avoided in T24 enquiries
In T24 enquiries the use of L to read multiple files can be avoided for performance sake
2
0
0
0
A.S. Harish
November 6, 2022
DOs And DONTs
Do this to ensure unnecessary delivery messages are not generated
Default swift messages can get generated when we input some fields in FT.This can be avoided
2
0
0
0
A.S. Harish
November 6, 2022
DOs And DONTs
Basic Oracle database parameters can be adjusted after analysing AWR reports
AWR report in oracle gives plenty of useful information for monitoring performance and solving degradation issues
1
0
0
0
A.S. Harish
November 6, 2022
loading more results