Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle oci8 as database #17

Closed
kostas4k opened this issue Mar 29, 2013 · 3 comments
Closed

Oracle oci8 as database #17

kostas4k opened this issue Mar 29, 2013 · 3 comments

Comments

@kostas4k
Copy link

Is it possible to install PI using the oracle (with oci8 driver) as database? As I can see there already exists the driver in lib/zend/db for oracle oci8.

@taiwen
Copy link
Member

taiwen commented Apr 2, 2013

I did not test other drivers yet.

@kostas4k
Copy link
Author

kostas4k commented Apr 4, 2013

I tried to pass the following details

'driver' => 'Oci8',
'connection_string' => '(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = host_ip)(PORT = 1521))(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = service_name)(INSTANCE_NAME = instance_name)))',
'username' => '***',
'password' => '***', 

// Database schema
'schema'        => 'dbname',
// Prefix for all tables
'table_prefix'  => 'xc6c_',
// Prefix for system tables; module identifiers will be used for its tables, respectively
'core_prefix'   => 'core_'

with the right values to file "service.database.php" but the installer always reset it to default and as a result I had a blank page ...

@taiwen
Copy link
Member

taiwen commented Apr 4, 2013

The current installer forces to us MySQL-PDO. I would doubt other drivers can be used directly.

@taiwen taiwen closed this as completed May 3, 2013
taiwen pushed a commit that referenced this issue Aug 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants