Install Xcode Command Line Tools
xcode-select --installInstall Node.js (Node Package Manager - npm will be used to install lessc)
git clone git://github.com/ry/node.git
cd node| module Main where | |
| import Lib | |
| import Data.List | |
| main :: IO () | |
| main = someFunc | |
| add :: Integer -> Integer -> Integer | |
| add a b = |
| -- https://blog.dbi-services.com/resize-your-oracle-datafiles-down-to-the-minimum-without-ora-03297/ | |
| set linesize 1000 pagesize 0 feedback off trimspool on | |
| with | |
| hwm as ( | |
| -- get highest block id from each datafiles ( from x$ktfbue as we don't need all joins from dba_extents ) | |
| select /*+ materialize */ ktfbuesegtsn ts#,ktfbuefno relative_fno,max(ktfbuebno+ktfbueblks-1) hwm_blocks | |
| from sys.x$ktfbue group by ktfbuefno,ktfbuesegtsn | |
| ), |
Install Xcode Command Line Tools
xcode-select --installInstall Node.js (Node Package Manager - npm will be used to install lessc)
git clone git://github.com/ry/node.git
cd node