https://github.com/biagiopietro/oraclelaravelonubuntu16
These guides describe how to install oci8, Oracle DB, install and configure Oracle SQL Developer and how to connect Oracle SQL Developer with Laravel.
https://github.com/biagiopietro/oraclelaravelonubuntu16
database guide installation laravel laravel-framework laravel5 linux oci8 oracle oracle-db oracle-sql-developer oraclesql ubuntu1604
Last synced: 5 months ago
JSON representation
These guides describe how to install oci8, Oracle DB, install and configure Oracle SQL Developer and how to connect Oracle SQL Developer with Laravel.
- Host: GitHub
- URL: https://github.com/biagiopietro/oraclelaravelonubuntu16
- Owner: biagiopietro
- License: apache-2.0
- Created: 2018-12-31T13:08:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T08:19:42.000Z (almost 7 years ago)
- Last Synced: 2025-05-09T00:12:58.331Z (5 months ago)
- Topics: database, guide, installation, laravel, laravel-framework, laravel5, linux, oci8, oracle, oracle-db, oracle-sql-developer, oraclesql, ubuntu1604
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://hits.dwyl.io/biagiopietro/OracleLaravelOnUbuntu16)
[](https://github.com/biagiopietro/OracleLaravelOnUbuntu16/network)
[](https://github.com/biagiopietro/OracleLaravelOnUbuntu16/issues)
[](https://github.com/biagiopietro/OracleLaravelOnUbuntu16/blob/master/LICENSE)
---Oci8, Oracle DB, Oracle SQL Developer, Laravel
This guides are for only x64 systems. (Tested on Ubuntu 16.04)
## Guides
* 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.*## Important
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.## It might be useful
* ojdbc6.jar## Special Thanks
Special thanks to PuffoCyano for his help and StackOverflow for replies.