Blog - Our findings and learning
White screen of death or HTTP error 500 due to Memory limit
Recently, we have got an error called as White screen of death (HTTP error 500), when trying to setup an Woocommerce store. The error was appearing immediately when the Woocommerce
Updating attributes in Magento 2
Today we have faced some issues while working on updating the attributes in Magento. Magento2: Use default for product attributes in bulk updates If we had set ‘New From Date’ and
Image optimization in Servers
As you all aware that images place an important role in the current generation web but it also brings the issue of dealing with lot of data (bytes in size)
how to embed responsive youtube video for all devices
In the age of dynamic and interactive content, now or then we need to show playing media on web pages. The media should be compatible with all the devices across
how to connect mysql database remotely in windows
Every developer needs to connect to database to access the data stored. The direct database access will make creating new reports, analyzing the table structure and creating new data structures.
loadjava: Loading Java Sources/Classes/Jars into oracle Database
Loading the Java Sources/Classes into Database is important thing in Java based application software. Java sources (jar/Classes) can be loaded into database by using few methods, and using loadjava command
ORA-12154: TNS: could not resolve the connect identifier specified
WhatDatabase link is an option to connect to a remote database from another database. By using this database link option one can connect to remote database as authorized database user
get tables and their number of rows in Oracle Database Schema
Simplest way is to use the data dictionaries provided by Oracle. And you can depend on the results if the schema is up to date with the statistics. Use the
expdp : Exporting datadump in Oracle 11g
The export can be done in two ways from local machine from Server From Local MachineFor Windows operating system Follow the steps# create directorycreate directory dmpdir as ‘c:/temp’;select directory_name,directory_path from