how to link suitecrm database with oracle data base

good morning,

please anyone have information about how to link suitecrm database with oracle database help me

our thanks .

If you mean keeping SuiteCRM data on an Oracle database, I don’t think it’s possible. Compatible databases are MariaDB, MySQL and SQL Server. It runs just fine on the free databases, even on large sites with many users.

If you mean integrate SuiteCRM with an existing Oracle database that does something else for your company, you can write PHP code inside SuiteCRM, in logic_hooks, in add-ons, or in every other part of the open-source code. From PHP you can call into Oracle. In the other direction, you can call SuiteCRM REST API, or simple HTTP entry points, from Oracle code.