This guides are for only x64 systems. (Tested on Ubuntu 16.04)
- How to install oci8
- How to install Oracle DB
- How to enable oci8 on Laravel
- How to install and configure Oracle SQL Developer
- How to connect Oracle SQL Developer with Laravel 5.*
While running the commands if you see a message like Permission denied
please run the command in sudo
mode.
If you see the same message running the command as sudo please log with su
and run again the command.
Special thanks to PuffoCyano for his help and StackOverflow for replies.