Write first php program Now I had installed all I need to write PHP scripts or files but how do I write the first PHP program. First of all, I created a learning folder on my desktop where I intended to keep all the files I made during my learning process. So now I am […]
Can I view PHP files locally on my PC?
My experience When I started playing around with PHP I noticed that php files can not be opened by a web browser the way HTML files do. HTML and CSS are rendered by the browser. In other words browsers know all that it takes to load and display an HTML page with or without CSS. […]
How to setup OTA in R12 and 11i
OTA(Oracle Transport Agent) is an important feature.we will be discussing here how to enable OTA in R12 and 11i. In EBS Release 11i instances where OTA was utilized, OTA ran under Jserv having its properties set in the files found in the directory: $IAS_ORACLE_HOME/Apache/Jserv/etc 11.5.9 – jserv.properties 11.5.10/11.5.10.2 – xmlsvcs.properties For R12 (versions 12.0.X or […]
how to check Database is consistent after incomplete recovery
You can restored a database from the backup and applied lots of archive to make it consistent. Now you would like to make sure open resets logs goes fine.Here is how to check Database is consistent after incomplete recovery The below statement set the date format to extended form as we would be requiring this […]
R12.2 Online patching cycle Summary
You must have heard about R12.2 Online patching.Here in this article,I am trying to summarize R12.2 Online patching cycle The whole process consists of two parts Filesystem EBS 12.2 is installed with 3 file systems• FS-1 (Production file system) – Used by the current users of the system• FS-2 (Copy of Production file system) […]
Top 10 oracle 12c new features
Oracle database 12c is the latest release of Oracle database. As per Oracle ,this is first database designed for Cloud enablement. It also comes with lot of new features to enable consolidation, Security. Here i am presenting the top 10 oracle 12c new features Pluggable Databases Through Database Consolidation: Oracle is doing every thing to […]