GetSystemTCore returns the current TCore setting of the system.
To run GetSystemTCore, you must have the EXECUTE privilege on it.
ANSI Compliance
This is a Teradata extension to the ANSI SQL:2011 standard.
GetSystemTCore Syntax
[SYSLIB.] GetSystemTCore ()
Syntax Elements
- SYSLIB
- Name of the database where the function is located.
GetSystemTCore Example
SELECT * FROM TABLE(SYSLIB.getSystemTcore()) AS t;
*** Query completed. One row found. 7 columns returned. *** Total elasped time was 1 second. StatusFlag 1 ErrorMsg Success for get systemtcore BaselineTcore 75 CurrentTcore 100 MinTcore 0 MaxTCore 102