×
Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…
Report with oracle databas in T24
- kda
- Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 603
- Thank you received: 3
13 years 2 months ago #11273
by kda
Report with oracle databas in T24 was created by kda
Dear all,
could you please guide me, after our system convert from jbase to oracle, all report enquiries so slow produce data. How could i do? Please guide way to improve those code.
Thank so much.
could you please guide me, after our system convert from jbase to oracle, all report enquiries so slow produce data. How could i do? Please guide way to improve those code.
Thank so much.
Please Log in or Create an account to join the conversation.
- wam
- Offline
- Senior Member
-
Less
More
- Posts: 55
- Thank you received: 3
13 years 2 months ago #11274
by wam
Replied by wam on topic Re: Report with oracle databas in T24
There are many ways to improve performance
1) use index on filtering colums (but recommended indexes are 4)
2) use of concat files of accessing data from large volume files
3) a proper mechanism to purge data from bulk files
1) use index on filtering colums (but recommended indexes are 4)
2) use of concat files of accessing data from large volume files
3) a proper mechanism to purge data from bulk files
Please Log in or Create an account to join the conversation.
- durai611
- Offline
- Elite Member
-
Less
More
- Posts: 300
- Thank you received: 51
13 years 2 months ago #11279
by durai611
Replied by durai611 on topic Re: Report with oracle databas in T24
From oracle side you can create VIEW and use that for enquiries.
From T24 side it's tough to generate reports while using oracle. You can extract the data from Oracle T24 tables, normalise it and from that you can generate reports of your requirement.
From T24 side it's tough to generate reports while using oracle. You can extract the data from Oracle T24 tables, normalise it and from that you can generate reports of your requirement.
Please Log in or Create an account to join the conversation.
- kda
- Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 603
- Thank you received: 3
13 years 2 months ago #11281
by kda
Replied by kda on topic Re: Report with oracle databas in T24
yes, for create index we create already and some report when we use SSELECT or number of record for loop is many, The report will be dead. Any way more on it?
Please Log in or Create an account to join the conversation.
Time to create page: 0.029 seconds