The short URL of the present article is: https://ipraby.com/7qsl
DB2
db2 "select tabschema from syscat.tables where tabname = 'SVERS'"
Oracle
SELECT username from dba_users where default_tablespace
not in (
'SYSTEM'
,
'SYSAUX'
);
The short URL of the present article is: https://ipraby.com/7qsl
You must be logged in to post a comment.