Some of the area we need to check before we go to oracle to check if there is any known bug ?
1. Verify STORAGE clause is included in your query plan.
2. Verify if your function is offloloadabe using v$sqlfn_metadata
SQL> desc v$sqlfn_metadata
Name Null? Type
----------------------------------------- -------- ----------------------------
FUNC_ID NUMBER
NAME VARCHAR2(30)
MINARGS NUMBER
MAXARGS NUMBER
DATATYPE VARCHAR2(8)
VERSION VARCHAR2(12)
ANALYTIC VARCHAR2(3)
AGGREGATE VARCHAR2(3)
OFFLOADABLE VARCHAR2(3)
DISP_TYPE VARCHAR2(13)
USAGE VARCHAR2(30)
DESCR VARCHAR2(4000)
3. Verify if the below init.ora parameters are matching
cell_offload_processing = TRUE
_kcfis_storageidx_disabled =FALSE ( Storage index is enabled)
_kcfis_cell_passthru_enabled = TRUE ( perform smart IO filtering on the cell )
4. Verify if 'cell.smart_scan_capable'='TRUE' is enabled for all the disk
Dear Friends, The content in this blog are purely based on my own opinion ,it is not reflecting any of my current or previous employers materials or official documents. All my posts here are not warranted to be free of errors. Please use at your own risk and after thorough testing in your environment. If you feel that i am violating any of the company's policies or documents, kindly mail me at jeyaseelan.hi@gmail.com,I am happy to take out those content from this blog.
Subscribe to:
Post Comments (Atom)
-
We may not be able to disable the logtransport when the database is in maximum availabilty mode. We may get the below error DGMGRL...
-
Error Messages: We may get the following error messages while doing ASM operations ORA-15137: The ASM cluster is in rolling patch state....
-
MIRA - Multi Instance Redo Apply - 12cR2 onwards/18C With Oracle 12c Release 2, We can enable Multi Instance Redo apply ( MIR...
No comments:
Post a Comment