[Home] [Help]
[Dependency Information]
| Object Name: | CS_KB_TEMP_SEARCH_RESULTS |
|---|---|
| Object Type: | TABLE |
| Owner: | CS |
| Subobject Name: | |
| Status: | VALID |
CS.CS_KB_TEMP_SEARCH_RESULTS is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ID | NUMBER | |||
| SCORE | NUMBER | |||
| TYPE_ID | NUMBER | |||
| TYPE | VARCHAR2 | (100) | ||
| SUMMARY | VARCHAR2 | (2000) | ||
| RECORD_SOURCE_TYPE | VARCHAR2 | (30) |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, SCORE
, TYPE_ID
, TYPE
, SUMMARY
, RECORD_SOURCE_TYPE
FROM CS.CS_KB_TEMP_SEARCH_RESULTS;
CS.CS_KB_TEMP_SEARCH_RESULTS does not reference any database object
CS.CS_KB_TEMP_SEARCH_RESULTS is referenced by following:
APPS
CS_KB_TEMP_SEARCH_RESULTS
|
|
|
|