Simple View of Functions in Shell Script with some practical examples

Shell programming provides the feature of functions just like any other programming language. This helps us develop the program in a modular manner. Using functions in a shell script to perform repetitive tasks is an excellent way to create code reuse. Code reuse is an important part of modern object-oriented programming principles. What are functions in […]

Simple View of Functions in Shell Script with some practical examples Read More »

How to resolve ORA-00900

ORA-00900 invalid SQL Statement is one of the common errorHere is what oracle documentation says about this error Reference: Oracle documentation Checklist to solve the ORA-00900 invalid SQL Statement (1) This error commonly occurs when you are trying to create an Oracle procedure and the Procedural Option is not installed. To determine if the Procedural

How to resolve ORA-00900 Read More »

Awesome 24 Concurrent Manager Interview questions

Here are awesome 24 Concurrent Manager Interview questions asked in most interviews to test concurrent Manager working skills Question 1: What are the different types of concurrent managers? Answer There are several types of concurrent managers. Important ones:Internal ManagerStandard Manager.Conflict Resolution ManagerInternal monitorsService ManagerTransaction ManagerCustom Manager Defined Read more on the below link Oracle Concurrent Manager

Awesome 24 Concurrent Manager Interview questions Read More »

Scroll to Top