Blogs

mukesh's picture

How to Register a User Name on Freenode

Varun Tyagi's picture

Install MySQL using Source Distribution on RedHat Linux

How to install MySQL using Source Distribution on Linux:

Varun Tyagi's picture

ERROR! Manager of pid-file quit without updating file.

After MySQL configuration, when you try to restart your mysql service with this command /etc/rc.d/init.d/mysql start, and after this you get error  message

"ERROR! Manager of pid-file quit without updating file."

Varun Tyagi's picture

Cannot load mcrypt extension. Please check your PHP configuration

When you try to access phpmyadmin with link http://localhost/phpmyadmin, if you get “Cannot load mcrypt extension. Please check your PHP configuration.” error message every browsing web page of phpmyadmin .

 

Varun Tyagi's picture

The configuration file now needs a secret passphrase(blowfish_secret)

When you try to access phpmyadmin with link http://localhost/phpmyadmin, if you get this error “The configuration file now needs a secret passphrase(blowfish_secret).” message on browsing window.

 

Pramod Sharma's picture

ASM Technology

Hi All,

 

I am starting a blog for the Knowledge sharing about ASM (Automatic Storage Management). It may include New Features Installation,configuration,upgradation of ASM, Patching, Compatibility With RAC etc. Please avoid  repetion

 

Biswajit Datta's picture

ORACLE SCN

  SCN can refer to:

    System Change Number - A number, internal to Oracle that is incremented over time as change vectors  
                           are generated, applied, and written to the Redo log.

Biswajit Datta's picture

Asynchronous COMMIT

  While user is issuing DML transaction the  redo entrie for this transaction Is store to the buffer in to SGA. And  after commit issue redo data written to the  redo log file  which physical located on  hard disk. This is normal practice and it is called synchronous Commit.  Oracle does not return control until the transaction physically written.

But this practice not very much acceptable for  high speed Transition.   this point of view oracle introduce Asynchronous commit  in 10g release 2.

Biswajit Datta's picture

AUTOMATIC SQL TUNING IN ORACLE 10G

Query Optimizer A sql statement can be executed in many different ways such as full table scans,index scans,nested loops and hash joins.

Syndicate content