PHP array functions

In this post , we will be discussing the php array functions. As with any other programming language,PHP has its own array functions What is array A array is the chain of values stored in single variable where values can be retrived based on there position in the array $arr ={a,b,c,d,e,f}; There are three type […]

PHP array functions Read More »

40 Important Weblogic Interview questions

Here is the compilation of 40 Important Weblogic Interview questions Question 1:What is a WebLogic server?AnswerOracle WebLogic Server is J2EE Server (earlier known as BEA WebLogic Server) similar to  Oracle Application Server.Oracle Weblogic server Question 2:What oracle WebLogic server includes?AnswerOracle WebLogic server includes (1)Domain(2)cluster(3)servers Question 3:We often see BSU when using WebLogic. What is the

40 Important Weblogic Interview questions Read More »

Must read unix shell scripting interview questions

Unix is used everywhere and knowledge of the operating system is must for any interview. Here are the must read  unix shell scripting interview questions 1) What is Shell Script? AnswerA shell script is a collection of command which are executed in a order given. There are conditional statement and looping also available like if ,while

Must read unix shell scripting interview questions Read More »

How to give oracle kill own session privilege to Developers

Often developers ask how we can kill our own session as they dont want to wait for the DBA to respond and kill. They want the oracle kill own session privilege. We dont have any privilege like alter system kill session which can be given to the user. We can give alter system privilege but

How to give oracle kill own session privilege to Developers Read More »

Scroll to Top