The below query when fired with a like on a 800K records table takes 90 sec and fetches 2000 rec. Even without hint takes the same time
SELECT /*+ index (A DDUP_INDEX_NEW) */ A.*
FROM NAPS_DDUP_PER_INDX_NEW A
WHERE A.C_REF_NO <> '0713403128312'
AND A.C_STDCODE_RES = '0671'
AND...
I have added some new tables and new proceeses to my application. This has increased the dataflow.
Earlier my archive log size was 2 gb now it isaorund 7-8 gb on certain days.
What can i attribute this to. Certain tables in my database has 4000K records and i am updating these tables. The issue...
I have a vb-oracle app. I moved the backend from 8i to 9i. No change in logic. Kept the oracle parameters the same.
The number of apps that hit above the 20 sec resonse time has increased from 3% to 6%.
I have checked the hit ratio, disk I/O rates, no queries executing for long, in short the...
I have a vb ap that is installed on a machine running citrix metaframe. This vb app is a 3 tier app and hence gives calls to a com components on another server.
all the users are able to run the app and use the transaction screens but when they try to call the crystal reports it gives an error...
In crystal Report rpt if I design using a user XYZ and take it to my client site where a user ABC exists, I have to use SET LOCATION on all the rpts. I am using Oracle as my database and at client site I have 2 user databases in ORacle , one production and other UAT. If I have to move a rpt from...
I am using Oracle as backend, Segate V7.0 as report tool. I fire reports using crystal control on a vb form. to connect i use Microosft odbc DSN and send the user id and password.
My problem is when I change the database server to a different machine with same user id and password, i need to...
I am using an ActiveX Dll built using Vb6.0 and MTS 2.0. Backend is Oracle 8.0.5 with patch 80525. The application server is Compaq P6 - Winnt 4.0 SP6 , 1 GB ram , 20GB HDD dual processor.
The mtx.exe size increses upto 50MB plus and then the system does not allow users to connect to the...
I am using an ActiveX Dll built using Vb6.0 and MTS 2.0. Backend is Oracle 8.0.5 with patch 80525. The application server is Compaq P6 - Winnt 4.0 SP6 , 1 GB ram , 20GB HDD dual processor.
The mtx.exe size increses upto 50MB plus and then the system does not allow users to connect to the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.