原文:ORACLE常用后台表查詢

模塊 英文表名 中文表名 GL gl balances 試算平衡表 GL gl code combinations 科目代碼表 GL gl je batches 日記賬批 GL gl je headers 日記賬頭 GL gl.gl je lines 日記賬行 GL gl import references 導入參考表 GL gl interface 總賬接口表 AP ap liability ...

2012-12-20 14:48 0 4081 推薦指數:

查看詳情

ovirt常用后台維護命令

以下命令是在node主機上操作 查看hosted-engine虛機的狀態 hosted-engine --vm-status 啟動hosted-engine虛機 hosted-engine --vm ...

Sun Oct 20 03:53:00 CST 2019 0 574
常用oracle空間查詢語句

--查詢數據庫空間使用情況 select a.tablespace_name,a.bytes/1024/1024 "Sum MB",(a.bytes-b.bytes)/1024/1024 "used MB",b.bytes/1024/1024 "free MB",round ...

Sat Oct 24 05:47:00 CST 2015 0 1887
oracle 查詢空間

測試用戶連接C:\Users\ZP>sqlplus /nologconn hbcxuser/hbcxpass --查看所有空間 select * from user_tablespaces--查看數據庫里面所有用戶,前提是你是有dba權限的帳號,如sys,system select ...

Wed Oct 30 17:37:00 CST 2019 0 704
ORACLE 查詢信息

--oracle庫select * from tabs --查你所在用戶下的 =select * from user_tablesselect * from all_tables where owner='VTATEST'; --查某個用戶下的所有SELECT * FROM ...

Tue Dec 14 22:12:00 CST 2021 0 767
oracle 查詢結構

SELECT B.TABLE_NAME AS "名", C.COMMENTS AS "說明", B.COLUMN_ID AS "字段序號", B.COLUMN_NAME AS "字段名", B.DATA_TYPE AS "字段數據類型", B.DATA_LENGTH AS "數據 ...

Mon May 25 19:49:00 CST 2020 0 545
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM