查询所有的用户
select username from dba_users
查询所有的表空间
select tablespqce_name from user_tables
查询所有的表
select table_name from user_tables
linux查找某个文件夹:
locate 文件夹名字
如:
locate redis
查询所有的用户
select username from dba_users
查询所有的表空间
select tablespqce_name from user_tables
查询所有的表
select table_name from user_tables
linux查找某个文件夹:
locate 文件夹名字
如:
locate redis