Category: Databases engines

MongoDB Tutorial sample PHP application

On a wampserver, Install the php_mongo-1.3.1 extension and you will be able to connect to mongo. you can refer here to mongo installation. You must verify after restarting apache that mongo is activated and of...

Oracle : Setup ArchiveLOG mode

Archive logging is essential for production databases where the loss of a transaction might be fatal. It is generally considered unnecessary in development and test environments. A general view on a database oracle Instance...

ORACLE.NET : Configuration oracle 11g

Oracle SQL developer is free and is very powerful more. We can compare it to sql server management studio. To launch sqldeveloper under linux : $ORACLE_HOME/sqldeveloper/sqldeveloper.sh . A panel to create a connexion to...