• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

Laravel dosen't connect with Oracle

phplaravellaravel-4oracle11goracle-sqldeveloper


PHP Snippet 1:

'oracle' => array(
       'driver' => 'oracle',
       'tns' => '(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.152.189)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = orcl)))',
       //'host' => '192.168.152.189',// this is my server IP
       //'port' => '1521',
       'database' => '',
       'username' => 'ocpl',
       'password' => '123456',
       'charset' => 'AL32UTF8',
       'prefix' => '',
),

PHP Snippet 2:

Select instance_name from v$instance;

Related Snippets

Pass an image through AJAX [duplicate]

Laravel Factory not calling callback 'afterCreating'

php mysql + create a friend request system

wordpress function breaks wp-admin

How can i call a function that executes an fpdf based on the choice of a form selector?

How to submit the custom form data in database in WordPress without plugin using ajax?

Laravel lang slug in url

PHP 8.1: strftime() is deprecated

Warning: Unknown: Failed to write session data using user defined save handler. (session.save_path: ) in Unknown on line 0

api response laravel doesn't show

Woocommerce Edit Message "An account is already registered with your email address. Please log in."

Laravel Route issues with Route order in web.php

is there any way to validate a field that sometime is File(image) && sometime is String(Src of same image)

PHP file_get_contents function

Limit login attempts in Laravel 5.7

About Contact Privacy policy Terms and conditions