Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Why use oracle apex listener

raoulSep 2 2011 — edited Sep 20 2011
Hi all,

Up till now I have been working with Oracle 10gXE and Apex 3 and 4. I just install both as is.
So I think I make use of the mod-plsql connection method.

What are the advantages of using apex listener?
Where can I read about an implementation and optimum use of apex listener?

Tnx in advance.

Raoul

Comments

Gaz in Oz

facebook develop and support that third paty mysql database engine myrocks.

You should read the information on the link you posted and the other links it points to, for example MyRocks | A RocksDB storage engine with MySQL | MyRocks , as it answers many of your questions. For example right at the top https://en.wikipedia.org/wiki/MyRocks t says:

MyRocks is open-source software developed at Facebook in order to use MySQL features with RocksDB implementations. It is based on Oracle MySQL 5.6.

An interesting feature of mysql is that one installation can support multiple and different database engines, so you could set it up with innodb AND rocksdb,

Answer

- What versions of Oracle MySQL support with MyRocks Storage Engine i.e. 5.6,5.7, 8.0?

Oracle does not support MyRocks

- Do Oracle MySQL provide technical support for MyRocks Storage Engine (on all or any specific MySQL version)?

Oracle does not support MyRocks

- Do we have all MySQL Enterprise Features available with MyRocks Storage Engine as we have with Innodb.

No.

- Do we have all MySQL enterprise edition encryption/decryption features (TDE, Innodb tablespace, column-level, a/symmetric key based etc.) available with MyRocks storage engine as well? ... as we have with Innodb storage engine.

No.

- Does MyRocks Storage Engine support Master-Master replication and HA/Clustering feature?

You could build that on top of MyRocks but that is something you would have to do.

If you really need MyRocks, contact your salesperson and let them know plus go to bugs.mysql.com and add you voice to the feature request.

Marked as Answer by Muhammad Nawaz · Sep 27 2020
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 18 2011
Added on Sep 2 2011
2 comments
163 views