🎯
Focusing
Pinned Loading
-
expdp create dump of database in ORA...
expdp create dump of database in ORACLE (impdp utility) 1// to export and import Oracle database user as an alternative to old imp/exp utility can be used next commands:
2// In sql editor run:
3// export dump file in Oracle storage
4DECLARE
5hdnl NUMBER;
-
Clear unused docker images and conta...
Clear unused docker images and containers 1#NOTE: before running commands check output list to remove
2# remove untagged docker images:
3docker rmi $(docker images --filter "dangling=true" -q --no-trunc)
4#remove stopped docker containers:
5docker rm $(docker ps -q -f status=exited)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.