-
Notifications
You must be signed in to change notification settings - Fork 4
ORACLE
Net Bako edited this page Nov 5, 2019
·
38 revisions
- Product by edition and additional products(jp)
- Cumulate differential backup and restore(jp)
- Oracle stream(replication) official documentation
- Oracle stream (jp)
- all table size
SELECT
a.table_name
,a.num_rows
, b.MB
FROM all_tables a
, (Select Segment_Name,Sum(bytes)/1024/1024 MB From all_segments Group By Segment_Name) b
WHERE a.table_name = b.Segment_Name
ORDER BY a.num_rows desc, b.MB desc;- Update Join
- Tablespace management
- official tablespace management
-
https://doracle.tistory.com/48
- tablespace auto resize, manual resize
- http://kaludin.egloos.com/v/2919398
- Table/View/Procedure/Function structure
- https://devlights.hatenablog.com/entry/20091005/p1
- user_tables -> all_tables のようにuserをallに変えたら異なるユーザーが作成したリソースが確認できる。
- KB wiki is multi-lingual writing. If you want translate to your language, use google translate!
- Go to giip service Page : http://giipweb.littleworld.net
- Documentation : https://github.com/LowyShin/giip/wiki
- Sample automation scripts : https://github.com/LowyShin/giip/tree/gh-pages/giipscripts
See more : https://github.com/LowyShin/giip/wiki
- Token exchanges : https://tokenjar.io/GIIP
- Token exchanges manual : https://www.slideshare.net/LowyShin/giipentokenjario-giip-token-trade-manual-20190416-141149519
- GIIP Token Etherscan : https://etherscan.io/token/0x33be026eff080859eb9dfff6029232b094732c52
If you want get GIIP, contact us any time!
- LowyWorkEnv : https://github.com/LowyShin/Lowyworkenv/wiki
- CLoud RDBMS比較
- MachineLearning
- SQL Server
- ORACLE
- MySQL
- mariadh
- Redis with MySQL
- Mongodb
- Apache-Drill
- A5MK2-MultiDBMSTool
- BI
- Referrals
- Juliaの自動微分パッケージ Zygote の紹介
- color code table
- Canva - free Online Design tool
- vscode
- git(github)
- GoogleSheet
- UiPath(RPA)
- WinAutomation(official)
- Excel
- VNC
- VPN
- Note Tool
- Blog
- google news alert
- Online PDF to JPG
- LoadTest " putty
- Shell/bash
- crontab
- PowerShell
- Windows(DOS) batch
- Wscript/wsf
- AWS
- Azure
- File Sync(rsync, scp...)
- KnownPort(wikipedia)
- CentOS(Linux)
- Windows10
- Android