如何查看oracle數(shù)據(jù)庫(kù)表名稱(chēng)?
使用具有dba權(quán)限的帳號(hào)登錄數(shù)據(jù)庫(kù)執(zhí)行命令"selectusernamefromdba_users"官方文檔對(duì)dba_users的定義:DBA_USERSdescribesallusersofthedatabase.因此可以如此查詢(xún)。
如何查看oracle數(shù)據(jù)庫(kù)表名稱(chēng)?
使用具有dba權(quán)限的帳號(hào)登錄數(shù)據(jù)庫(kù)執(zhí)行命令"selectusernamefromdba_users"官方文檔對(duì)dba_users的定義:DBA_USERSdescribesallusersofthedatabase.因此可以如此查詢(xún)。