yourfirstserver.comThursday, 24 May 2012
Find Us on : RSS/Feed Facebook Twitter

Accessing Data Using Oracle From Non-oracle Databases

Accessing Data of Non-Oracle Databases from Oracle

 

 

Introduction:

This document gives an overview of the Heterogeneous connections and the steps for configuration to access the data of non-oracle databases from Oracle database environment.

ACCESSING NON-ORACLE DATABASES FROM ORACLE

There may be some requirements to access the Data residing in different flavors of Databases like MS-SQL, Access, and Sybase from the Oracle database. This can be achieved with the help of creating

...
Related News:

Clean the Crud From Your PC

Cpanel Downgrade Mysql 4.1.x to Mysql 4.0.xx

I have ordered a new server Centos 4.3 with Cpanel WHM 10.8.0 cPanel 10.8.2-R119.

When I have transfered old server all accounts to this new server, Some sites mysql database had a few problems. I found the new server is MySQL 4.1.xx and my old server is MySQL 4.0.xx. So i decide to downgrade MYSQL 4.1.X to MySQL 4.0.xx.

cPanel Tweak Settings only have MYSQL 4.1 or MYSQL 5.0 , so I vi /var/cpanel/cpanel.config,change mysql-version=4.1 into mysql-version=4.

then, you have to do the following:

cp -fr

...