Name
uptime — returns a string result set with how much time server have been up.
Synopsis
uptime
(
|
) ; |
Description
The uptime function will run a string result set with how much time server have been up.
Examples
Example 24.413. Simple Use
SQL> uptime(); VARCHAR _______________________________________________________________________________ 13 hour(s), 12 minute(s) 1 Rows. -- 59 msec.