Implementation of SSL on APEX22.1 is made simple. You
can use self generate SSL certificate, use free Lets Encrypt/any free
certificate provider or buy one from any SSL certificate provider. Initial
steps to generate are different are all methods.
Are you still running on a Legacy ERP on Client-Server technology - Oracle D2K or VB?
In the age of Internet when everything is going online there are companies still running ERP on client server technology. They think it is a overhead to invest again on a system which they invested about 6-7 or more yrs back. They are losing business and money as the information is not available on time to take business critical decisions.
Oracle Database parameter files are important and play key role in database startup. Normally a server parameter spfile is use to startup a database instance.
To know which database file is being used. use following query
select value from v$parameter where name = 'spfile'
SPFILE is binary file and should not be modify using text editor. If spfile is modified will get corrupted. It should be modify using
We happen to spend a full day while trying to figure out the Oracle 11g database connection using Xampp PHP OCI8 on 32 bit windows7 platform. After doing number of configuration like this on other platforms it was really frustrating.
Is your Company net worth more than 500Cr or Turnover is Rs.1000 Cr or more or profit is 5Cr and more?? If answer of any is Yes then Are You ready for CSR Act, Companies Bill 2012??
4 Sates elections in Nov 2013, India proved role of social media and Information Technology. Time has changed your needs, elections are not just won traditional grounds or name. The Information technology plays key role as you need to manage and analyze the data related to constituents, build a strong network between your worker, supporters and voters and above all political organization needs to showcase the development work they did for the society or constituency.
Drupal Clean URL is a good feature which rewrites the URL and allow you to write search engine friendly URLs. This should have mod_rewrite enable. If you are running your site on shared hosting where you dont have control on the httpd.conf file you can modify you .htaccess file to enable this feature. See default .htaccess file from durpal for more detail. The feature can be enable from configuration menu in drupal 7 using link "Clean URLs". You see a button to test if your server allow it or not. If your test success you see a checkbox. Click on the checkbox and save configuration.