# Oracle Functions LoadBalancer ## Loadbalancing several Oracle Functions You can run multiple Oracle Functions instances and balance the load amongst them using `fnlb` as follows: ```sh fnlb --listen --nodes ,, ``` And redirect all traffic to the load balancer. **NOTE: For the load balancer to work all function nodes need to be sharing the same DB.**