Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Connect ORACLE #19

Open
joneireis opened this issue Aug 4, 2016 · 1 comment
Open

Connect ORACLE #19

joneireis opened this issue Aug 4, 2016 · 1 comment

Comments

@joneireis
Copy link

joneireis commented Aug 4, 2016

@KristenHoney is correct for connect in Oracle?
#14

$args = array( 
            'name' => '//192.168.96.93:1521/ORCL',
            'username' => 'user',
            'password' => 'pass',
            'type' => 'oracle',
            'table_blacklist' => array(),
            'column_blacklist' => array(),
);

register_db_api( 'oradw', $args );
@waldoj
Copy link
Contributor

waldoj commented Aug 5, 2016

Oracle is tough to test for because it requires having access to Oracle. :-/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants