how to Fix ORA-03113 end-of-file on communication channel

ORA-03113: end-of-file on communication channel This article explains how we can fix ORA-03113 end-of-file on communication channel: Observation of Problem: SQL> startup ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance ORACLE instance started. Total System Global Area 2.6591E+10 bytes Fixed Size 2233960 bytes Variable Size 1.3489E+10 bytes Database Buffers 1.3086E+10 bytes Redo Buffers 13332480 bytes…

|

SAP HANA Cloud Cockpit

SAP HANA Cloud Cockpit SAP Hana Cloud cockpit is used to manage SAP HANA Cloud Platform accounts and applications. Developer accounts Access: Below is the URL of cockpit URL dashboard. https://account.hanatrial.ondemand.com/cockpit Firstyou need to have free trial account of HCP-Hana Cloud Platform: Once you login to cockpit, you’ll see the dashboard like below: From here you can create…

How to Register Program in Sap Gateway

How to Register Program in Sap Gateway Below is the command to register program in SAP Gateway,You need to execute it from SAP OS level. <program name> -a<program ID> -g<SAP gateway hostname> -x<gatewayservice> Suppose we want  “Program1 “needs to be registered: <program name> -aProgram1 -gABC -xsapgw00 <program name> is the name of the program you…