Indexing...
why we should go for indexing?
When we are using more then two tables with 'n' number of check with DB.
We can create index for the specific column name to be referenced.
e.g:
create
So now when i run the query in my package it will refer to the index in the ratio 1:1:1:1
i.e everything join conditionally.
This will reduce the time consumption also. index ix_index on per_all_people_f(person_id,effective_end_date,person_type_id,national_identifier);
Oracle Technical Experience and Test Cases Shared from different resource and through self leanings.
November 28, 2010
Subscribe to:
Post Comments (Atom)
How I Identified 45 Configuration Gaps in an Oracle HCM Implementation — A Structured Approach
During a recent Oracle Fusion HCM implementation, I led a gap analysis that surfaced 45 configuration issues between the client's legacy...
-
While Registering the report to instance we need to make sure od date format: 1.The default type is YYYY/MM/DD HH24:MI:SS go to propert...
-
Order to cash normally refer to the process in which taking customer sale order via different sales channel like email, internet, sales pers...
-
This is easily done with the following command: select to_char(to_date('56789','J'),'JSP') from dual / TO_CHAR...
No comments:
Post a Comment
Thanks for your comments submitted.,will review and Post soon! by admin.