An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![HitCount](http://hits.dwyl.io/biagiopietro/OracleLaravelOnUbuntu16.svg)](http://hits.dwyl.io/biagiopietro/OracleLaravelOnUbuntu16)
[![GitHub forks](https://img.shields.io/github/forks/biagiopietro/OracleLaravelOnUbuntu16.svg)](https://github.com/biagiopietro/OracleLaravelOnUbuntu16/network)
[![GitHub issues](https://img.shields.io/github/issues/biagiopietro/OracleLaravelOnUbuntu16.svg)](https://github.com/biagiopietro/OracleLaravelOnUbuntu16/issues)
[![GitHub license](https://img.shields.io/github/license/biagiopietro/OracleLaravelOnUbuntu16.svg)](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.