This patch is to provide Oracle support for drupal.

There are 2 files here.
One are the new/appended .install files for core.
and the other is the database.oracle.inc database driver.

This has been tested against 8i/9i/10g.

If anyone would like to further test this, I can give you an Oracle DB Tablespace that you can use to test this patch against head.

Once this gets stabalized, then a MS-SQL port is on the way.


Note: Your db connect URL string should look something like:
$db_url = 'oracle://user:password@oracle.server.location/';
Of course, there can be discussion later about including some option connection paramters (e.g. TCP/IP, Pipes, User type, etc.).

Comments

Souvent22’s picture

StatusFileSize
new29.67 KB

.....and the database driver.

Souvent22’s picture

StatusFileSize
new40.22 KB

Removed tabs. should be a clean patch.

mfer’s picture

Version: x.y.z » 4.7.x-dev

What version of drupal does this patch work for? Are there any bugs or does it work without issue?

I was forced to set a version so I set it to 4.7 figuring that was the version. But that's just a guess.

ChrisKennedy’s picture

Version: 4.7.x-dev » 6.x-dev

Whatever the version for the original patch, it will need to be implemented for HEAD before it can be committed.

hswong3i’s picture

Status: Needs review » Closed (duplicate)

i guess the driver is almost done, so this thread seems duplicated :)
if you are interesting about the progress, please refer to http://drupal.org/node/39260#comment-278926 :)

annialabrador’s picture

Sorry, I don´t kno whow to use that, can anybody explain that to me?