|
-
Oracle gurus - where can I locate TBL$OR$IDX$PART$NUM procedure?
Gurus,
This recursive SQL is executed by SYS during an exchange partition command.
I am trying to locate this TBL$OR$IDX$PART$NUM procedure?
Where is it? How to go about locating it?
Thanks.
SELECT distinct TBL$OR$IDX$PART$NUM("BBUKDW"."VISIT_TX", 0, "CALENDAR_DT")
FROM (SELECT "D"."CALENDAR_DT" CALENDAR_DT FROM "BBUKDW"."JPL_DAY" "D"
WHERE "D"."FINANCIAL_WEEK_ID">=200218 AND "D"."FINANCIAL_WEEK_ID"<=200222)
ORDER BY 1}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|