Configure Cake PHP on Zend Core For Oracle
If you guys are running XAMPP as your apache then its a piece of cake for you to configure cakePHP for the first time.
just open your httpd.conf and look for the following line and uncomment it
LoadModule rewrite_module modules/mod_rewrite.so
But if you guys are running Zend Core as your apache then you will need a little bit more effort to configure your cakePHP for the first time.
Look for these lines in your httpd.conf
1. LoadModule rewrite_module
How to truncate DB2 Table
DB2 Truncate is not as straight forward as Oracle Truncate. If in Oracle you can use “truncate table “… You may use the below command to truncate table in db2.
alter table schema.table_name activate not logged initially with empty table